Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jun 2018 16:14:42 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r335209 - head/share/man/man5
Message-ID:  <201806151614.w5FGEgWk006500@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Fri Jun 15 16:14:42 2018
New Revision: 335209
URL: https://svnweb.freebsd.org/changeset/base/335209

Log:
  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
  MFC after:	1 week
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/share/man/man5/elf.5

Modified: head/share/man/man5/elf.5
==============================================================================
--- head/share/man/man5/elf.5	Fri Jun 15 15:36:10 2018	(r335208)
+++ head/share/man/man5/elf.5	Fri Jun 15 16:14:42 2018	(r335209)
@@ -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?201806151614.w5FGEgWk006500>