2008-01-24 H.J. Lu <hongjiu.lu@intel.com>

* NEWS: Mention new command line options for x86 targets.
This commit is contained in:
H.J. Lu 2008-01-24 22:44:37 +00:00
parent 1dd940af63
commit ae40c9937a
2 changed files with 8 additions and 0 deletions

View File

@ -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.

View File

@ -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.