This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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: ld.so.1 broken with gcc 3.3.1 on GNU/Hurd


I reproduced what you saw.  The bogus resolution of the _exit refs is an ld
bug.  However, we should probably work around it by arranging that _exit be
given a PLT slot.  That is necessary for correctness if _exit can ever be
called from ld.so after startup.  It probably shouldn't ever be, but the
PLT slot won't hurt.


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