aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 3bbc31c..134ad9e 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,15 @@
+2009-01-10 H.J. Lu <hongjiu.lu@intel.com>
+
+ * gas/config/tc-i386.c (cpu_arch): Add corei7, .clflush and
+ .syscall.
+ (i386_align_code): Handle PROCESSOR_COREI7.
+ (md_show_usage): Add corei7, clflush and syscall.
+ (i386_target_format): Replace cpup4 with cpuclflush.
+
+ * gas/config/tc-i386.h (processor_type): Add PROCESSOR_COREI7.
+
+ * doc/c-i386.texi: Document corei7, clflush and syscall.
+
2009-01-09 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (cpu_arch): Add .rdtscp.