diff options
| author | Tristan Gingold <gingold@adacore.com> | 2009-12-10 16:12:33 +0000 |
|---|---|---|
| committer | Tristan Gingold <gingold@adacore.com> | 2009-12-10 16:12:33 +0000 |
| commit | 68cdf72f1e56a9ff8261c8236dad44ea1e572aca (patch) | |
| tree | 3bfca48c3136aef159a1f20af53f5ca3996823b1 /binutils/NEWS | |
| parent | e7e2196da3f0157573acc1b4fa2f7a87da9f044f (diff) | |
| download | ppe42-binutils-68cdf72f1e56a9ff8261c8236dad44ea1e572aca.tar.gz ppe42-binutils-68cdf72f1e56a9ff8261c8236dad44ea1e572aca.zip | |
2009-12-10 Tristan Gingold <gingold@adacore.com>
* addr2line.c (pretty_print): New variable.
(long_options): Add an entry for -p/--pretty-print.
(usage): Document -p/--pretty-print.
(translate_addresses): Handle pretty_print. Reindent.
(main): Handle option -p.
* doc/binutils.texi (addr2line): Document -p/--pretty-print.
* NEWS: Mention new feature.
Diffstat (limited to 'binutils/NEWS')
| -rw-r--r-- | binutils/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index 25fee15912..7f79edac01 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -6,6 +6,9 @@ * Add a new command line option -a / --addresses to addr2line to display the address before function name or source filename. +* Add a new command line option -p / --pretty-print to addr2line to have + a more human readable output. + Changes in 2.20: * Add support for delay importing to dlltool. Use the --output-delaylib <file> |

