gas/
commit7414b4982836d7ac8d038bf57c66ad4416aae56e
authorH.J. Lu <hjl@lucon.org>
Sun, 12 Oct 2008 12:37:09 +0000 (12 12:37 +0000)
committerH.J. Lu <hjl@lucon.org>
Sun, 12 Oct 2008 12:37:09 +0000 (12 12:37 +0000)
treef0e0c406cbd874c42fe9d9ae8439676b73ff4bc3
parente3c2becb7301878eeb0ee2767e39d15dfdcc231d
gas/

2008-10-12  H.J. Lu  <hongjiu.lu@intel.com>

* config/tc-i386.c (processor_type): Moved to tc-i386.h.
(cpu_arch_tune): Make it global.
(cpu_arch_isa): Likewise.
(cpu_arch_isa_flags): Likewise.
(i386_align_code): Check fragP->tc_frag_data.isa,
fragP->tc_frag_data.isa_flags and cpu_arch_tune instead of
cpu_arch_isa, cpu_arch_isa_flags and cpu_arch_tune,
respectively.

* config/tc-i386.h (processor_type): Moved from tc-i386.c.
(cpu_arch_tune): New.
(cpu_arch_isa): Likewise.
(cpu_arch_isa_flags): Likewise.
(i386_tc_frag_data): Likewise.
(TC_FRAG_TYPE): Likewise.
(TC_FRAG_INIT): Likewise.

gas/testsuite/

2008-10-12  H.J. Lu  <hongjiu.lu@intel.com>

* gas/i386/i386.exp: Run nops-5, nops-5-i686, x86-64-nops-5 and
x86-64-nops-5-k8.

* gas/i386/nops-5.d: New.
* gas/i386/nops-5.s: Likewise.
* gas/i386/nops-5-i686.d: Likewise.
* gas/i386/x86-64-nops-5.d: Likewise.
* gas/i386/x86-64-nops-5-k8.d: Likewise.
gas/ChangeLog
gas/config/tc-i386.c
gas/config/tc-i386.h
gas/testsuite/ChangeLog
gas/testsuite/gas/i386/i386.exp
gas/testsuite/gas/i386/nops-5-i686.d [new file with mode: 0644]
gas/testsuite/gas/i386/nops-5.d [new file with mode: 0644]
gas/testsuite/gas/i386/nops-5.s [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-nops-5-k8.d [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-nops-5.d [new file with mode: 0644]