summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2022-03-11 15:44:21 +0100
committerMark Wielaard <mark@klomp.org>2022-03-14 12:57:41 +0100
commit9e39d31c4ec1c8f7eb16886f8b7fd04c0a4f2462 (patch)
tree421ba5b5d78fbe82708da12beb47de7f98f36b84 /NEWS
parent29859f2e79ef3c650ee9712cae990c6a7f787a7d (diff)
downloadelfutils-9e39d31c4ec1c8f7eb16886f8b7fd04c0a4f2462.tar.gz
addr2line: Make --absolute the default, add --relative option.
Make --absolute (including the compilation directory in file names) the default and add a new option --relative to get the previous default behavior. https://www.sourceware.org/bugzilla/show_bug.cgi?id=28951 Signed-off-by: Mark Wielaard <mark@klomp.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6be58866..ea74c019 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ Version 0.187 after 0.186
debuginfod: Support -C option for connection thread pooling.
+addr2line: The -A, --absolute option, which shows file names including
+ the full compilation directory is now the default. To get the
+ old behavior use the new option --relative.
Version 0.186