From c647e51f6af75233c3457df34fbc0e9ff643701d Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Fri, 15 Jun 2018 16:14:42 +0000 Subject: [PATCH] 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 --- share/man/man5/elf.5 | 1 + 1 file changed, 1 insertion(+) diff --git a/share/man/man5/elf.5 b/share/man/man5/elf.5 index 42e6b2c81323..af1bbda1feac 100644 --- a/share/man/man5/elf.5 +++ b/share/man/man5/elf.5 @@ -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