diff options
author | Mark Wielaard <mark@klomp.org> | 2022-03-11 15:44:21 +0100 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2022-03-14 12:57:41 +0100 |
commit | 9e39d31c4ec1c8f7eb16886f8b7fd04c0a4f2462 (patch) | |
tree | 421ba5b5d78fbe82708da12beb47de7f98f36b84 /src/ChangeLog | |
parent | 29859f2e79ef3c650ee9712cae990c6a7f787a7d (diff) | |
download | elfutils-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 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 263e9faa..0e705b7d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2022-03-11 Mark Wielaard <mark@klomp.org> + + * addr2line.c (OPT_RELATIVE): New constant. + (options): Add --relative. + (use_comp_dir): Initialize to true. + (parse_opt): Handle OPT_RELATIVE. + 2021-12-04 Mark Wielaard <mark@klomp.org> * readelf.c (print_ehdr): Pass sizeof (buf) - 1 to strncpy. |