Date: Tue, 27 Nov 2018 21:27:13 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 233397] llvm-objdump doesn't work with statically linked binary: "index past the end of the symbol table" Message-ID: <bug-233397-227-weNZVGSSNW@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-233397-227@https.bugs.freebsd.org/bugzilla/> References: <bug-233397-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233397 --- Comment #12 from Ed Maste <emaste@freebsd.org> --- Linking with gold 1.15 (binutils 2.30): nuc% readelf -s a.out | grep iplt 1033: 000000000048b068 0 NOTYPE LOCAL HIDDEN 8 __rela_iplt_start 1034: 000000000048b068 0 NOTYPE LOCAL HIDDEN 8 __rela_iplt_end [ 8] .tdata PROGBITS 000000000048b070 0008a070 0000000000001800 0000000000000000 WAT 0 0 16 with ld.bfd 2.30 nuc% readelf -s a.out | grep iplt 1032: 00000000004001c0 0 NOTYPE LOCAL DEFAULT 1 __rela_iplt_end 1034: 00000000004001c0 0 NOTYPE LOCAL DEFAULT 1 __rela_iplt_start [ 1] .note.tag NOTE 0000000000400190 00000190 0000000000000030 0000000000000000 A 0 0 4 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233397-227-weNZVGSSNW>