diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2008-01-24 22:44:37 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2008-01-24 22:44:37 +0000 |
commit | ae40c9937a38061f0feb4c41480030a764cb8dd8 (patch) | |
tree | 5a72497b36260621472a93405c29320e9b4645dd /gas | |
parent | 1dd940af63d6597646b96572532894e87836b5e2 (diff) | |
download | gdb-ae40c9937a38061f0feb4c41480030a764cb8dd8.zip gdb-ae40c9937a38061f0feb4c41480030a764cb8dd8.tar.gz gdb-ae40c9937a38061f0feb4c41480030a764cb8dd8.tar.bz2 |
2008-01-24 H.J. Lu <hongjiu.lu@intel.com>
* NEWS: Mention new command line options for x86 targets.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/NEWS | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index bee9359..3b3a922 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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. @@ -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. |