aboutsummaryrefslogtreecommitdiff
path: root/binutils/addr2line.c
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2005-10-03 19:37:44 +0000
committerMark Mitchell <mark@codesourcery.com>2005-10-03 19:37:44 +0000
commit07012eeef27d34424bd51d1ee54bbeb09841fe1f (patch)
treed1329567c0cb3d3c536708a969572cd42968159a /binutils/addr2line.c
parentcac3d6c4122a17ef46e1a4f4ee383ffaadd93573 (diff)
downloadgdb-07012eeef27d34424bd51d1ee54bbeb09841fe1f.zip
gdb-07012eeef27d34424bd51d1ee54bbeb09841fe1f.tar.gz
gdb-07012eeef27d34424bd51d1ee54bbeb09841fe1f.tar.bz2
* addr2line.c (usage): Document @file.
* ar.c (usage): Likewise. * coffdump (usage): Likewise. * cxxfilt.c (usage): Likewise. * dlltool.c (usage): Likewise. * dllwrap.c (usage): Likewise. * nlmconv.c (usage): Likewise. * nm.c (usage): Likewise. * objcopy.c (usage): Likewise. * objdump.c (usage): Likewise. * readelf.c (usage): Likewise. * size.c (usage): Likeise. * srconv.c (usage): Likewise. * strings.c (usage): Likewise. * windres.c (usage): Likewise. * doc/binutils.texi: Add section on common options.
Diffstat (limited to 'binutils/addr2line.c')
-rw-r--r--binutils/addr2line.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/addr2line.c b/binutils/addr2line.c
index 7b9550d..aae69ca 100644
--- a/binutils/addr2line.c
+++ b/binutils/addr2line.c
@@ -77,6 +77,7 @@ usage (FILE *stream, int status)
fprintf (stream, _(" Convert addresses into line number/file name pairs.\n"));
fprintf (stream, _(" If no addresses are specified on the command line, they will be read from stdin\n"));
fprintf (stream, _(" The options are:\n\
+ @<file> Read options from <file>\n\
-b --target=<bfdname> Set the binary file format\n\
-e --exe=<executable> Set the input file name (default is a.out)\n\
-i --inlines Unwind inlined functions\n\