diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-07-29 18:37:21 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-07-29 18:37:21 +0000 |
commit | 59d5bbeb35547e5645b25c17432b68ea46b37222 (patch) | |
tree | e28a60f69e5dfdbe8fcdf3477e65178a8f1c6531 | |
parent | 34828aad95ed9b64ca22d25b190f3fee0b08f808 (diff) | |
download | binutils-59d5bbeb35547e5645b25c17432b68ea46b37222.zip binutils-59d5bbeb35547e5645b25c17432b68ea46b37222.tar.gz binutils-59d5bbeb35547e5645b25c17432b68ea46b37222.tar.bz2 |
The fix is for PR 4834, not PR 4835.
-rw-r--r-- | gas/testsuite/ChangeLog | 2 | ||||
-rw-r--r-- | opcodes/ChangeLog | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 1979349..fcdea1b 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -11,7 +11,7 @@ 2007-07-28 H.J. Lu <hongjiu.lu@intel.com> - PR binutils/4835 + PR binutils/4834 * gas/i386/simd-intel.d: Updated. * gas/i386/simd.d: Likewise. * gas/i386/x86-64-simd-intel.d: Likewise. diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index e8e9c69..63d9e39 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,6 +1,6 @@ 2007-07-28 H.J. Lu <hongjiu.lu@intel.com> - PR binutils/4835 + PR binutils/4834 * i386-dis.c (Eq): New. (EMC): Renamed to ... (EMCq): This. Use q_mode instead of v_mode. |