https://sourceware.org/bugzilla/show_bug.cgi?id=32006

--- Comment #5 from Felix von Leitner <felix-glibc at fefe dot de> ---
(In reply to Thomas Jahns from comment #4)
> My understanding is that __stdio_init_file should be in an object file
> separate from the one using it in libc.a because static linkage means no
> late binding of symbols will occur.

I'm not sure what you are trying to say.

a) It is in a different object file.
b) Nobody is talking about late binding here.

It is precisedly in a different object file so that the linker can replace that
object file with the one from libpthread. That's why it is its own function to
begin with.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to