mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 19:14:52 +08:00
gas/
* config/tc-mips.c (mips16_macro_build): Remove 'Y' case.
This commit is contained in:
parent
c82767616f
commit
2f8b73cc2b
@ -1,3 +1,7 @@
|
||||
2013-07-14 Richard Sandiford <rdsandiford@googlemail.com>
|
||||
|
||||
* config/tc-mips.c (mips16_macro_build): Remove 'Y' case.
|
||||
|
||||
2013-07-14 Richard Sandiford <rdsandiford@googlemail.com>
|
||||
|
||||
* config/tc-mips.c (macro_build): Take an int for "C", "k", "\\"
|
||||
|
@ -5688,16 +5688,6 @@ mips16_macro_build (expressionS *ep, const char *name, const char *fmt,
|
||||
MIPS16_INSERT_OPERAND (REGR32, insn, va_arg (*args, int));
|
||||
continue;
|
||||
|
||||
case 'Y':
|
||||
{
|
||||
int regno;
|
||||
|
||||
regno = va_arg (*args, int);
|
||||
regno = ((regno & 7) << 2) | ((regno & 0x18) >> 3);
|
||||
MIPS16_INSERT_OPERAND (REG32R, insn, regno);
|
||||
}
|
||||
continue;
|
||||
|
||||
case '<':
|
||||
case '>':
|
||||
case '4':
|
||||
|
Loading…
Reference in New Issue
Block a user