This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
PATCH: Mention new command line options for x86 targets
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: binutils at sources dot redhat dot com
- Date: Thu, 24 Jan 2008 14:44:17 -0800
- Subject: PATCH: Mention new command line options for x86 targets
I am checking in this patch to mention new command line options for
x86 targets in gas/NEWS.
H.J.
---
Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gas/ChangeLog,v
retrieving revision 1.3474
diff -u -p -r1.3474 ChangeLog
--- ChangeLog 23 Jan 2008 19:05:10 -0000 1.3474
+++ ChangeLog 24 Jan 2008 22:42:26 -0000
@@ -1,3 +1,7 @@
+2008-01-24 H.J. Lu <hongjiu.lu@intel.com>
+
+ * NEWS: Mention new command line options for x86 targets.
+
2008-01-23 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (md_show_usage): Replace tabs with spaces.
Index: NEWS
===================================================================
RCS file: /cvs/src/src/gas/NEWS,v
retrieving revision 1.90
diff -u -p -r1.90 NEWS
--- NEWS 4 Oct 2007 17:05:36 -0000 1.90
+++ NEWS 24 Jan 2008 22:42:26 -0000
@@ -1,4 +1,8 @@
-*- text -*-
+* New command line options, -march=CPU[,+EXTENSION...], -mtune=CPU,
+ -mmnemonic=[att|intel], -msyntax=[att|intel], -mindex-reg,
+ -mnaked-reg and -mold-gcc, for x86 targets.
+
* Support for generating wide character strings has been added via the new
pseudo ops: .string16, .string32 and .string64.