summaryrefslogtreecommitdiffstats
path: root/opcodes
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2005-04-18 20:59:20 +0000
committerMark Kettenis <kettenis@gnu.org>2005-04-18 20:59:20 +0000
commit791fe849086c2dccfa31932b388ab51f75f6a368 (patch)
treea9164f82292dcce23f8936e8183fa3e67b34ef79 /opcodes
parent0cc748c077b0380238ce783bb406cf96165b9bf1 (diff)
downloadppe42-binutils-791fe849086c2dccfa31932b388ab51f75f6a368.tar.gz
ppe42-binutils-791fe849086c2dccfa31932b388ab51f75f6a368.zip
gas/ChangeLog:
* config/tc-i386.c (md_begin): Allow hyphens in mnemonics. include/opcode/ChangeLog: * i386.h: Insert hyphens into selected VIA PadLock extensions. Add xcrypt-ctr. Provide aliases without hyphens. opcodes/ChangeLog: * i386-dis.c: Insert hyphens into selected VIA PadLock extensions. Add xcrypt-ctr.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog5
-rw-r--r--opcodes/i386-dis.c16
2 files changed, 13 insertions, 8 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 7a2752595f..98171b89d5 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,8 @@
+2005-04-18 Mark Kettenis <kettenis@gnu.org>
+
+ * i386-dis.c: Insert hyphens into selected VIA PadLock extensions.
+ Add xcrypt-ctr.
+
2005-04-14 Nick Clifton <nickc@redhat.com>
* po/fi.po: New translation: Finnish.
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c
index d3acb84138..24620d0ef0 100644
--- a/opcodes/i386-dis.c
+++ b/opcodes/i386-dis.c
@@ -1469,14 +1469,14 @@ static const struct dis386 grps[][8] = {
},
/* GRPPADLCK1 */
{
- { "xstorerng", OP_0f07, 0, XX, XX },
- { "xcryptecb", OP_0f07, 0, XX, XX },
- { "xcryptcbc", OP_0f07, 0, XX, XX },
- { "(bad)", OP_0f07, 0, XX, XX },
- { "xcryptcfb", OP_0f07, 0, XX, XX },
- { "xcryptofb", OP_0f07, 0, XX, XX },
- { "(bad)", OP_0f07, 0, XX, XX },
- { "(bad)", OP_0f07, 0, XX, XX },
+ { "xstore-rng", OP_0f07, 0, XX, XX },
+ { "xcrypt-ecb", OP_0f07, 0, XX, XX },
+ { "xcrypt-cbc", OP_0f07, 0, XX, XX },
+ { "xcrypt-ctr", OP_0f07, 0, XX, XX },
+ { "xcrypt-cfb", OP_0f07, 0, XX, XX },
+ { "xcrypt-ofb", OP_0f07, 0, XX, XX },
+ { "(bad)", OP_0f07, 0, XX, XX },
+ { "(bad)", OP_0f07, 0, XX, XX },
},
/* GRPPADLCK2 */
{
OpenPOWER on IntegriCloud