From bb1bcd865b70b25c093bc9069b75748e3cb46ae0 Mon Sep 17 00:00:00 2001 From: Walter Lee Date: Tue, 19 Feb 2013 16:21:29 +0000 Subject: [PATCH] * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed. --- gdb/ChangeLog | 4 ++++ gdb/tilegx-tdep.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8d7829bca3a..47ae022b52a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2013-02-19 Jiong Wang + * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed. + +2013-02-13 Jiong Wang + * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal. 2013-02-19 Jiong Wang diff --git a/gdb/tilegx-tdep.c b/gdb/tilegx-tdep.c index b7f1dfcaa97..bc0bbe66117 100644 --- a/gdb/tilegx-tdep.c +++ b/gdb/tilegx-tdep.c @@ -980,7 +980,6 @@ tilegx_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches) set_gdbarch_register_name (gdbarch, tilegx_register_name); set_gdbarch_register_type (gdbarch, tilegx_register_type); - set_gdbarch_char_signed (gdbarch, 0); set_gdbarch_short_bit (gdbarch, 2 * TARGET_CHAR_BIT); set_gdbarch_int_bit (gdbarch, 4 * TARGET_CHAR_BIT); set_gdbarch_long_bit (gdbarch, arch_size); -- 2.30.2