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/config.in | |
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/config.in')
-rw-r--r-- | gdb/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index 07f6fca..934b66c 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -527,6 +527,9 @@ /* Define to 1 if you have the `XML_StopParser' function. */ #undef HAVE_XML_STOPPARSER +/* Define to 1 if you have the <zlib.h> header file. */ +#undef HAVE_ZLIB_H + /* Define to 1 if your system has the _etext variable. */ #undef HAVE__ETEXT |