aboutsummaryrefslogtreecommitdiff
path: root/opcodes/i386-init.h
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-08-10 21:19:40 +0000
committerH.J. Lu <hjl.tools@gmail.com>2012-08-10 21:19:40 +0000
commit5c5acbbddf6bf57b065bd8da31a368f3835386fc (patch)
treee5958676ea3045afb1345012f6a5414f6014715d /opcodes/i386-init.h
parenta72c32530ec5ee0b1baf366ba99db5f2e83681cb (diff)
downloadgdb-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.h2
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 } }