diff options
author | Quentin Neill <quentin.neill@amd.com> | 2011-08-02 19:58:06 +0000 |
---|---|---|
committer | Quentin Neill <quentin.neill@amd.com> | 2011-08-02 19:58:06 +0000 |
commit | 3929df0978df109c4d05f41763b2c47dacd33d39 (patch) | |
tree | c8843cc51e0f234416cf10b544634581ae4c276d /opcodes | |
parent | 9370ce59d1064777f63d65e04a68f14d1f4d392b (diff) | |
download | gdb-3929df0978df109c4d05f41763b2c47dacd33d39.zip gdb-3929df0978df109c4d05f41763b2c47dacd33d39.tar.gz gdb-3929df0978df109c4d05f41763b2c47dacd33d39.tar.bz2 |
opcodes/
2011-08-02 Quentin Neill <quentin.neill@amd.com>
* i386-dis.c (xop_table): Remove spurious bextr insn.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/i386-dis.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index a535831..ddc1a50 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2011-08-02 Quentin Neill <quentin.neill@amd.com> + + * i386-dis.c (xop_table): Remove spurious bextr insn. + 2011-08-01 H.J. Lu <hongjiu.lu@intel.com> PR ld/13048 diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index 6b5ccf2..85b63ea 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -6645,7 +6645,7 @@ static const struct dis386 xop_table[][256] = { { Bad_Opcode }, { Bad_Opcode }, /* 10 */ - { "bextr", { Gv, Ev, Iq } }, + { Bad_Opcode }, { Bad_Opcode }, { Bad_Opcode }, { Bad_Opcode }, |