mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
Add PIPE_O attribute to "pop" instruction.
This commit is contained in:
parent
8d8199c311
commit
a711c44f29
@ -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
|
||||
|
@ -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 */
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user