[llvm-bugs] [Bug 30769] New: undefined symbol: __got_(start|end) in loader.o
via llvm-bugs
llvm-bugs at lists.llvm.org
Sat Oct 22 23:06:39 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=30769
Bug ID: 30769
Summary: undefined symbol: __got_(start|end) in loader.o
Product: lld
Version: unspecified
Hardware: All
OS: OpenBSD
Status: NEW
Severity: normal
Priority: P
Component: ELF
Assignee: unassignedbugs at nondot.org
Reporter: brad at comstyle.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
Trying to link OpenBSD's ld.so with lld fails with..
ld.lld -x -e _dl_start --version-script=/usr/src/src/libexec/ld.so/Symbols.map
--shared -Bsymbolic --no-undefined -o ld.so.test ldasm.o boot.o loader.o
resolve.o dlfcn.o dl_printf.o rtld_machine.o path.o util.o sod.o strsep.o
strtol.o dir.o library_subr.o dl_realpath.o dl_uname.o dl_dirname.o strlcat.o
strlen.o trace.o malloc.o reallocarray.o tib.o library.o
undefined symbol: __got_start in loader.o
undefined symbol: __got_end in loader.o
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20161023/cde8bf14/attachment.html>
More information about the llvm-bugs
mailing list