mailing list of musl libc
 help / color / mirror / code / Atom feed
* Huge inefficiency on powerpc due to duplicated GOT
@ 2015-05-25 21:57 Rich Felker
  0 siblings, 0 replies; only message in thread
From: Rich Felker @ 2015-05-25 21:57 UTC (permalink / raw)
  To: musl

The same issue that led to having to reprocess non-GOT/PLT-type
relocations in ldso/libc seems to be making more trouble for us.
ld-musl-powerpc.so.1 contains nearly 2 whole pages of GOT, due to each
translation unit getting its own GOT in the .got2 section (and using
non-GOT reloc types) and having them all concatenated with no merging.
Anyone know what's up with this? Is it a toolchain bug, perhaps
resulting from secure-plt mode not being widely tested? Is there any
workaround?

Rich


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-25 21:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-25 21:57 Huge inefficiency on powerpc due to duplicated GOT Rich Felker

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).