diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2013-11-08 09:42:08 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2013-11-08 09:42:08 -0800 |
commit | d56da83e58816c45a4bc70503776a6e62a66bf89 (patch) | |
tree | ddb0f2e0665801fea96ea790d0667b9fe0bae825 /opcodes/i386-init.h | |
parent | 94d60ebd791e53124a664cdd534920c218b57b08 (diff) | |
download | gdb-d56da83e58816c45a4bc70503776a6e62a66bf89.zip gdb-d56da83e58816c45a4bc70503776a6e62a66bf89.tar.gz gdb-d56da83e58816c45a4bc70503776a6e62a66bf89.tar.bz2 |
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.
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 fa638a9..579bb13 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 } } |