* tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
authorWalter Lee <walt@tilera.com>
Tue, 19 Feb 2013 16:21:29 +0000 (16:21 +0000)
committerWalter Lee <walt@tilera.com>
Tue, 19 Feb 2013 16:21:29 +0000 (16:21 +0000)
gdb/ChangeLog
gdb/tilegx-tdep.c

index 8d7829b..47ae022 100644 (file)
@@ -1,5 +1,9 @@
 2013-02-19  Jiong Wang  <jiwang@tilera.com>
 
+       * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
+
+2013-02-13  Jiong Wang  <jiwang@tilera.com>
+
        * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal. 
 
 2013-02-19  Jiong Wang  <jiwang@tilera.com>
index b7f1dfc..bc0bbe6 100644 (file)
@@ -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);