From d56da83e58816c45a4bc70503776a6e62a66bf89 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 8 Nov 2013 09:42:08 -0800 Subject: [PATCH] Remove CpuNop from CPU_K6_2_FLAGS PR gas/16140 * i386-gen.c (cpu_flag_init): Remove CpuNop from CPU_K6_2_FLAGS. * i386-init.h: Regenerated. --- opcodes/ChangeLog | 6 ++++++ opcodes/i386-gen.c | 2 +- opcodes/i386-init.h | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 15266ff2de..a3ceb289c1 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2013-11-08 H.J. Lu + + PR gas/16140 + * i386-gen.c (cpu_flag_init): Remove CpuNop from CPU_K6_2_FLAGS. + * i386-init.h: Regenerated. + 2013-11-05 Yufeng Zhang * aarch64-opc.c (F_DEPRECATED): New macro. diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c index 0bf14d934c..62cfbadf57 100644 --- a/opcodes/i386-gen.c +++ b/opcodes/i386-gen.c @@ -81,7 +81,7 @@ static initializer cpu_flag_init[] = { "CPU_K6_FLAGS", "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|CpuSYSCALL|Cpu387|CpuMMX" }, { "CPU_K6_2_FLAGS", - "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|CpuSYSCALL|Cpu387|CpuNop|CpuMMX|Cpu3dnow" }, + "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|CpuSYSCALL|Cpu387|CpuMMX|Cpu3dnow" }, { "CPU_ATHLON_FLAGS", "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|CpuSYSCALL|Cpu387|Cpu687|CpuNop|CpuMMX|Cpu3dnow|Cpu3dnowA" }, { "CPU_K8_FLAGS", diff --git a/opcodes/i386-init.h b/opcodes/i386-init.h index fa638a902d..579bb1338b 100644 --- a/opcodes/i386-init.h +++ b/opcodes/i386-init.h @@ -134,7 +134,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_K6_2_FLAGS \ - { { 1, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, \ + { { 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } -- 2.34.1