diff options
author | Nagajyothi Eggone <nagajyothi.eggone@amd.com> | 2012-10-09 08:43:06 +0000 |
---|---|---|
committer | Nagajyothi Eggone <nagajyothi.eggone@amd.com> | 2012-10-09 08:43:06 +0000 |
commit | 5e5c50d37b665b75f0f59e50eda106247809e795 (patch) | |
tree | 0f8bb8aa1ce4e6320f99d6a2389dfda192ae9cee /opcodes/i386-init.h | |
parent | 4d5f33b647f45b94feb45558c50a70753332860e (diff) | |
download | gdb-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 'opcodes/i386-init.h')
-rw-r--r-- | opcodes/i386-init.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/i386-init.h b/opcodes/i386-init.h index 4dbc18a..2e4589b 100644 --- a/opcodes/i386-init.h +++ b/opcodes/i386-init.h @@ -169,6 +169,12 @@ 1, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, \ 0, 0, 0 } } +#define CPU_BDVER3_FLAGS \ + { { 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 1, \ + 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, \ + 1, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, \ + 0, 0, 0 } } + #define CPU_BTVER1_FLAGS \ { { 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 1, \ 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ |