This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] gas: Implement a MIPS ".set at=REG" directive


Maciej W. Rozycki wrote:
[snip]
> gas/:
> 2007-10-01  Maciej W. Rozycki  <macro@linux-mips.org>
> 
> 	* 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/:
> 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.
> 
>  This change has been tested natively for mips64el-linux-gnu with no 
> regressions; the included new cases do pass as well.  OK to apply?

Ok.


Thiemo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]