diff options
author | Nick Clifton <nickc@redhat.com> | 2003-12-15 12:19:13 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-12-15 12:19:13 +0000 |
commit | a711c44f29cfb1af925157ef24ec9254ccd0e68a (patch) | |
tree | 07983bd25e93661634599cb64714da4b9bbe668a /opcodes | |
parent | 8d8199c3110e24159be80561d243efe948f23a04 (diff) | |
download | gdb-a711c44f29cfb1af925157ef24ec9254ccd0e68a.zip gdb-a711c44f29cfb1af925157ef24ec9254ccd0e68a.tar.gz gdb-a711c44f29cfb1af925157ef24ec9254ccd0e68a.tar.bz2 |
Add PIPE_O attribute to "pop" instruction.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/m32r-opc.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index d9f9b70..7bf5b45 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2003-12-15 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> + + * m32r-opc.c: Regenerate. + 2003-12-14 Mark Mitchell <mark@codesourcery.com> * arm-opc.h (arm_opcodes): Put V6 instructions before XScale diff --git a/opcodes/m32r-opc.c b/opcodes/m32r-opc.c index 18d8d68..a18d5cc 100644 --- a/opcodes/m32r-opc.c +++ b/opcodes/m32r-opc.c @@ -1413,7 +1413,7 @@ static const CGEN_IBASE m32r_cgen_macro_insn_table[] = /* pop $dr */ { -1, "pop", "pop", 16, - { 0|A(ALIAS), { (1<<MACH_BASE), PIPE_NONE } } + { 0|A(ALIAS), { (1<<MACH_BASE), PIPE_O } } }, /* ldi $dr,$simm8 */ { |