* 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 8d7829bca3a543eb180980f42f0cc1642fc2ef0a..47ae022b52ac223f52afacf84dfc3a000a4514e5 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 b7f1dfcaa97595ba7188c5e602c3a807117de428..bc0bbe66117b0f09ac8836511a47a5e1f2f16317 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);