]> 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:58:14 +0000 (20:58 -0400)
commitcd6569d47ce58726aba476598790df7cbb8c1826
tree681ec0707efd4fba7f7664fca7009ea1d42ac84a
parent42368c6b5f920cda954621c3c541bfdb754ab0c8
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