mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-25 16:13:17 +00:00
968d62e1a1
These tools are now from the ELF Tool Chain project: * addr2line * elfcopy (strip) * nm * size * strings The binutils versions are available by setting in src.conf: WITHOUT_ELFTOOLCHAIN_TOOLS=yes Thanks to antoine@ for multiple exp-runs and diagnosing many of the failures. PR: 195561 (ports exp-run) Sponsored by: The FreeBSD Foundation
10 lines
156 B
Plaintext
10 lines
156 B
Plaintext
.\" $FreeBSD$
|
|
Set to use
|
|
.Xr addr2line 1 ,
|
|
.Xr nm 1 ,
|
|
.Xr size 1 ,
|
|
.Xr strings 1 ,
|
|
and
|
|
.Xr strip 1
|
|
from GNU binutils instead of the ELF Tool Chain project.
|