diff options
author | Craig Silverstein <csilvers@google.com> | 2008-04-19 05:06:54 +0000 |
---|---|---|
committer | Craig Silverstein <csilvers@google.com> | 2008-04-19 05:06:54 +0000 |
commit | 233a11ab1cb254efafd98e5d530de2d993760e1b (patch) | |
tree | eb8b55a28d2f4a0868face5195ab5931a19f1e9f /gdb/MAINTAINERS | |
parent | a03b3a978574778b7aee965e23a1f60968b0fcb2 (diff) | |
download | gdb-233a11ab1cb254efafd98e5d530de2d993760e1b.zip gdb-233a11ab1cb254efafd98e5d530de2d993760e1b.tar.gz gdb-233a11ab1cb254efafd98e5d530de2d993760e1b.tar.bz2 |
* configure.ac (AC_SEARCH_LIBS): Add check for zlib.
* config.in, configure: Regenerate.
* dwarf2read.c: Include zlib.h if present.
Modified *_SECTION macros.
(section_is_p): New.
(dwarf2_locate_sections): Use section_is_p instead of strcmp
(dwarf2_resize_section): New.
to determine whether a given section has a given name.
(zlib_decompress_section): New.
(dwarf2_read_section): Read the compressed section if present
in the binary.
* testsuite/gdb.dwarf2/dw2-compressed.S: New file.
* testsuite/gdb.dwarf2/dw2-compressed.exp: New file.
* MAINTAINERS: Added myself to section Write After Approval.
Diffstat (limited to 'gdb/MAINTAINERS')
-rw-r--r-- | gdb/MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index 4ef0277..ab068f1 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -564,6 +564,7 @@ Keith Seitz keiths@redhat.com Carlos Eduardo Seo cseo@linux.vnet.ibm.com Stan Shebs shebs@mozilla.com Mark Shinwell shinwell@codesourcery.com +Craig Silverstein csilvers@google.com Aidan Skinner aidan@velvet.net Jiri Smid smid@suse.cz David Smith dsmith@redhat.com |