mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 09:38:57 +00:00
2007-05-31 Markus Deuling <deuling@de.ibm.com>
* gdbarch.sh (TARGET_CHAR_SIGNED): Replace by gdbarch_char_signed. * gdbtypes.c (build_gdbtypes, gdbtypes_post_init): Likewise. * gdbarch.c, gdbarch.h: Regenerate.
This commit is contained in:
@@ -783,11 +783,6 @@ gdbarch_dump (struct gdbarch *current_gdbarch, struct ui_file *file)
|
||||
fprintf_unfiltered (file,
|
||||
"gdbarch_dump: cannot_store_register = <0x%lx>\n",
|
||||
(long) current_gdbarch->cannot_store_register);
|
||||
#ifdef TARGET_CHAR_SIGNED
|
||||
fprintf_unfiltered (file,
|
||||
"gdbarch_dump: TARGET_CHAR_SIGNED # %s\n",
|
||||
XSTRING (TARGET_CHAR_SIGNED));
|
||||
#endif
|
||||
fprintf_unfiltered (file,
|
||||
"gdbarch_dump: char_signed = %s\n",
|
||||
paddr_d (current_gdbarch->char_signed));
|
||||
|
||||
Reference in New Issue
Block a user