diff options
author | Dave Brolley <brolley@redhat.com> | 1998-11-18 16:30:49 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 1998-11-18 16:30:49 +0000 |
commit | cdb89f92cb6687f9c9f72d478579276875ec22b1 (patch) | |
tree | a2a5273c59a7960fd18b335e0f24a7ef43545b75 | |
parent | a20d433120fe3707f62464349b0c7d8943487966 (diff) | |
download | gdb-cdb89f92cb6687f9c9f72d478579276875ec22b1.zip gdb-cdb89f92cb6687f9c9f72d478579276875ec22b1.tar.gz gdb-cdb89f92cb6687f9c9f72d478579276875ec22b1.tar.bz2 |
Wed Nov 18 11:30:04 1998 Dave Brolley <brolley@cygnus.com>
* fr30-opc.c: Regenerated.
-rw-r--r-- | opcodes/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/fr30-opc.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 3a187a7..0804ab4 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,4 +1,8 @@ start-sanitize-fr30 +Wed Nov 18 11:30:04 1998 Dave Brolley <brolley@cygnus.com> + + * fr30-opc.c: Regenerated. + Mon Nov 16 19:21:48 1998 Dave Brolley <brolley@cygnus.com> * fr30-opc.c: Regenerated. diff --git a/opcodes/fr30-opc.c b/opcodes/fr30-opc.c index 9a301bc..a218eb1 100644 --- a/opcodes/fr30-opc.c +++ b/opcodes/fr30-opc.c @@ -1927,11 +1927,11 @@ const CGEN_INSN fr30_cgen_insn_table_entries[MAX_INSNS] = (PTR) 0, { 0, 0, { 0 } } }, -/* dmov @$dir10,-$R15 */ +/* dmov @$dir10,@-$R15 */ { { 1, 1, 1, 1 }, FR30_INSN_DMOV2R15PD, "dmov2r15pd", "dmov", - { { MNEM, ' ', '@', OP (DIR10), ',', '-', OP (R15), 0 } }, + { { MNEM, ' ', '@', OP (DIR10), ',', '@', '-', OP (R15), 0 } }, { 16, 16, 0xff00 }, 0xb00, (PTR) 0, { 0, 0, { 0 } } |