From d535accd98c6048adddeccb3c1bb166fc954f971 Mon Sep 17 00:00:00 2001 From: Quentin Neill Date: Fri, 3 Jun 2011 20:06:20 +0000 Subject: [PATCH] Add CpuF16C to CPU_BDVER2_FLAGS. opcodes/ 2011-06-02 Quentin Neill * i386-gen.c (cpu_flag_init): Add CpuF16C to CPU_BDVER2_FLAGS. * i386-init.h: Regenerated. --- opcodes/ChangeLog | 5 +++++ opcodes/i386-gen.c | 2 +- opcodes/i386-init.h | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index c2b4530141..2b4941c0c8 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2011-06-03 Quentin Neill + + * i386-gen.c (cpu_flag_init): Add CpuF16C to CPU_BDVER2_FLAGS. + * i386-init.h: Regenerated. + 2011-06-03 Nick Clifton PR binutils/12752 diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c index 3d7de38144..fc3429271d 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 643359646e..6c8f0f555a 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, \