diff options
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/doc/c-i386.texi | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 49a4e4b..217af9a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2009-11-06 H.J. Lu <hongjiu.lu@intel.com> + + * doc/c-i386.texi: Move .lwp. + 2009-11-06 Alan Modra <amodra@bigpond.net.au> * config/obj-elf.c (obj_elf_change_section): Remove FIXME from diff --git a/gas/doc/c-i386.texi b/gas/doc/c-i386.texi index 9dacf4c..5661f75 100644 --- a/gas/doc/c-i386.texi +++ b/gas/doc/c-i386.texi @@ -919,9 +919,10 @@ supported on the CPU specified. The choices for @var{cpu_type} are: @item @samp{.ssse3} @tab @samp{.sse4.1} @tab @samp{.sse4.2} @tab @samp{.sse4} @item @samp{.avx} @tab @samp{.vmx} @tab @samp{.smx} @tab @samp{.xsave} @item @samp{.aes} @tab @samp{.pclmul} @tab @samp{.fma} @tab @samp{.movbe} -@item @samp{.ept} @tab @samp{.clflush} @tab @samp{.lwp} +@item @samp{.ept} @tab @samp{.clflush} @item @samp{.3dnow} @tab @samp{.3dnowa} @tab @samp{.sse4a} @tab @samp{.sse5} @item @samp{.syscall} @tab @samp{.rdtscp} @tab @samp{.svme} @tab @samp{.abm} +@item @samp{.lwp} @item @samp{.padlock} @end multitable |