aboutsummaryrefslogtreecommitdiff
path: root/gas/doc
diff options
context:
space:
mode:
authorNagajyothi Eggone <nagajyothi.eggone@amd.com>2012-10-09 08:43:06 +0000
committerNagajyothi Eggone <nagajyothi.eggone@amd.com>2012-10-09 08:43:06 +0000
commit5e5c50d37b665b75f0f59e50eda106247809e795 (patch)
tree0f8bb8aa1ce4e6320f99d6a2389dfda192ae9cee /gas/doc
parent4d5f33b647f45b94feb45558c50a70753332860e (diff)
downloadgdb-5e5c50d37b665b75f0f59e50eda106247809e795.zip
gdb-5e5c50d37b665b75f0f59e50eda106247809e795.tar.gz
gdb-5e5c50d37b665b75f0f59e50eda106247809e795.tar.bz2
Add AMD bdver3 support.
gas/ * config/tc-i386.c (cpu_arch): Add CPU_BDVER3_FLAGS. * doc/c-i386.texi: Add -march=bdver3 option. gas/testsuite/ * gas/i386/i386.exp: Run bdver3 test cases. * gas/i386/nops-1-bdver3.d: New. * gas/i386/arch-10-bdver3.d: New. * gas/i386/x86-64-nops-1-bdver3.d: New. * gas/i386/x86-64-arch-2-bdver3.d: New. opcodes/ * i386-gen.c (cpu_flag_init): Add CPU_BDVER3_FLAGS. * i386-init.h: Regenerated.
Diffstat (limited to 'gas/doc')
-rw-r--r--gas/doc/c-i386.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/doc/c-i386.texi b/gas/doc/c-i386.texi
index dde545b..4ee8d7a 100644
--- a/gas/doc/c-i386.texi
+++ b/gas/doc/c-i386.texi
@@ -120,6 +120,7 @@ processor names are recognized:
@code{amdfam10},
@code{bdver1},
@code{bdver2},
+@code{bdver3},
@code{btver1},
@code{btver2},
@code{generic32} and
@@ -1015,7 +1016,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} @tab @samp{k1om}
@item @samp{k6} @tab @samp{k6_2} @tab @samp{athlon} @tab @samp{k8}
-@item @samp{amdfam10} @tab @samp{bdver1} @tab @samp{bdver2}
+@item @samp{amdfam10} @tab @samp{bdver1} @tab @samp{bdver2} @tab @samp{bdver3}
@item @samp{btver1} @tab @samp{btver2}
@item @samp{generic32} @tab @samp{generic64}
@item @samp{.mmx} @tab @samp{.sse} @tab @samp{.sse2} @tab @samp{.sse3}