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

--- Comment #12 from Ed Maste <[email protected]> ---
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to