]> 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, 17 Sep 2021 13:51:59 +0000 (09:51 -0400)
commitf161abf9f2cd7fdd28543f9774de82c89675477c
treece03941b725b8c62cc93758392e37c44464db12b
parentac8af1938085dae0df32db3229c9d5cb659b90a4
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
contrib/elftoolchain/readelf/readelf.1
contrib/elftoolchain/readelf/readelf.c