summaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog-2007
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2008-01-03 05:27:55 +0000
committerH.J. Lu <hjl.tools@gmail.com>2008-01-03 05:27:55 +0000
commit18a2244ddde98503db6204adb8e3e03f0c3ed03e (patch)
tree1d5156f4c72c43ff12710aa6d57cfcf1c59ee9ea /opcodes/ChangeLog-2007
parenta31ace00717828545b8f7d6104816bc31a9ac259 (diff)
downloadbinutils-gdb-18a2244ddde98503db6204adb8e3e03f0c3ed03e.tar.gz
Add a missing ','.
Diffstat (limited to 'opcodes/ChangeLog-2007')
-rw-r--r--opcodes/ChangeLog-20072
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/ChangeLog-2007 b/opcodes/ChangeLog-2007
index 50cd4bdf0bb..21fb65c3b35 100644
--- a/opcodes/ChangeLog-2007
+++ b/opcodes/ChangeLog-2007
@@ -20,7 +20,7 @@
(i386_cpu_flags): Add cpusse4_1_or_5.
* i386-opc.tbl: Use CpuSSE4_1_Or_5 instead of CpuSSE4_1|CpuSSE5
- on ptest roundpd, roundps, roundsd and roundss.
+ on ptest, roundpd, roundps, roundsd and roundss.
2007-12-23 H.J. Lu <hongjiu.lu@intel.com>