aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2016-11-08 11:03:06 -0800
committerH.J. Lu <hjl.tools@gmail.com>2016-11-08 11:03:06 -0800
commit1f334aeb2268db153f01143e9b0ac01448ecaa56 (patch)
tree86f0aa408259d4cfb1073b0f6152b4a03cf870b1 /opcodes/ChangeLog
parent7353f2470c2eda19c31c9fa44c315c7c69dea7c4 (diff)
downloadgdb-1f334aeb2268db153f01143e9b0ac01448ecaa56.zip
gdb-1f334aeb2268db153f01143e9b0ac01448ecaa56.tar.gz
gdb-1f334aeb2268db153f01143e9b0ac01448ecaa56.tar.bz2
X86: Remove the THREE_BYTE_0F7A entry
Remove the THREE_BYTE_0F7A entry which is leftover from SSE5. PR binutils/20701 * i386-dis.c (THREE_BYTE_0F7A): Removed. (dis386_twobyte): Don't use THREE_BYTE_0F7A. (three_byte_table): Remove THREE_BYTE_0F7A.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 438e770..d7c5327 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,10 @@
+2016-11-08 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR binutils/20701
+ * i386-dis.c (THREE_BYTE_0F7A): Removed.
+ (dis386_twobyte): Don't use THREE_BYTE_0F7A.
+ (three_byte_table): Remove THREE_BYTE_0F7A.
+
2016-11-07 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/20775