diff options
author | Doug Evans <dje@google.com> | 2009-10-19 05:09:44 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2009-10-19 05:09:44 +0000 |
commit | cedb97b6d0491c7cae2cf559e8a6fc5f1c4aee33 (patch) | |
tree | 76c0c84200ee42386e0e9a9183e4faa6102ebbf2 /opcodes/m32c-desc.c | |
parent | 770c693ca844afacffff4282d48f072154f6c8bc (diff) | |
download | gdb-cedb97b6d0491c7cae2cf559e8a6fc5f1c4aee33.zip gdb-cedb97b6d0491c7cae2cf559e8a6fc5f1c4aee33.tar.gz gdb-cedb97b6d0491c7cae2cf559e8a6fc5f1c4aee33.tar.bz2 |
* lm32-opinst.c: Regenerate.
* m32c-desc.c: Regenerate.
* m32r-opinst.c: Regenerate.
* openrisc-ibld.c: Regenerate.
* xc16x-desc.c: Regenerate.
* xc16x-desc.h: Regenerate.
Diffstat (limited to 'opcodes/m32c-desc.c')
-rw-r--r-- | opcodes/m32c-desc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/m32c-desc.c b/opcodes/m32c-desc.c index 18efade..d69929b 100644 --- a/opcodes/m32c-desc.c +++ b/opcodes/m32c-desc.c @@ -796,8 +796,8 @@ const CGEN_HW_ENTRY m32c_cgen_hw_table[] = const CGEN_IFLD m32c_cgen_ifld_table[] = { - { M32C_F_NIL, "f-nil", 0, 0, 0, 0, { 0, { { { (1<<MACH_BASE), 0 } }, { { 1, "\x80" } }, { { RL_TYPE_NONE, 0 } } } } }, - { M32C_F_ANYOF, "f-anyof", 0, 0, 0, 0, { 0, { { { (1<<MACH_BASE), 0 } }, { { 1, "\x80" } }, { { RL_TYPE_NONE, 0 } } } } }, + { M32C_F_NIL, "f-nil", 0, 0, 0, 0, { 0, { { { (1<<MACH_BASE), 0 } }, { { 1, "\xc0" } }, { { RL_TYPE_NONE, 0 } } } } }, + { M32C_F_ANYOF, "f-anyof", 0, 0, 0, 0, { 0, { { { (1<<MACH_BASE), 0 } }, { { 1, "\xc0" } }, { { RL_TYPE_NONE, 0 } } } } }, { M32C_F_0_1, "f-0-1", 0, 32, 0, 1, { 0, { { { (1<<MACH_BASE), 0 } }, { { 1, "\xc0" } }, { { RL_TYPE_NONE, 0 } } } } }, { M32C_F_0_2, "f-0-2", 0, 32, 0, 2, { 0, { { { (1<<MACH_BASE), 0 } }, { { 1, "\xc0" } }, { { RL_TYPE_NONE, 0 } } } } }, { M32C_F_0_3, "f-0-3", 0, 32, 0, 3, { 0, { { { (1<<MACH_BASE), 0 } }, { { 1, "\xc0" } }, { { RL_TYPE_NONE, 0 } } } } }, |