diff options
author | Quentin Neill <quentin.neill@amd.com> | 2011-05-10 22:02:27 +0000 |
---|---|---|
committer | Quentin Neill <quentin.neill@amd.com> | 2011-05-10 22:02:27 +0000 |
commit | af2f724ec495247ddaefa39f7da4f4f81719ffcb (patch) | |
tree | 576b864f2c98c55bd56dd643983d8365f96e16ae /gas/config/tc-i386.h | |
parent | 2471d0083c54a1474b907a1cc3637baa93d12eb7 (diff) | |
download | gdb-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/config/tc-i386.h')
-rw-r--r-- | gas/config/tc-i386.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-i386.h b/gas/config/tc-i386.h index bf227c6..bbe71e0 100644 --- a/gas/config/tc-i386.h +++ b/gas/config/tc-i386.h @@ -230,7 +230,7 @@ enum processor_type PROCESSOR_GENERIC32, PROCESSOR_GENERIC64, PROCESSOR_AMDFAM10, - PROCESSOR_BDVER1 + PROCESSOR_BDVER }; extern enum processor_type cpu_arch_tune; |