This is the mail archive of the binutils@sources.redhat.com 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 gas relaxation still doesn't work


On Mon, Oct 14, 2002 at 12:35:10PM -0700, David S. Miller wrote:
>    From: "H. J. Lu" <hjl@lucon.org>
>    Date: Mon, 14 Oct 2002 12:39:40 -0700
>    
>    Can gcc not to emit nop nor noreorder when it tries to fill the delay
>    slot with nop?
> 
> All the surrounding instructions scheduled by GCC are within
> noreorder sections aren't they?
> 
> If so, the assembler has nothing to put into the delay
> slot.
> 
> If not, you have a valid point, we should just remit the branch
> by itself with no reorder/macro section attributes.

Does

        .set    noreorder
        .set    nomacro

        bne     $2,$0,$L7493
        nop
        j       $L2
        nop

        .set    macro
        .set    reorder

answer your question?


H.J.


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