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: gas/write.c - infinite loop


On Thu, 2005-02-24 at 12:25, Nick Clifton wrote:
> Hi Jim,
> 
> > I came across a problem with gas hanging recently.  The attached patch
> > was the fix.  It seems obvious, but I'm boot strapping on i686-linux
> > now.
> > 
> > comments? 
> 
> Do you have a testcase ?
I was compiling hello.c with a mingw x xscale configuration.
(xscale-elf-gcc.exe -o hello.x hello.c)

The problem did not show up for i686-linux x xscale.
A regression test for this config should be complete soon.

Jim.

-- 
James Lemke   jim@wasabisystems.com   Orillia, Ontario
http://www.wasabisystems.com
#include <stdio.h>

int main( int argc, char *argv[])
{
        printf( "hello world!\n");
}

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