From: Jim Blandy Date: Thu, 20 Dec 2001 08:33:34 +0000 (+0000) Subject: * gdbarch.sh (TARGET_CHAR_SIGNED): New macro. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2e7db62a77bdb3dc27338454cc8c170ebcb19092;p=binutils-gdb.git * 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c37f973f877..deb527ac887 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +2001-12-19 Jim Blandy + + * 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 * corefile.c (do_captured_read_memory_integer,