bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ld.so.1 broken with gcc 3.3.1 on GNU/Hurd


From: Roland McGrath
Subject: Re: ld.so.1 broken with gcc 3.3.1 on GNU/Hurd
Date: Thu, 4 Dec 2003 14:52:11 -0800

> objdump -rd ld.so.1:
> 
>  00001560 <dl_main>:
[...]
>      29c3:    e8 fc ff ff ff          call   29c4 <dl_main+0x1464>
[...]
> objdump -rd rtld.os:
> 
>  00000570 <dl_main>:
> [...snip...]
>      19d3:    e8 fc ff ff ff          call   19d4 <dl_main+0x1464>
>                       19d4: R_386_PC32        _exit
[...]

This indicates a problem at link time (making ld.so).  Either it's an ld
bug, or else _exit is somehow a weak reference not being defined.
Check the _exit symbol in all the object files that go into ld.so.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]