* gdbarch.sh (TARGET_CHAR_SIGNED): New macro.
authorJim Blandy <jimb@codesourcery.com>
Thu, 20 Dec 2001 03:26:08 +0000 (03:26 +0000)
committerJim Blandy <jimb@codesourcery.com>
Thu, 20 Dec 2001 03:26:08 +0000 (03:26 +0000)
commit4e40929968103f27fba096429d4df7e1be8b80e6
tree089bb00c6ba305f22a3745efd81aecdee053f56b
parent3695c2997d939be2c281d498c1b232805b4cb09b
* 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/gdbarch.c
gdb/gdbarch.h
gdb/gdbarch.sh
gdb/gdbtypes.c
gdb/rs6000-tdep.c
gdb/s390-tdep.c
This page took 0.024538 seconds and 4 git commands to generate.