mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
* v850-tdep.c (v850_gdbarch_init): Change the v850's `char'
type to be signed.
This commit is contained in:
parent
04251de095
commit
351a3e56c1
@ -1,3 +1,8 @@
|
||||
2010-09-09 Kevin Buettner <kevinb@redhat.com>
|
||||
|
||||
* v850-tdep.c (v850_gdbarch_init): Change the v850's `char'
|
||||
type to be signed.
|
||||
|
||||
2010-09-09 Ulrich Weigand <uweigand@de.ibm.com>
|
||||
|
||||
* dwarf2read.c (fixup_partial_die): Do not set dummy name for
|
||||
|
@ -1006,7 +1006,7 @@ v850_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
|
||||
|
||||
set_gdbarch_register_type (gdbarch, v850_register_type);
|
||||
|
||||
set_gdbarch_char_signed (gdbarch, 0);
|
||||
set_gdbarch_char_signed (gdbarch, 1);
|
||||
set_gdbarch_short_bit (gdbarch, 2 * TARGET_CHAR_BIT);
|
||||
set_gdbarch_int_bit (gdbarch, 4 * TARGET_CHAR_BIT);
|
||||
set_gdbarch_long_bit (gdbarch, 4 * TARGET_CHAR_BIT);
|
||||
|
Loading…
Reference in New Issue
Block a user