This matches the GNU and LLVM versions of readelf. Reported by: andrew MFC after: 1 week Sponsored by: The FreeBSD Foundation
Details
Details
- Reviewers
andrew markj - Commits
- rG217324224472: readelf: include notes (-n) and unwind (-u) in --all/-a
rGcd6569d47ce5: readelf: include notes (-n) and unwind (-u) in --all/-a
rGac8994cf5bc5: readelf: include notes (-n) and unwind (-u) in --all/-a
rGf161abf9f2cd: readelf: include notes (-n) and unwind (-u) in --all/-a
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
-u is undocumented, BTW.
It's also unimplemented :(
-u sets RE_U, but it's never tested and does nothing.
But, if/when it gets implemented it will be picked up in -a as it should.