Subject: Re: gas warning on mipsX_subr.S
To: Martin Husemann <martin@duskware.de>
From: Eric Christopher <echristo@redhat.com>
List: port-mips
Date: 02/25/2005 12:02:45
On Fri, 2005-02-25 at 20:55 +0100, Martin Husemann wrote:
> On Fri, Feb 25, 2005 at 11:38:20AM -0800, Alex Pelts wrote:
> > This is certainly not harmles at all. I would offer more insights but it 
> > would help to know which version of kernel are you trying to compile or 
> > the assembly snippet that generates warning.
> 
> It is in current (sys/arch/mips/mipsX_subr.S), the lw after beq to outofworld:

Why not just put a nop in the delay slot then?

You should really just move the load either before the branch or split
it up as gas is doing with part before and after.

-eric