OSDN Git Service

* configure.ac (AC_SEARCH_LIBS): Add check for zlib.
authorcsilvers <csilvers>
Sat, 19 Apr 2008 05:06:53 +0000 (05:06 +0000)
committercsilvers <csilvers>
Sat, 19 Apr 2008 05:06:53 +0000 (05:06 +0000)
commitc786a5a86267c081833b07c011e82b17adf5f19e
treeaf4e9ae0fcfdb8fb0faae95ed19588b86d4b362d
parent992eeae44ef1cb2d38757f94208bc962d2e23647
* 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]