Re: [mips java patch] add -mxgot for libjava convenience libraries on mips/mipsel-linux

2004-10-06 Thread David Daney
Matthias Klose wrote: > David Daney writes: >>I get no GOT overflow. The build completes without errors. >> >>I still think you have a problem with your binutils configuration. As I >>said in previous messages, I would rather not use -mxgot unless absolutely >>necessary. And I don't think it is

Re: [mips java patch] add -mxgot for libjava convenience libraries on mips/mipsel-linux

2004-10-06 Thread Matthias Klose
David Daney writes: > Matthias Klose wrote: > > The following patch add's -mxgot to the cflags of the convenience > > libraries as it is down for the libjava library itself on > > mips/mipsel-linux. Without this patch I see many 'relocation > > truncated to fit: R_MIPS_CALL16' failures when linking

Re: [mips java patch] add -mxgot for libjava convenience libraries on mips/mipsel-linux

2004-10-05 Thread Eric Christopher
> I am not a "Maintainer" so I cannot approve or disapprove, but these are my > $0.02. Agreed. -eric -- Eric Christopher <[EMAIL PROTECTED]>

Re: [mips java patch] add -mxgot for libjava convenience libraries on mips/mipsel-linux

2004-10-05 Thread David Daney
Matthias Klose wrote: > The following patch add's -mxgot to the cflags of the convenience > libraries as it is down for the libjava library itself on > mips/mipsel-linux. Without this patch I see many 'relocation > truncated to fit: R_MIPS_CALL16' failures when linking the convenience > libs, with

Re: [mips java patch] add -mxgot for libjava convenience libraries on mips/mipsel-linux

2004-10-04 Thread David Daney
Matthias Klose wrote: > The following patch add's -mxgot to the cflags of the convenience > libraries as it is down for the libjava library itself on > mips/mipsel-linux. Without this patch I see many 'relocation > truncated to fit: R_MIPS_CALL16' failures when linking the convenience > libs, with

[mips java patch] add -mxgot for libjava convenience libraries on mips/mipsel-linux

2004-10-04 Thread Matthias Klose
The following patch add's -mxgot to the cflags of the convenience libraries as it is down for the libjava library itself on mips/mipsel-linux. Without this patch I see many 'relocation truncated to fit: R_MIPS_CALL16' failures when linking the convenience libs, with this patch I'm down to one file/