From 911cf42584eb9d53dcb40ff064a17a8f321fc815 Mon Sep 17 00:00:00 2001 From: jimb Date: Thu, 20 Dec 2001 08:33:34 +0000 Subject: [PATCH] * 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. --- gdb/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c37f973f87..deb527ac88 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, -- 2.11.0