aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2009-12-10 02:51:39 +0000
committerH.J. Lu <hjl.tools@gmail.com>2009-12-10 02:51:39 +0000
commit8a2c8fef1949ad6eb7bd0deb84c9caf7f141c304 (patch)
tree33982a7e0f6aa61703451715c48fcf18a8bcc905 /gas/ChangeLog
parent1276bc895aa3d28a64df990a39df32c93d4f3ca8 (diff)
downloadgdb-8a2c8fef1949ad6eb7bd0deb84c9caf7f141c304.zip
gdb-8a2c8fef1949ad6eb7bd0deb84c9caf7f141c304.tar.gz
gdb-8a2c8fef1949ad6eb7bd0deb84c9caf7f141c304.tar.bz2
2009-12-09 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (arch_entry): Add len and skip. (cpu_arch): Use STRING_COMMA_LEN. (MESSAGE_TEMPLATE): New. (show_arch): Likewise. (md_show_usage): Use show_arch.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index f7d9c08..5c1a556 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,11 @@
+2009-12-09 H.J. Lu <hongjiu.lu@intel.com>
+
+ * config/tc-i386.c (arch_entry): Add len and skip.
+ (cpu_arch): Use STRING_COMMA_LEN.
+ (MESSAGE_TEMPLATE): New.
+ (show_arch): Likewise.
+ (md_show_usage): Use show_arch.
+
2009-12-07 H.J. Lu <hongjiu.lu@intel.com>
PR gas/11037