diff options
author | Roland McGrath <roland@redhat.com> | 2009-08-20 15:31:08 -0700 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2009-08-20 15:31:08 -0700 |
commit | 464dc022eb0be4950e2f3a90fe4de6a17dc3d7d7 (patch) | |
tree | 7e9c219208c05d416d62e3ac5446b127ab100240 /ChangeLog | |
parent | 677760a3076884bd6496e3676b1102db400f79d6 (diff) | |
download | glibc-464dc022eb0be4950e2f3a90fe4de6a17dc3d7d7.tar.gz glibc-464dc022eb0be4950e2f3a90fe4de6a17dc3d7d7.tar.xz glibc-464dc022eb0be4950e2f3a90fe4de6a17dc3d7d7.zip |
Improve backtrace_symbols{,_fd} output when missing symbols. roland/backtrace-syms
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 39bbb2ab9c..6ace54badd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2009-08-20 Roland McGrath <roland@redhat.com> + + * sysdeps/generic/elf/backtracesyms.c (__backtrace_symbols): + Use l_addr instead of l_map_start (dli_fbase). + Print "FILE([+-]OFFSET) [ADDRESS]" with the file-relative + address when there is no proximate symbol. + * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): + Likewise. + 2009-08-16 Ulrich Drepper <drepper@redhat.com> * scripts/gen-as-const.awk: Fix test for 64-bit platform. |