diff options
author | Quentin Neill <quentin.neill@amd.com> | 2011-06-03 20:06:20 +0000 |
---|---|---|
committer | Quentin Neill <quentin.neill@amd.com> | 2011-06-03 20:06:20 +0000 |
commit | d535accd98c6048adddeccb3c1bb166fc954f971 (patch) | |
tree | 9d5478860269c5d396c194af0ac7204f2c3a1f2f /opcodes | |
parent | 325663dcd23da40c9ddec4c483de2745ba7c0c3e (diff) | |
download | binutils-gdb-d535accd98c6048adddeccb3c1bb166fc954f971.tar.gz |
Add CpuF16C to CPU_BDVER2_FLAGS.
opcodes/
2011-06-02 Quentin Neill <quentin.neill@amd.com>
* i386-gen.c (cpu_flag_init): Add CpuF16C to CPU_BDVER2_FLAGS.
* i386-init.h: Regenerated.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 5 | ||||
-rw-r--r-- | opcodes/i386-gen.c | 2 | ||||
-rw-r--r-- | opcodes/i386-init.h | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index c2b45301416..2b4941c0c82 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2011-06-03 Quentin Neill <quentin.neill@amd.com> + + * i386-gen.c (cpu_flag_init): Add CpuF16C to CPU_BDVER2_FLAGS. + * i386-init.h: Regenerated. + 2011-06-03 Nick Clifton <nickc@redhat.com> PR binutils/12752 diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c index 3d7de381444..fc3429271dc 100644 --- a/opcodes/i386-gen.c +++ b/opcodes/i386-gen.c @@ -91,7 +91,7 @@ static initializer cpu_flag_init[] = { "CPU_BDVER1_FLAGS", "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|CpuSYSCALL|CpuRdtscp|Cpu387|Cpu687|CpuFISTTP|CpuNop|CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSE4a|CpuABM|CpuLM|CpuFMA4|CpuXOP|CpuLWP" }, { "CPU_BDVER2_FLAGS", - "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|CpuSYSCALL|CpuRdtscp|Cpu387|Cpu687|CpuFISTTP|CpuNop|CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSE4a|CpuABM|CpuLM|CpuFMA4|CpuXOP|CpuLWP|CpuBMI|CpuTBM" }, + "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|CpuSYSCALL|CpuRdtscp|Cpu387|Cpu687|CpuFISTTP|CpuNop|CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSE4a|CpuABM|CpuLM|CpuFMA4|CpuXOP|CpuLWP|CpuBMI|CpuTBM|CpuF16C" }, { "CPU_8087_FLAGS", "Cpu8087" }, { "CPU_287_FLAGS", diff --git a/opcodes/i386-init.h b/opcodes/i386-init.h index 643359646eb..6c8f0f555a4 100644 --- a/opcodes/i386-init.h +++ b/opcodes/i386-init.h @@ -142,7 +142,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, 1, 1, 1, 1, \ - 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 } } + 1, 0, 0, 1, 0, 0, 1, 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, \ |