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: hpa at zytor dot com
Subject: [Bug ld/19538] ld >= 2.26 breaks syslinux (bios) build
Date: Tue, 09 Feb 2016 20:56:51 +0000

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

--- Comment #16 from hpa at zytor dot com <hpa at zytor dot com> ---
I have tried removing -pie (which shouldn't actually be necessary); however,
when I do so, ld no longer generates the sections which are necessary to export
symbols to dynamic libraries.  The command line looks like:

ld -m elf_i386  -Bdynamic -Bsymbolic -Bsymbolic-functions \
        -E --hash-style=gnu -T /home/hpa/syslinux/git/core/i386/syslinux.ld -M
-o ldlinux.elf ldlinux.o \
        --start-group libcom32.a --whole-archive
/home/hpa/syslinux/git/bios/com32/lib/libcom32core.a libldlinux.a --end-group \
        > ldlinux.map

... and I will attach the linker script.

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