diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2006-07-15 16:58:36 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2006-07-15 16:58:36 +0000 |
commit | 10505f38ce7069ddf9b1277eb72b003021e54544 (patch) | |
tree | 2279acd1c0ad9af3f59c97e9825f1db20c139865 /opcodes | |
parent | a6bd098c72598bf32f5bb92418b3be960f73aa8c (diff) | |
download | gdb-10505f38ce7069ddf9b1277eb72b003021e54544.zip gdb-10505f38ce7069ddf9b1277eb72b003021e54544.tar.gz gdb-10505f38ce7069ddf9b1277eb72b003021e54544.tar.bz2 |
Add missing ChangeLog entry.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index f240077..4ee2221 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> |