mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-04 08:08:01 +00:00
* mn10300-tdep.c (mn10300_gdbarch_init): For mn10300, by default,
`char' is unsigned.
This commit is contained in:
parent
f91d3df5c6
commit
1b31f75d63
@ -1,3 +1,8 @@
|
||||
2009-03-28 Kevin Buettner <kevinb@redhat.com>
|
||||
|
||||
* mn10300-tdep.c (mn10300_gdbarch_init): For mn10300, by default,
|
||||
`char' is unsigned.
|
||||
|
||||
2009-03-28 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* remote.c (remote_stop_ns): If multi-process extensions are off,
|
||||
|
@ -1413,6 +1413,9 @@ mn10300_gdbarch_init (struct gdbarch_info info,
|
||||
break;
|
||||
}
|
||||
|
||||
/* By default, chars are unsigned. */
|
||||
set_gdbarch_char_signed (gdbarch, 0);
|
||||
|
||||
/* Registers. */
|
||||
set_gdbarch_num_regs (gdbarch, num_regs);
|
||||
set_gdbarch_register_type (gdbarch, mn10300_register_type);
|
||||
|
Loading…
x
Reference in New Issue
Block a user