diff options
author | Sebastian Pop <sebastian.pop@amd.com> | 2010-02-03 20:36:14 +0000 |
---|---|---|
committer | Sebastian Pop <sebastian.pop@amd.com> | 2010-02-03 20:36:14 +0000 |
commit | 68339fdf884701f4137e7acf673a20d16f36fab1 (patch) | |
tree | 26b687daa217907e8d57aa8fc1326a6426c07bb0 /opcodes/i386-init.h | |
parent | 218c58318263699665bec9167d162612c81e9995 (diff) | |
download | gdb-68339fdf884701f4137e7acf673a20d16f36fab1.zip gdb-68339fdf884701f4137e7acf673a20d16f36fab1.tar.gz gdb-68339fdf884701f4137e7acf673a20d16f36fab1.tar.bz2 |
2010-02-03 Quentin Neill <quentin.neill@amd.com>
gas/
* config/tc-i386.c (cpu_arch): Change amdfam15 to bdver1.
(i386_align_code): Rename PROCESSOR_AMDFAM15 to PROCESSOR_BDVER1.
* config/tc-i386.h (processor_type): Same.
* doc/c-i386.texi: Change amdfam15 to bdver1.
opcodes/
* i386-gen.c (cpu_flag_init): Rename CPU_AMDFAM15_FLAGS
to CPU_BDVER1_FLAGS
* i386-init.h: Regenerated.
testsuite/
* gas/i386/i386.exp: Rename amdfam15 test cases to bdver1.
* gas/i386/x86-64-nops-1-amdfam15.d: Renamed test case to
gas/i386/x86-64-nops-1-bdver1.d.
* gas/i386/nops-1-amdfam15.d: Renamed test case to
gas/i386/nops-1-bdver1.d.
Diffstat (limited to 'opcodes/i386-init.h')
-rw-r--r-- | opcodes/i386-init.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/i386-init.h b/opcodes/i386-init.h index cfe65b0..cc1ed4f 100644 --- a/opcodes/i386-init.h +++ b/opcodes/i386-init.h @@ -129,7 +129,7 @@ 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, \ 1, 0, 0, 0 } } -#define CPU_AMDFAM15_FLAGS \ +#define CPU_BDVER1_FLAGS \ { { 1, 1, 1, 1, 1, 1, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, \ 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, \ 1, 0, 0, 0 } } |