opcodes, gas: fix mnemonic of sparc camellia_fl
authorJose E. Marchesi <jose.marchesi@oracle.com>
Fri, 26 Aug 2016 14:31:31 +0000 (07:31 -0700)
committerJose E. Marchesi <jose.marchesi@oracle.com>
Fri, 26 Aug 2016 14:31:31 +0000 (07:31 -0700)
This patch fixes a typo in the mnemonic of the camellia_fl
instruction, which was implemented before as camellia_fi.

gas/ChangeLog:

2016-08-26  Jose E. Marchesi  <jose.marchesi@oracle.com>

* testsuite/gas/sparc/crypto.d: Rename invalid opcode camellia_fi
to camellia_fl.
* testsuite/gas/sparc/crypto.s: Likewise.

opcodes/ChangeLog:

2016-08-26  Jose E. Marchesi  <jose.marchesi@oracle.com>

* sparc-opc.c (sparc_opcodes): Fix typo in opcode, camellia_fi ->
camellia_fl.

gas/ChangeLog
gas/testsuite/gas/sparc/crypto.d
gas/testsuite/gas/sparc/crypto.s
opcodes/ChangeLog
opcodes/sparc-opc.c

index 61d4b48a8671b9bcb49b5ea2d29fa364042abf61..abcdba7e9c5e22c1f4f09c9cf66d587df19db0ba 100644 (file)
@@ -1,3 +1,9 @@
+2016-08-26  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+       * testsuite/gas/sparc/crypto.d: Rename invalid opcode camellia_fi
+       to camellia_fl.
+       * testsuite/gas/sparc/crypto.s: Likewise.
+
 2016-08-26  Thomas Preud'homme  <thomas.preudhomme@arm.com>
 
        * config/tc-arm.c (v7m_psrs): Add MSPLIM, PSPLIM, MSPLIM_NS,
index daebb6557b0beb827312512a5353aa90afd62e0a..a7d8a38bb55c909394c2fc7669bcb306fdc865a7 100644 (file)
@@ -31,7 +31,7 @@ Disassembly of section .text:
   54:  9f b2 e7 0d     kasumi_fi_fi  %f42, %f44, %f46
   58:  a6 cb 63 4f     kasumi_fl_xor  %f44, %f46, %f48, %f50
   5c:  aa cb e7 71     kasumi_fi_xor  %f46, %f48, %f50, %f52
-  60:  af b4 e7 95     camellia_fi  %f50, %f52, %f54
+  60:  af b4 e7 95     camellia_fl  %f50, %f52, %f54
   64:  b3 b5 67 b7     camellia_fli  %f52, %f54, %f56
   68:  ba cd f7 99     camellia_f  %f54, %f56, %f58, %f60
   6c:  81 b0 29 00     mpmul  0
index 217a742e7b78183c75e78ec272fc1da7a9cb286e..455755128b69611f94c26a61a02a00b79dcf17b8 100644 (file)
@@ -24,7 +24,7 @@
        kasumi_fi_fi    %f42, %f44, %f46
        kasumi_fl_xor   %f44, %f46, %f48, %f50
        kasumi_fi_xor   %f46, %f48, %f50, %f52
-       camellia_fi     %f50, %f52, %f54
+       camellia_fl     %f50, %f52, %f54
        camellia_fli    %f52, %f54, %f56
        camellia_f      %f54, %f56, %f58, %f60
        mpmul   0
index fe78a5f744eb0e6089dfb74de5ed38f83d4b5254..9e41bc548827f45353cefb325acddf710d617446 100644 (file)
@@ -1,3 +1,8 @@
+2016-08-26  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+       * sparc-opc.c (sparc_opcodes): Fix typo in opcode, camellia_fi ->
+       camellia_fl.
+
 2016-08-26  Thomas Preud'homme  <thomas.preudhomme@arm.com>
 
        * arm-dis.c (psr_name): Use hex as case labels.  Add detection for
index 9d682236649459a4871687f0466c82933192b5bd..04dd33888f35de1c1fdc61803bd9c301276c9d93 100644 (file)
@@ -2155,7 +2155,7 @@ SLCBCC("cbnefr", 15),
 { "des_iip",    F3F(2, 0x36, 0x135), F3F(~2, ~0x36, ~0x135), "v,H", F_FLOAT, HWCAP_DES, 0, v9e },
 { "des_kexpand",F3F(2, 0x36, 0x136), F3F(~2, ~0x36, ~0x136), "v,X,H", F_FLOAT, HWCAP_DES, 0, v9e },
 {"kasumi_fi_fi",F3F(2, 0x36, 0x138), F3F(~2, ~0x36, ~0x138), "v,B,H", F_FLOAT, HWCAP_KASUMI, 0, v9e },
-{ "camellia_fi",F3F(2, 0x36, 0x13c), F3F(~2, ~0x36, ~0x13c), "v,B,H", F_FLOAT, HWCAP_CAMELLIA, 0, v9e },
+{ "camellia_fl",F3F(2, 0x36, 0x13c), F3F(~2, ~0x36, ~0x13c), "v,B,H", F_FLOAT, HWCAP_CAMELLIA, 0, v9e },
 {"camellia_fli",F3F(2, 0x36, 0x13d), F3F(~2, ~0x36, ~0x13d), "v,B,H", F_FLOAT, HWCAP_CAMELLIA, 0, v9e },
 { "md5",        F3F(2, 0x36, 0x140), F3F(~2, ~0x36, ~0x140), "", F_FLOAT, HWCAP_MD5, 0, v9e },
 { "sha1",       F3F(2, 0x36, 0x141), F3F(~2, ~0x36, ~0x141), "", F_FLOAT, HWCAP_SHA1, 0, v9e },
This page took 0.031254 seconds and 4 git commands to generate.