]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
readelf: document that -u / --unwind is not yet implemented
authorEd Maste <emaste@FreeBSD.org>
Fri, 17 Sep 2021 13:59:41 +0000 (09:59 -0400)
committerEd Maste <emaste@FreeBSD.org>
Fri, 24 Sep 2021 00:58:14 +0000 (20:58 -0400)
commit8c495a9f4998e0a995705cab3446aa4f303a302d
tree27e9ce5cacf4c247abeeba12caca8b68f480a7bc
parentcd6569d47ce58726aba476598790df7cbb8c1826
readelf: document that -u / --unwind is not yet implemented

ELF tool chain readelf accepts -u / --unwind but just ignores the
option.  This was previously undocumented, which could be confusing for
someone encountering `readelf -u` (in a script or GNU readelf example).

Reported by: markj (in D32003)
MFC after: 1 week
Sponsored by: The FreeBSD Foundation

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