This is the mail archive of the gcc@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: MIPS gas relaxation still doesn't work


On Mon, Oct 14, 2002 at 04:37:37PM -0300, Alexandre Oliva wrote:
> On Oct 14, 2002, "H. J. Lu" <hjl@lucon.org> wrote:
> 
> > Why do we need nop? Why do we need noreorder?
> 
> We need reorder to indicate that the delay slot is already filled.  I
> used nop just because it was the easiest form of delay-slot filling I
> could think of.  Think of any other valid delay-slot filling
> instruction in there.

Can gcc not to emit nop nor noreorder when it tries to fill the delay
slot with nop?


H.J.


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