summaryrefslogtreecommitdiff
path: root/binutils/NEWS
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2009-12-10 16:12:33 +0000
committerTristan Gingold <gingold@adacore.com>2009-12-10 16:12:33 +0000
commitc5533f97130e71cbbf5ea8e86bf2218475462c0c (patch)
tree4dc812e407f1da7ff66fc3b62c6054f3fdbbe300 /binutils/NEWS
parent2762f2ded2e392808d13d771e95e2e760425726f (diff)
downloadbinutils-redhat-c5533f97130e71cbbf5ea8e86bf2218475462c0c.tar.gz
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/NEWS3
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>