[Bug binutils/28672] Link failure on some targets when building as PIE

2024-02-14 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28672 Alan Modra changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug binutils/28672] Link failure on some targets when building as PIE

2022-01-25 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=28672 Sam James changed: What|Removed |Added CC||sam at gentoo dot org -- You are receivi

[Bug binutils/28672] Link failure on some targets when building as PIE

2021-12-10 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28672 --- Comment #1 from Alan Modra --- Since you are building -static the executable may be pulling in most of libc.a and thus be quite large. A relocation overflow is very likely the correct result from the linker. You might need to explore gcc