gas/
authorJan Beulich <jbeulich@novell.com>
Mon, 18 Feb 2008 08:44:38 +0000 (08:44 +0000)
committerJan Beulich <jbeulich@novell.com>
Mon, 18 Feb 2008 08:44:38 +0000 (08:44 +0000)
commit192dc9c6fdb23ca962c3be3053dda8753dc0b065
tree30308864699cda3c3f285431d9245331f113c96c
parentfca143f2c4680a23dd9f893d5a6ad6ecc06b9edd
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]