diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-10-16 21:53:16 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-10-16 21:53:16 +0000 |
commit | da98bb4c748be5cfc2c48de41ce71a6a47ac6268 (patch) | |
tree | 29e1bc8779a15daf33c28757a39686b41859168c /opcodes/i386-init.h | |
parent | fb43c6529c9cd542cb154203093cf2d316e5d11e (diff) | |
download | gdb-da98bb4c748be5cfc2c48de41ce71a6a47ac6268.zip gdb-da98bb4c748be5cfc2c48de41ce71a6a47ac6268.tar.gz gdb-da98bb4c748be5cfc2c48de41ce71a6a47ac6268.tar.bz2 |
Add CpuNop to CPU_GENERIC64_FLAGS.
gas/testsuite/
2010-10-16 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/i386.exp: Run x86-64-nops-1-g64.
* gas/i386/x86-64-nops-1.d: Remove -mtune=generic64.
* gas/i386/x86-64-nops-1-g64.d: New.
opcodes/
2010-10-16 H.J. Lu <hongjiu.lu@intel.com>
* i386-gen.c (cpu_flag_init): Add CpuNop to CPU_GENERIC64_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 9a3a999..fe546b6 100644 --- a/opcodes/i386-init.h +++ b/opcodes/i386-init.h @@ -30,7 +30,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0 } } #define CPU_GENERIC64_FLAGS \ - { { 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, \ + { { 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, 0, 1, 1, 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, 1, 0, 0, 0 } } |