mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 19:44:11 +08:00
* 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.
This commit is contained in:
parent
8a5886591d
commit
2e7db62a77
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user