aboutsummaryrefslogtreecommitdiff
path: root/gas/doc
diff options
context:
space:
mode:
authorQuentin Neill <quentin.neill@amd.com>2011-05-10 22:02:27 +0000
committerQuentin Neill <quentin.neill@amd.com>2011-05-10 22:02:27 +0000
commitaf2f724ec495247ddaefa39f7da4f4f81719ffcb (patch)
tree576b864f2c98c55bd56dd643983d8365f96e16ae /gas/doc
parent2471d0083c54a1474b907a1cc3637baa93d12eb7 (diff)
downloadgdb-af2f724ec495247ddaefa39f7da4f4f81719ffcb.zip
gdb-af2f724ec495247ddaefa39f7da4f4f81719ffcb.tar.gz
gdb-af2f724ec495247ddaefa39f7da4f4f81719ffcb.tar.bz2
2011-05-10 Quentin Neill <quentin.neill@amd.com>
gas/ * config/tc-i386.c (cpu_arch): Add bdver2 and rename PROCESSOR_BDVER1 to PROCESSOR_BDVER. (i386_align_code): Rename PROCESSOR_BDVER1. (processor_type): Ditto. * doc/c-i386.texi: Add bdver2. opcodes/ * i386-gen.c (cpu_flag_init): Add new CPU_BDVER2_FLAGS. * i386-init.h: Regenerated. gas/testsuite/ * gas/i386/i386.exp: Add new bdver2 test cases. * gas/i386/nops-1-bdver2.d: New. * gas/i386/x86-64-nops-1-bdver2.d: New.
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 34a69b0..bedff79 100644
--- a/gas/doc/c-i386.texi
+++ b/gas/doc/c-i386.texi
@@ -118,6 +118,7 @@ processor names are recognized:
@code{k8},
@code{amdfam10},
@code{bdver1},
+@code{bdver2},
@code{generic32} and
@code{generic64}.
@@ -1000,7 +1001,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{bdver1}
+@item @samp{amdfam10} @tab @samp{bdver1} @tab @samp{bdver2}
@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}