diff options
author | Tom Tromey <tromey@redhat.com> | 2009-06-17 20:29:42 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2009-06-17 20:29:42 +0000 |
commit | 70bdf48f6eabc1ecd193abc3680bc55eb19df98b (patch) | |
tree | 6f39dbe41213ccd9ef5a258200abf6ffd0dfe5ed /gdb/ChangeLog | |
parent | 6023ec102778c40035c2bbb0057ba3d616e6e9f6 (diff) | |
download | gdb-70bdf48f6eabc1ecd193abc3680bc55eb19df98b.tar.gz |
* dwarf2read.c (zlib_decompress_section): Use a cleanup.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 67558075502..3e178ae14fc 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2009-06-17 Tom Tromey <tromey@redhat.com> + + * dwarf2read.c (zlib_decompress_section): Use a cleanup. + 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com> * gdbarch.sh (pointer_to_address): Change to type 'm'. |