svn commit: r335520 - stable/11/share/man/man5
Ed Maste
emaste at FreeBSD.org
Fri Jun 22 00:29:30 UTC 2018
Author: emaste
Date: Fri Jun 22 00:29:29 2018
New Revision: 335520
URL: https://svnweb.freebsd.org/changeset/base/335520
Log:
MFC r335209: elf.5: add readelf cross-reference
objdump is sometimes used in cases where readelf is more appropriate,
but the obsolete GNU objdump we have in the base system will be removed
in the future.
.Xr readelf from elf.5 to improve the odds the more appropriate tool
will be found.
PR: 229046
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/share/man/man5/elf.5
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/share/man/man5/elf.5
==============================================================================
--- stable/11/share/man/man5/elf.5 Fri Jun 22 00:28:28 2018 (r335519)
+++ stable/11/share/man/man5/elf.5 Fri Jun 22 00:29:29 2018 (r335520)
@@ -1281,6 +1281,7 @@ stored into the relocatable field.
.Xr gdb 1 ,
.Xr ld 1 ,
.Xr objdump 1 ,
+.Xr readelf 1 ,
.Xr execve 2 ,
.Xr ar 5 ,
.Xr core 5
More information about the svn-src-all
mailing list