This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] MIPS: Cleanup assembly output for clear_hazard insn.


David Daney <ddaney@avtrex.com> writes:
> The patch that added the clear_hazard insn for MIPS uses ".set push;
> .set noreorder; .set nomacro ... .set pop" .  Since %(%<...%>%) is the
> preferred way of handling this construct, I have changed it to do it the
> 'right way'.
>
> Testing c,c++,java with mipsel-linux cross compiler configured
> --with-arch=mips32r2  and the generated code looks good.  I will also
> run the testsuite on mips32r2 hardware.
>
> OK to commit if testing succeeds?

Yes, thanks, and sorry for not picking this up in the review.

Richard


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