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: MIPS tests ldstla-32-shared.d, ldstla-32.d


Fu, Chao-Ying wrote:
> Hi,
> 
>   These two tests (ldstla-32-shared.d, ldstla-32.d)
> contain a NOP between lw and sw to ensure enough delays.
> Ex:
>  344:   8c020000        lw      v0,0\(zero\)
>  348:   00000000        nop
>  34c:   ac82ffff        sw      v0,-1\(a0\)
> 
>   The memory interlock is provided for CPUs other than mips1,
> so NOPs are not generated.  To make the tests pass, we may
> want to pass "-march=mips1" to "as".  Thanks!
> 
> Regards,
> Chao-ying
> 
> 2008-06-20  Chao-ying Fu  <fu@mips.com>
> 
> 	* gas/mips/ldstla-32-shared.d: Add -march=mips1 for as.
> 	* gas/mips/ldstla-32.d: Likewise.

Ok.


Thiemo


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