diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-08-10 21:19:40 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-08-10 21:19:40 +0000 |
commit | 5c5acbbddf6bf57b065bd8da31a368f3835386fc (patch) | |
tree | e5958676ea3045afb1345012f6a5414f6014715d /opcodes/i386-init.h | |
parent | a72c32530ec5ee0b1baf366ba99db5f2e83681cb (diff) | |
download | gdb-5c5acbbddf6bf57b065bd8da31a368f3835386fc.zip gdb-5c5acbbddf6bf57b065bd8da31a368f3835386fc.tar.gz gdb-5c5acbbddf6bf57b065bd8da31a368f3835386fc.tar.bz2 |
Enable FMA instructions for bdver2
gas/testsuite/
PR gas/14423
* gas/i386/arch-10-bdver2.d: New file.
* gas/i386/x86-64-arch-2-bdver2.d: Likewise.
* gas/i386/i386.exp: Run new test
opcodes/
2012-08-11 Saravanan Ekanathan <saravanan.ekanathan@amd.com>
PR gas/14423
* i386-gen.c (cpu_flag_init): Add CpuFMA in CPU_BDVER2_FLAGS.
* i386-init.h: Regenerated.
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 dba240e..1c62b9f 100644 --- a/opcodes/i386-init.h +++ b/opcodes/i386-init.h @@ -165,7 +165,7 @@ #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, 0, 0, 1, 1, \ + 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, \ 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, \ 0, 0 } } |