summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2015-05-19 23:08:00 +0200
committerMark Wielaard <mjw@redhat.com>2015-05-27 17:17:51 +0200
commitd76d73f490b1e097e650bb77277ae9ed1efd5b1a (patch)
tree03ddb833b702c1b0f4a42ad78a08a40d51820a76 /NEWS
parent472890f580a83f1511e1ad83c10ea2b1d364cc8d (diff)
downloadelfutils-d76d73f490b1e097e650bb77277ae9ed1efd5b1a.tar.gz
addr2line: Always parse addresses as hex numbers.
We would sometimes interpret input addresses as decimal or octal. That could be confusing and isn't what binutils addr2line does. Be consistent and always treat input addresses as hex. Signed-off-by: Mark Wielaard <mjw@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 60aa995d..8cc184a2 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ Version 0.162
libdw: Install new header elfutils/known-dwarf.h.
+addr2line: Input addresses are now always interpreted as hexadecimal
+ numbers, never as octal or decimal numbers.
+
Version 0.161
libdw: New function dwarf_peel_type. dwarf_aggregate_size now uses