diff options
Diffstat (limited to 'binutils/addr2line.c')
-rw-r--r-- | binutils/addr2line.c | 1 |
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\ |