summaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2006-07-15 16:58:36 +0000
committerH.J. Lu <hjl@lucon.org>2006-07-15 16:58:36 +0000
commit4cefd068036de16a28c4ea4e888085e477fe64c2 (patch)
treed9919fae9114e422e62c9545dd29fd0d3bb7910c /opcodes
parent33e1b763917b237a5c80e6eea338751bd1459c96 (diff)
downloadgdb-4cefd068036de16a28c4ea4e888085e477fe64c2.tar.gz
Add missing ChangeLog entry.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index f2400772bbf..4ee22210bc9 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,20 @@
+2006-07-15 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR binutils/2829
+ * i386-dis.c (GRP11_C6): NEW.
+ (GRP11_C7): Likewise.
+ (GRP12): Updated.
+ (GRP13): Likewise.
+ (GRP14): Likewise.
+ (GRP15): Likewise.
+ (GRP16): Likewise.
+ (GRPAMD): Likewise.
+ (GRPPADLCK1): Likewise.
+ (GRPPADLCK2): Likewise.
+ (dis386): Use GRP11_C6 and GRP11_C7 for entres 0xc6 and 0xc7,
+ respectively.
+ (grps): Add entries for GRP11_C6 and GRP11_C7.
+
2006-07-10 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
Michael Meissner <michael.meissner@amd.com>