diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-06-14 05:18:35 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-06-14 05:18:35 -0700 |
commit | efe30057d2fcf875e39efbe6cc2a6271decbbd2e (patch) | |
tree | 57c363a1af13faaa347c80ae7fec6662ff2def03 /opcodes/i386-tbl.h | |
parent | 83015056b2bdfb53e4b4d59ffbb3574fc5dffd88 (diff) | |
download | gdb-efe30057d2fcf875e39efbe6cc2a6271decbbd2e.zip gdb-efe30057d2fcf875e39efbe6cc2a6271decbbd2e.tar.gz gdb-efe30057d2fcf875e39efbe6cc2a6271decbbd2e.tar.bz2 |
x86: Correct xsusldtrk mnemonic
The correct mnemonic is xsusldtrk, not xsuspldtrk.
gas/
PR gas/26115
* testsuite/gas/i386/tsxldtrk.d: Replace xsuspldtrk with
xsusldtrk.
* testsuite/gas/i386/tsxldtrk.s: Likewise.
* testsuite/gas/i386/x86-64-tsxldtrk.d: Likewise.
* testsuite/gas/i386/x86-64-tsxldtrk.s: Likewise.
opcodes/
PR gas/26115
* i386-dis.c (prefix_table): Replace xsuspldtrk with xsusldtrk.
* i386-opc.tbl: Likewise.
* i386-tbl.h: Regenerated.
Diffstat (limited to 'opcodes/i386-tbl.h')
-rw-r--r-- | opcodes/i386-tbl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/i386-tbl.h b/opcodes/i386-tbl.h index 7fd694d..5bcefc6 100644 --- a/opcodes/i386-tbl.h +++ b/opcodes/i386-tbl.h @@ -59404,7 +59404,7 @@ const insn_template i386_optab[] = 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, { { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } } }, - { "xsuspldtrk", 0xf20f01e8, None, 3, 0, + { "xsusldtrk", 0xf20f01e8, None, 3, 0, { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |