aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2009-12-09 12:58:23 +0000
committerTristan Gingold <gingold@adacore.com>2009-12-09 12:58:23 +0000
commitbe6f64938f985dfb0eaa2107b99f193bb865ce04 (patch)
tree1f2ff18a44815e86c2d546f1b0e81cf63205590e /binutils/ChangeLog
parent03b952fddad1179c316bb9230f696034e6ae3bef (diff)
downloadgdb-be6f64938f985dfb0eaa2107b99f193bb865ce04.zip
gdb-be6f64938f985dfb0eaa2107b99f193bb865ce04.tar.gz
gdb-be6f64938f985dfb0eaa2107b99f193bb865ce04.tar.bz2
2009-12-09 Tristan Gingold <gingold@adacore.com>
* addr2line.c (translate_addresses): Display addresses if option -a is used. (with_addresses): New variable. (long_options): Add option '-a'. (usage): Add usage for option '-a'. (main): Handle option '-a'. * doc/binutils.texi (addr2line): Document option '-a'. * NEWS: Mention new feature.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index ee7effe..e3aef7d 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,14 @@
+2009-12-09 Tristan Gingold <gingold@adacore.com>
+
+ * addr2line.c (translate_addresses): Display addresses
+ if option -a is used.
+ (with_addresses): New variable.
+ (long_options): Add option '-a'.
+ (usage): Add usage for option '-a'.
+ (main): Handle option '-a'.
+ * doc/binutils.texi (addr2line): Document option '-a'.
+ * NEWS: Mention new feature.
+
2009-12-08 Cary Coutant <ccoutant@google.com>
* dwarf.c (dwarf_select_sections_by_names): Handle pubtypes correctly.