mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 04:49:54 +08:00
Correct "Fix powerpc subis range"
* ppc-opc.c (NSISIGNOPT): Use insert_nsi and extract_nsi.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2016-05-19 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
* ppc-opc.c (NSISIGNOPT): Use insert_nsi and extract_nsi.
|
||||||
|
|
||||||
2016-05-19 Alan Modra <amodra@gmail.com>
|
2016-05-19 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
* ppc-opc.c: Formatting.
|
* ppc-opc.c: Formatting.
|
||||||
|
@ -499,7 +499,7 @@ const struct powerpc_operand powerpc_operands[] =
|
|||||||
/* The NSI field in a D form instruction when we accept a wide range
|
/* The NSI field in a D form instruction when we accept a wide range
|
||||||
of positive values. */
|
of positive values. */
|
||||||
#define NSISIGNOPT NSI + 1
|
#define NSISIGNOPT NSI + 1
|
||||||
{ 0xffff, 0, NULL, NULL,
|
{ 0xffff, 0, insert_nsi, extract_nsi,
|
||||||
PPC_OPERAND_NEGATIVE | PPC_OPERAND_SIGNED | PPC_OPERAND_SIGNOPT },
|
PPC_OPERAND_NEGATIVE | PPC_OPERAND_SIGNED | PPC_OPERAND_SIGNOPT },
|
||||||
|
|
||||||
/* The RA field in an D, DS, DQ, X, XO, M, or MDS form instruction. */
|
/* The RA field in an D, DS, DQ, X, XO, M, or MDS form instruction. */
|
||||||
|
Reference in New Issue
Block a user