diff options
author | Sergio Durigan Junior <sergiodj@redhat.com> | 2012-08-11 00:05:55 +0000 |
---|---|---|
committer | Sergio Durigan Junior <sergiodj@redhat.com> | 2012-08-11 00:05:55 +0000 |
commit | d9dce7facee9bf0f7cf49b20bed70fc8456d8720 (patch) | |
tree | 05b690a38c4001c9d8a3d686876700c152ccb1bd /gdb/ChangeLog | |
parent | a548ec93e5803a950b22ed383d6d6b2000ce8f05 (diff) | |
download | gdb-d9dce7facee9bf0f7cf49b20bed70fc8456d8720.zip gdb-d9dce7facee9bf0f7cf49b20bed70fc8456d8720.tar.gz gdb-d9dce7facee9bf0f7cf49b20bed70fc8456d8720.tar.bz2 |
2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
* gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
(zlib_decompress_section): Likewise for `section_data'.
(gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1a31059..a8f6dfb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com> + + * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'. + (zlib_decompress_section): Likewise for `section_data'. + (gdb_bfd_map_section): Likewise for `buf' and `retbuf'. + 2012-08-10 Doug Evans <dje@google.com> Add $_memeq, $_regex, $_streq, $_strlen convenience functions. |