diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2009-01-10 18:33:35 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2009-01-10 18:33:35 +0000 |
commit | 1543849b329f846f783a1517dc2bbb989dea6fb7 (patch) | |
tree | e411f4893f326b64dabb1d22429d2689a5e605c8 /gas | |
parent | bd5295b282c09d4aa5ee49b869cb39cd1dc8f02b (diff) | |
download | gdb-1543849b329f846f783a1517dc2bbb989dea6fb7.zip gdb-1543849b329f846f783a1517dc2bbb989dea6fb7.tar.gz gdb-1543849b329f846f783a1517dc2bbb989dea6fb7.tar.bz2 |
2009-01-10 H.J. Lu <hongjiu.lu@intel.com>
* doc/c-i386.texi: Reformat.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/doc/c-i386.texi | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 134ad9e..e544b76 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ 2009-01-10 H.J. Lu <hongjiu.lu@intel.com> + * doc/c-i386.texi: Reformat. + +2009-01-10 H.J. Lu <hongjiu.lu@intel.com> + * gas/config/tc-i386.c (cpu_arch): Add corei7, .clflush and .syscall. (i386_align_code): Handle PROCESSOR_COREI7. diff --git a/gas/doc/c-i386.texi b/gas/doc/c-i386.texi index 8a70523..b111e45 100644 --- a/gas/doc/c-i386.texi +++ b/gas/doc/c-i386.texi @@ -876,8 +876,9 @@ 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{corei7} @tab @samp{k6} @tab @samp{k6_2} @tab @samp{athlon} -@item @samp{k8} @tab @samp{amdfam10} +@item @samp{corei7} +@item @samp{k6} @tab @samp{k6_2} @tab @samp{athlon} @tab @samp{k8} +@item @samp{amdfam10} @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} |