diff options
author | Jim Blandy <jimb@codesourcery.com> | 2001-12-20 08:33:34 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2001-12-20 08:33:34 +0000 |
commit | 2e7db62a77bdb3dc27338454cc8c170ebcb19092 (patch) | |
tree | 8f63b3c31bad50ea4b427ea9efcd79fefaa3f2b0 /gdb | |
parent | 8a5886591d116320bbb2df480386abe465a7c22b (diff) | |
download | gdb-2e7db62a77bdb3dc27338454cc8c170ebcb19092.zip gdb-2e7db62a77bdb3dc27338454cc8c170ebcb19092.tar.gz gdb-2e7db62a77bdb3dc27338454cc8c170ebcb19092.tar.bz2 |
* 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.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c37f973..deb527a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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, |