2003-04-06 Andrew Cagney <cagney@redhat.com>
* valprint.c (val_print_type_code_int): Delete #ifdef PRINT_TYPELESS_INTEGER code.
This commit is contained in:
parent
55e1d7e7f4
commit
996179eebb
@ -1,5 +1,8 @@
|
||||
2003-04-06 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* valprint.c (val_print_type_code_int): Delete #ifdef
|
||||
PRINT_TYPELESS_INTEGER code.
|
||||
|
||||
* gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
|
||||
(CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
|
||||
multi-arch definition.
|
||||
|
@ -205,12 +205,8 @@ val_print_type_code_int (struct type *type, char *valaddr,
|
||||
}
|
||||
else
|
||||
{
|
||||
#ifdef PRINT_TYPELESS_INTEGER
|
||||
PRINT_TYPELESS_INTEGER (stream, type, unpack_long (type, valaddr));
|
||||
#else
|
||||
print_longest (stream, TYPE_UNSIGNED (type) ? 'u' : 'd', 0,
|
||||
unpack_long (type, valaddr));
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user