Date: Fri, 22 Jun 2018 00:29:29 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r335520 - stable/11/share/man/man5 Message-ID: <201806220029.w5M0TT8U055129@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806220029.w5M0TT8U055129>