]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
readelf: include notes (-n) and unwind (-u) in --all/-a
authorEd Maste <emaste@FreeBSD.org>
Fri, 17 Sep 2021 12:06:27 +0000 (08:06 -0400)
committerEd Maste <emaste@FreeBSD.org>
Fri, 24 Sep 2021 00:57:10 +0000 (20:57 -0400)
commitac8994cf5bc56c5b865302f79a0efb3b580ef70b
tree21552e8216175e4116fa264e24b950650a1315ea
parent492a76bcd6d50ae8fea4ed770af53cbc7d1c82b3
readelf: include notes (-n) and unwind (-u) in --all/-a

This matches the GNU and LLVM versions of readelf.

As markj noted in the review -u is not actually implemented yet and has
no effect.  The option is accepted and just ignored.

Reported by: andrew
Reviewed by: andrew, markj
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D32003

(cherry picked from commit f161abf9f2cd7fdd28543f9774de82c89675477c)
contrib/elftoolchain/readelf/readelf.1
contrib/elftoolchain/readelf/readelf.c