gas/:
authorMaciej W. Rozycki <macro@linux-mips.org>
Mon, 8 Oct 2007 16:09:35 +0000 (16:09 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Mon, 8 Oct 2007 16:09:35 +0000 (16:09 +0000)
commit741fe287568e6f0da4523c85a5cc5608d05b8335
tree4a98c390479ea916890306661886541ac107b435
parentdefeac7384d981ad614865ba32c269b1915b9e79
gas/:
* config/tc-mips.c (AT): Rename to...
(ATREG): ... this.
(AT): New definition.
(mips_set_options): Rename "noat" to "at"; change the type.
(mips_opts): Update accordingly.
(append_insn): Likewise.
(macro_build_ldst_constoffset): Likewise.
(load_address): Likewise.
(macro, macro2): Likewise.
(s_mipsset): Handle ".set at=REG".  Update handling of ".set at"
and ".set noat".

gas/testsuite/:
* gas/mips/at-1.d, gas/mips/at-2.l: New tests to check the ".set
at=REG" directive.
* gas/mips/at-1.s, gas/mips/at-2.s: Sources for the new tests.
* gas/mips/mips.exp: Run the new tests.
gas/ChangeLog
gas/config/tc-mips.c
gas/testsuite/ChangeLog
gas/testsuite/gas/mips/at-1.d [new file with mode: 0644]
gas/testsuite/gas/mips/at-1.s [new file with mode: 0644]
gas/testsuite/gas/mips/at-2.l [new file with mode: 0644]
gas/testsuite/gas/mips/at-2.s [new file with mode: 0644]
gas/testsuite/gas/mips/mips.exp