Page MenuHomeFreeBSD

readelf: Make -t imply -S, for compatibility with GNU binutils.
ClosedPublic

Authored by markj on May 30 2019, 6:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 12, 12:15 AM
Unknown Object (File)
Wed, May 6, 1:42 AM
Unknown Object (File)
Sun, May 3, 6:51 PM
Unknown Object (File)
Fri, May 1, 8:41 PM
Unknown Object (File)
Fri, May 1, 9:11 AM
Unknown Object (File)
Thu, Apr 30, 6:24 PM
Unknown Object (File)
Thu, Apr 23, 8:10 AM
Unknown Object (File)
Tue, Apr 21, 10:26 PM
Subscribers

Details

Test Plan

elftoolchain readelf and binutils readelf produce identical formating for readelf -St /lib/libc.so.7.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.May 30 2019, 6:39 PM

elftoolchain readelf and binutils readelf produce identical formating for readelf -St /lib/libc.so.7.

presumably you want to compare readelf -t too :)

presumably you want to compare readelf -t too :)

Oh, rather that readelf -t is identical to readelf -St? OK

presumably you want to compare readelf -t too :)

Oh, rather that readelf -t is identical to readelf -St? OK

Yeah. readelf -t produces the same output now, modulo the fact the elftoolchain uses slightly different section names: SUNW_versym instead of VERSYM, SUNW_verdef instead of VERDEF.

This revision was automatically updated to reflect the committed changes.