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: unassignedb...@nondot.org
          Reporter: b...@comstyle.com
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to