From: Jim Blandy Date: Wed, 19 Dec 2001 22:32:35 +0000 (+0000) Subject: * s390-tdep.c (s390_gdbarch_init): Revert accidentally committed X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d5d9af106942ca5e20ba50d5240625ff0f80c648;p=binutils-gdb.git * s390-tdep.c (s390_gdbarch_init): Revert accidentally committed change. --- diff --git a/gdb/s390-tdep.c b/gdb/s390-tdep.c index ba8c9a3e314..a6a675e7d4a 100644 --- a/gdb/s390-tdep.c +++ b/gdb/s390-tdep.c @@ -1760,7 +1760,6 @@ s390_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches) gdbarch = gdbarch_alloc (&info, NULL); set_gdbarch_believe_pcc_promotion (gdbarch, 0); - set_gdbarch_char_signed (gdbarch, 0); set_gdbarch_frame_args_skip (gdbarch, 0); set_gdbarch_frame_args_address (gdbarch, s390_frame_args_address);