aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbarch.c
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2007-05-31 17:01:45 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2007-05-31 17:01:45 +0000
commit6c6b19fd98d9d01b5ae0eeda929b6e98084976ea (patch)
treedab29328f626a2c54138bfd2d010979a0b58c6c4 /gdb/gdbarch.c
parent0d20ae728092963c013036d93d9f0d55c04226c9 (diff)
downloadgdb-6c6b19fd98d9d01b5ae0eeda929b6e98084976ea.zip
gdb-6c6b19fd98d9d01b5ae0eeda929b6e98084976ea.tar.gz
gdb-6c6b19fd98d9d01b5ae0eeda929b6e98084976ea.tar.bz2
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.
Diffstat (limited to 'gdb/gdbarch.c')
-rw-r--r--gdb/gdbarch.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/gdbarch.c b/gdb/gdbarch.c
index 1881505..79e1fe0 100644
--- a/gdb/gdbarch.c
+++ b/gdb/gdbarch.c
@@ -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));