Correct "Fix powerpc subis range"
authorAlan Modra <amodra@gmail.com>
Thu, 19 May 2016 07:24:54 +0000 (16:54 +0930)
committerAlan Modra <amodra@gmail.com>
Thu, 19 May 2016 07:26:02 +0000 (16:56 +0930)
* ppc-opc.c (NSISIGNOPT): Use insert_nsi and extract_nsi.

opcodes/ChangeLog
opcodes/ppc-opc.c

index 333a6025180859a95b21d5ddcf107615a70fa040..f3e1d211647e31a3a62bb183d98eef0c1048e55c 100644 (file)
@@ -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>
 
        * ppc-opc.c: Formatting.
index 1c03c88bdab68246f618a199aee134f2b8a5ac30..b44ce0f81d2cb18b033bc4b3e5dc2c9426659e00 100644 (file)
@@ -499,7 +499,7 @@ const struct powerpc_operand powerpc_operands[] =
   /* The NSI field in a D form instruction when we accept a wide range
      of positive values.  */
 #define NSISIGNOPT NSI + 1
-  { 0xffff, 0, NULL, NULL,
+  { 0xffff, 0, insert_nsi, extract_nsi,
     PPC_OPERAND_NEGATIVE | PPC_OPERAND_SIGNED | PPC_OPERAND_SIGNOPT },
 
   /* The RA field in an D, DS, DQ, X, XO, M, or MDS form instruction.  */