diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2007-10-08 16:09:35 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2007-10-08 16:09:35 +0000 |
commit | 741fe287568e6f0da4523c85a5cc5608d05b8335 (patch) | |
tree | 4a98c390479ea916890306661886541ac107b435 /gas/testsuite/ChangeLog | |
parent | defeac7384d981ad614865ba32c269b1915b9e79 (diff) | |
download | gdb-741fe287568e6f0da4523c85a5cc5608d05b8335.zip gdb-741fe287568e6f0da4523c85a5cc5608d05b8335.tar.gz gdb-741fe287568e6f0da4523c85a5cc5608d05b8335.tar.bz2 |
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.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index bb872ae..9f5a021 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2007-10-01 Maciej W. Rozycki <macro@linux-mips.org> + + * 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. + 2007-10-05 H.J. Lu <hongjiu.lu@intel.com> * gas/i386/i386.exp: Run smx. |