diff options
author | Quentin Neill <quentin.neill@amd.com> | 2011-05-11 22:35:20 +0000 |
---|---|---|
committer | Quentin Neill <quentin.neill@amd.com> | 2011-05-11 22:35:20 +0000 |
commit | 4cab4add34b167b3902b1cb2873738914103f6ff (patch) | |
tree | e9e092a2be7e00eb8843dc5f1e84782d32c66719 /opcodes/i386-init.h | |
parent | 34b47c3828ca8e6d9dcddb2886744fb470e4276c (diff) | |
download | gdb-4cab4add34b167b3902b1cb2873738914103f6ff.zip gdb-4cab4add34b167b3902b1cb2873738914103f6ff.tar.gz gdb-4cab4add34b167b3902b1cb2873738914103f6ff.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 'opcodes/i386-init.h')
-rw-r--r-- | opcodes/i386-init.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/i386-init.h b/opcodes/i386-init.h index d8edd1a..6433596 100644 --- a/opcodes/i386-init.h +++ b/opcodes/i386-init.h @@ -139,6 +139,11 @@ 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, \ 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 } } +#define CPU_BDVER2_FLAGS \ + { { 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 1, \ + 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, \ + 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 } } + #define CPU_8087_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ |