This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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: glibc 2.1.3 + gcc 4.1.1 patch (x86) working, except for static


On 08 July 2006 19:41, Gerry JJ wrote:


> The cmpl is comparing to a value at 0x0, so no wonder it segfaults.  The
> question is, why ?  Some problem with the linker ? The patch do modify
> dl-load.c, but the fix is identical to code from glibc-2.3.6, so that one
> should be ok.
> 
> Does anyone know what might cause this ?

  No idea.  Recompile it using '--save-temps -fverbose-asm' and take a look at
the .S file to see if it gives any clues.  Where is the source and what does
it look like?  Is there a #define missing?


    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....


--
For unsubscribe information see http://sourceware.org/lists.html#faq


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