bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/19538] ld >= 2.26 breaks syslinux (bios) build


From: hjl.tools at gmail dot com
Subject: [Bug ld/19538] ld >= 2.26 breaks syslinux (bios) build
Date: Wed, 10 Feb 2016 02:47:35 +0000

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

--- Comment #32 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to address@hidden from comment #24)
> ... and when linking with "-Bdynamic" without "-pie", ld removes all the
> sections related to dynamic linking when there are no undefined symbols
> which need resolution, with the result that loading the dynamic modules fail.

To get dynamic sections, you have to either use -pie or -shared.  -Bdynamic
is unrelated.  Please use -pie.

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]