This is the mail archive of the glibc-bugs@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]

[Bug libc/262] incorrect .got reference in libc/sysdeps/i386/elf/start.S


------- 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.


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