elftoolchain readelf and binutils readelf produce identical formating for readelf -St /lib/libc.so.7.
Details
Details
- Reviewers
emaste jhb jkoshy_users.sourceforge.net kaiw - Group Reviewers
manpages - Commits
- rS348443: readelf: Make -t imply -S, for compatibility with GNU binutils.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
elftoolchain readelf and binutils readelf produce identical formating for readelf -St /lib/libc.so.7.
presumably you want to compare readelf -t too :)
Comment Actions
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.