aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbarch.h
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.h
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.h')
-rw-r--r--gdb/gdbarch.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h
index 01f49fb..ec596a5 100644
--- a/gdb/gdbarch.h
+++ b/gdb/gdbarch.h
@@ -239,12 +239,6 @@ extern void set_gdbarch_bfd_vma_bit (struct gdbarch *gdbarch, int bfd_vma_bit);
extern int gdbarch_char_signed (struct gdbarch *gdbarch);
extern void set_gdbarch_char_signed (struct gdbarch *gdbarch, int char_signed);
-#if !defined (GDB_TM_FILE) && defined (TARGET_CHAR_SIGNED)
-#error "Non multi-arch definition of TARGET_CHAR_SIGNED"
-#endif
-#if !defined (TARGET_CHAR_SIGNED)
-#define TARGET_CHAR_SIGNED (gdbarch_char_signed (current_gdbarch))
-#endif
#if defined (TARGET_READ_PC)
/* Legacy for systems yet to multi-arch TARGET_READ_PC */