[Bug 233397] llvm-objdump doesn't work with statically linked binary: "index past the end of the symbol table"
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Nov 27 20:21:58 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233397
--- Comment #8 from Li-Wen Hsu <lwhsu at FreeBSD.org> ---
root at clinch1:~/hello # uname -a
FreeBSD clinch1.musec.engr.mun.ca 12.0-PRERELEASE FreeBSD 12.0-PRERELEASE
r340752 GENERIC amd64
root at clinch1:~/hello # cat response.txt
--chroot .
--eh-frame-hdr
-Bstatic
-o a.out
usr/lib/crt1.o
usr/lib/crti.o
usr/lib/crtbeginT.o
--library-path usr/lib
tmp/a-aa866f.o
--library gcc
--library gcc_eh
--library c
--library gcc
--library gcc_eh
usr/lib/crtend.o
usr/lib/crtn.o
root at clinch1:~/hello # ld.lld `cat response.txt `
root at clinch1:~/hello # llvm-objdump -d a.out
a.out: file format ELF64-x86-64
llvm-objdump: 'a.out': index past the end of the symbol table
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list