[Bug libc/262] incorrect .got reference in libc/sysdeps/i386/elf/start.S
jakub at redhat dot com
sourceware-bugzilla@sources.redhat.com
Mon Jul 19 11:26:00 GMT 2004
------- Additional Comments From jakub at redhat dot com 2004-07-19 11:25 -------
__libc_csu_init or __libc_csu_fini simply must come from the same binary (or PIE)
as _start, anything can't work (just look what those functions do).
So there is no need to access them through .got when they are known to be local
to the PIE.
The main change has been fixed in CVS.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
http://sources.redhat.com/bugzilla/show_bug.cgi?id=262
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the Glibc-bugs
mailing list