gas/
commit7aa333c7c63901a43adcc2a6e202729a12f4b11e
authorJan Beulich <jbeulich@novell.com>
Mon, 18 Feb 2008 08:44:38 +0000 (18 08:44 +0000)
committerJan Beulich <jbeulich@novell.com>
Mon, 18 Feb 2008 08:44:38 +0000 (18 08:44 +0000)
tree19504995b838cb1319e9bcbc35a6607911e2d682
parent940ab4f2848d338940b15d25aa8dc2a3b2ad39f7
gas/
2008-02-18  Jan Beulich  <jbeulich@novell.com>

* config/tc-i386.c (match_template): Disallow 'l' suffix when
currently selected CPU has no 32-bit support.
(parse_real_register): Do not return registers not available on
currently selected CPU.

gas/testsuite/
2008-02-18  Jan Beulich  <jbeulich@novell.com>

* gas/i386/att-regs.s, gas/i386/att-regs.d,
gas/i386/intel-regs.s, gas/i386/intel-regs.d: New.
* gas/i386/i386.exp: Run new tests.
gas/ChangeLog
gas/config/tc-i386.c
gas/testsuite/ChangeLog
gas/testsuite/gas/i386/att-regs.d [new file with mode: 0644]
gas/testsuite/gas/i386/att-regs.s [new file with mode: 0644]
gas/testsuite/gas/i386/i386.exp
gas/testsuite/gas/i386/intel-regs.d [new file with mode: 0644]
gas/testsuite/gas/i386/intel-regs.s [new file with mode: 0644]