]> 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:57:10 +0000 (20:57 -0400)
commit04676c953a902e3fb6d6afa490784136b1cc694b
treec3c4a06b7da122f605215c6c1d3d13ca2de0a468
parentac8994cf5bc56c5b865302f79a0efb3b580ef70b
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