diff options
author | Sebastian Pop <sebastian.pop@amd.com> | 2010-02-03 20:36:14 +0000 |
---|---|---|
committer | Sebastian Pop <sebastian.pop@amd.com> | 2010-02-03 20:36:14 +0000 |
commit | 68339fdf884701f4137e7acf673a20d16f36fab1 (patch) | |
tree | 26b687daa217907e8d57aa8fc1326a6426c07bb0 /gas/doc | |
parent | 218c58318263699665bec9167d162612c81e9995 (diff) | |
download | gdb-68339fdf884701f4137e7acf673a20d16f36fab1.zip gdb-68339fdf884701f4137e7acf673a20d16f36fab1.tar.gz gdb-68339fdf884701f4137e7acf673a20d16f36fab1.tar.bz2 |
2010-02-03 Quentin Neill <quentin.neill@amd.com>
gas/
* config/tc-i386.c (cpu_arch): Change amdfam15 to bdver1.
(i386_align_code): Rename PROCESSOR_AMDFAM15 to PROCESSOR_BDVER1.
* config/tc-i386.h (processor_type): Same.
* doc/c-i386.texi: Change amdfam15 to bdver1.
opcodes/
* i386-gen.c (cpu_flag_init): Rename CPU_AMDFAM15_FLAGS
to CPU_BDVER1_FLAGS
* i386-init.h: Regenerated.
testsuite/
* gas/i386/i386.exp: Rename amdfam15 test cases to bdver1.
* gas/i386/x86-64-nops-1-amdfam15.d: Renamed test case to
gas/i386/x86-64-nops-1-bdver1.d.
* gas/i386/nops-1-amdfam15.d: Renamed test case to
gas/i386/nops-1-bdver1.d.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-i386.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/doc/c-i386.texi b/gas/doc/c-i386.texi index e657ab3..1f414f6 100644 --- a/gas/doc/c-i386.texi +++ b/gas/doc/c-i386.texi @@ -109,7 +109,7 @@ processor names are recognized: @code{opteron}, @code{k8}, @code{amdfam10}, -@code{amdfam15}, +@code{bdver1}, @code{generic32} and @code{generic64}. @@ -926,7 +926,7 @@ supported on the CPU specified. The choices for @var{cpu_type} are: @item @samp{prescott} @tab @samp{nocona} @tab @samp{core} @tab @samp{core2} @item @samp{corei7} @tab @samp{l1om} @item @samp{k6} @tab @samp{k6_2} @tab @samp{athlon} @tab @samp{k8} -@item @samp{amdfam10} @tab @samp{amdfam15} +@item @samp{amdfam10} @tab @samp{bdver1} @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} |