diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2008-02-18 18:52:46 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2008-02-18 18:52:46 +0000 |
commit | 1ceab3445da3ac749db58ab401ec461c0ad4bdf8 (patch) | |
tree | 9b5f402ab1d5c6c1bcf77fc94e6560b094b3c4a5 /gas | |
parent | caaa79ad8928c84d7fa86da4307c58b38e33ff48 (diff) | |
download | gdb-1ceab3445da3ac749db58ab401ec461c0ad4bdf8.zip gdb-1ceab3445da3ac749db58ab401ec461c0ad4bdf8.tar.gz gdb-1ceab3445da3ac749db58ab401ec461c0ad4bdf8.tar.bz2 |
2008-02-18 H.J. Lu <hongjiu.lu@intel.com>
* doc/c-i386.texi: Update -march= and .arch.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/doc/c-i386.texi | 11 |
2 files changed, 11 insertions, 4 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index a71a854..c7df07e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2008-02-18 H.J. Lu <hongjiu.lu@intel.com> + + * doc/c-i386.texi: Update -march= and .arch. + 2008-02-18 Nick Clifton <nickc@redhat.com> * config/tc-mn10300.c (has_known_symbol_location): New function. diff --git a/gas/doc/c-i386.texi b/gas/doc/c-i386.texi index 838d72e..7f01ea0 100644 --- a/gas/doc/c-i386.texi +++ b/gas/doc/c-i386.texi @@ -102,9 +102,9 @@ processor names are recognized: @code{k6}, @code{k6_2}, @code{athlon}, -@code{sledgehammer}, @code{opteron}, @code{k8}, +@code{amdfam10}, @code{generic32} and @code{generic64}. @@ -816,12 +816,15 @@ supported on the CPU specified. The choices for @var{cpu_type} are: @item @samp{i486} @tab @samp{i586} @tab @samp{i686} @tab @samp{pentium} @item @samp{pentiumpro} @tab @samp{pentiumii} @tab @samp{pentiumiii} @tab @samp{pentium4} @item @samp{prescott} @tab @samp{nocona} @tab @samp{core} @tab @samp{core2} +@item @samp{k6} @tab @samp{k6_2} @tab @samp{athlon} @tab @samp{k8} @item @samp{amdfam10} -@item @samp{k6} @tab @samp{athlon} @tab @samp{sledgehammer} @tab @samp{k8} +@item @samp{generic32} @tab @samp{generic64} @item @samp{.mmx} @tab @samp{.sse} @tab @samp{.sse2} @tab @samp{.sse3} @item @samp{.ssse3} @tab @samp{.sse4.1} @tab @samp{.sse4.2} @tab @samp{.sse4} -@item @samp{.sse4a} @tab @samp{.3dnow} @tab @samp{.3dnowa} @tab @samp{.padlock} -@item @samp{.pacifica} @tab @samp{.svme} @tab @samp{.abm} +@item @samp{.vmx} @tab @samp{.smx} @tab @samp{.xsave} +@item @samp{.3dnow} @tab @samp{.3dnowa} @tab @samp{.sse4a} @tab @samp{.sse5} +@item @samp{.svme} @tab @samp{.abm} +@item @samp{.padlock} @end multitable Apart from the warning, there are only two other effects on |