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)
Sun, Apr 7, 5:22 AM
Unknown Object (File)
Tue, Mar 26, 5:56 AM
Unknown Object (File)
Thu, Mar 21, 10:31 PM
Unknown Object (File)
Jan 16 2024, 10:56 AM
Unknown Object (File)
Jan 4 2024, 4:33 PM
Unknown Object (File)
Dec 20 2023, 4:25 AM
Unknown Object (File)
Dec 13 2023, 12:50 AM
Unknown Object (File)
Dec 11 2023, 1:31 AM
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.