* gdbarch.sh (TARGET_CHAR_SIGNED): New macro.
authorJim Blandy <jimb@codesourcery.com>
Thu, 20 Dec 2001 08:33:34 +0000 (08:33 +0000)
committerJim Blandy <jimb@codesourcery.com>
Thu, 20 Dec 2001 08:33:34 +0000 (08:33 +0000)
* gdbarch.c, gdbarch.h: Regenerated.
* gdbtypes.c (build_gdbtypes): If TARGET_CHAR_SIGNED is zero,
set the TYPE_FLAG_UNSIGNED bit on the type.
* s390-tdep.c (s390_gdbarch_init): On the S/390, characters
are unsigned by default.
* rs6000-tdep.c (rs6000_gdbarch_init): Same for PowerPC and
RS6000.

gdb/ChangeLog

index c37f973f877a2a2010fcb5258be818bd3d662e8a..deb527ac88742ab3480493cb8cc9091248901cdb 100644 (file)
@@ -1,3 +1,14 @@
+2001-12-19  Jim Blandy  <jimb@redhat.com>
+
+       * gdbarch.sh (TARGET_CHAR_SIGNED): New macro.
+       * gdbarch.c, gdbarch.h: Regenerated.
+       * gdbtypes.c (build_gdbtypes): If TARGET_CHAR_SIGNED is zero,
+       set the TYPE_FLAG_UNSIGNED bit on the type.
+       * s390-tdep.c (s390_gdbarch_init): On the S/390, characters
+       are unsigned by default.
+       * rs6000-tdep.c (rs6000_gdbarch_init): Same for PowerPC and
+       RS6000.
+
 2001-12-19  Elena Zannoni  <ezannoni@redhat.com>
 
         * corefile.c (do_captured_read_memory_integer,