diff options
author | Nick Clifton <nickc@redhat.com> | 2008-02-22 15:27:38 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-02-22 15:27:38 +0000 |
commit | 34b5e0b20544f6a8bfc32b4bd444e69b3b8a2b4d (patch) | |
tree | 4926ef5da660648a77fb48ee5172c541f8a38ac0 /bfd/ChangeLog | |
parent | 5ad3420347a8fe96a689bf14b93a9fec720be9ae (diff) | |
download | gdb-34b5e0b20544f6a8bfc32b4bd444e69b3b8a2b4d.zip gdb-34b5e0b20544f6a8bfc32b4bd444e69b3b8a2b4d.tar.gz gdb-34b5e0b20544f6a8bfc32b4bd444e69b3b8a2b4d.tar.bz2 |
PR 868
*dwarf2.c: Revert previous patch. All of the allocate memory is
on an obstack which will be freed at some other time.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a9d7988..612a490 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2008-02-22 Nick Clifton <nickc@redhat.com> + + PR 868 + *dwarf2.c: Revert previous patch. All of the allocate memory is + on an obstack which will be freed at some other time. + 2008-02-20 Nick Clifton <nickc@redhat.com> PR 868 |