OSDN Git Service

* configure.ac (AC_SEARCH_LIBS): Add check for zlib.
authorCraig Silverstein <csilvers@google.com>
Sat, 19 Apr 2008 05:06:54 +0000 (05:06 +0000)
committerCraig Silverstein <csilvers@google.com>
Sat, 19 Apr 2008 05:06:54 +0000 (05:06 +0000)
commita05e971be60914af484f48b178ba3c7dbef0b02d
tree9c3a27a8e9e12179bc42db3894fce792c0ae96b9
parent418c085833e5cd4a5adba82cde249241a6dacf73
* 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.
gdb/ChangeLog
gdb/MAINTAINERS
gdb/config.in
gdb/configure
gdb/configure.ac
gdb/dwarf2read.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.dwarf2/dw2-compressed.S [new file with mode: 0644]
gdb/testsuite/gdb.dwarf2/dw2-compressed.exp [new file with mode: 0644]