[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 21:27:15 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233397

--- Comment #12 from Ed Maste <emaste at 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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list