* tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
This commit is contained in:
parent
3e9d51302a
commit
bb1bcd865b
2 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue