diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2008-02-16 10:51:38 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2008-02-16 10:51:38 +0000 |
commit | d74e4b29eb05f085026bd9eb93f1aa6e70bc5b1b (patch) | |
tree | 38a4d4be8330524f95def4fb2fa435c49cdf39a5 /bfd/ChangeLog | |
parent | 819da74e19e58ccb6cf378100a3023b9f2532c40 (diff) | |
download | gdb-d74e4b29eb05f085026bd9eb93f1aa6e70bc5b1b.zip gdb-d74e4b29eb05f085026bd9eb93f1aa6e70bc5b1b.tar.gz gdb-d74e4b29eb05f085026bd9eb93f1aa6e70bc5b1b.tar.bz2 |
* dwarf2.c (find_line): Don't trust debug information after an
unparseable compilation unit.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c502bba..bb2ace6 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2008-02-16 Nathan Sidwell <nathan@codesourcery.com> + + * dwarf2.c (find_line): Don't trust debug information after an + unparseable compilation unit. + 2008-02-15 Alan Modra <amodra@bigpond.net.au> PR 5765 |