diff options
author | Ian Lance Taylor <iant@google.com> | 2013-10-18 04:24:48 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2013-10-18 04:24:48 +0000 |
commit | 6c084a5b37919e3343d58bd8f6e8badd133ba9fc (patch) | |
tree | c9eec55baa3a24a6f92d0ef72bd1652d33d57700 /libbacktrace/ChangeLog | |
parent | 5628781003fa01e60c0b97be1be6a5177fcecadc (diff) | |
download | gcc-6c084a5b37919e3343d58bd8f6e8badd133ba9fc.zip gcc-6c084a5b37919e3343d58bd8f6e8badd133ba9fc.tar.gz gcc-6c084a5b37919e3343d58bd8f6e8badd133ba9fc.tar.bz2 |
elf.c (elf_add): Don't get the wrong offsets if a debug section is missing.
* elf.c (elf_add): Don't get the wrong offsets if a debug section
is missing.
From-SVN: r203810
Diffstat (limited to 'libbacktrace/ChangeLog')
-rw-r--r-- | libbacktrace/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libbacktrace/ChangeLog b/libbacktrace/ChangeLog index 9c6a883..86536a1 100644 --- a/libbacktrace/ChangeLog +++ b/libbacktrace/ChangeLog @@ -1,3 +1,8 @@ +2013-10-17 Ian Lance Taylor <iant@google.com> + + * elf.c (elf_add): Don't get the wrong offsets if a debug section + is missing. + 2013-10-15 David Malcolm <dmalcolm@redhat.com> * configure.ac: Add --enable-host-shared, setting up |