diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-05-04 18:06:38 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-05-04 18:06:38 +0000 |
commit | ae5c1c7b1d58e52f5526facbb7dac5567a665874 (patch) | |
tree | acaa2ca5c443f36b5fa10417e4121a41fda830ec /gas/ChangeLog | |
parent | 10efe3f6ab735cdc228d615d25e89fff0623c5cc (diff) | |
download | gdb-ae5c1c7b1d58e52f5526facbb7dac5567a665874.zip gdb-ae5c1c7b1d58e52f5526facbb7dac5567a665874.tar.gz gdb-ae5c1c7b1d58e52f5526facbb7dac5567a665874.tar.bz2 |
Remove the extra VEX check
* config/tc-i386.c (output_insn): Remove the extra VEX check.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 8196733..ea8fa52 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ 2012-05-04 H.J. Lu <hongjiu.lu@intel.com> + * config/tc-i386.c (output_insn): Remove the extra VEX check. + +2012-05-04 H.J. Lu <hongjiu.lu@intel.com> + * config/tc-i386.c (match_template): Improve unsupported error message. |