• Cary Coutant's avatar
    bfd/ChangeLog: · 0acf065b
    Cary Coutant authored
    	* compress.c (bfd_uncompress_section_contents): Add ATTRIBUTE_UNUSED.
    	* dwarf2.c (read_and_uncompress_section): New function.
    	(read_section): Call it.
    	(find_line): Likewise.
    
    binutils/ChangeLog:
    
    	* objdump.c (load_specific_debug_section): Decompress section contents
    	before applying relocations.
    	* readelf.c (load_specific_debug_section): Update section size after
    	decompression.
    
    gas/ChangeLog:
    
    	* Makefile.am: Add compress-debug.c and compress-debug.h.
    	* Makefile.in: Regenerate.
    	* config.in: Add HAVE_ZLIB_H.
    	* configure.in: Check for zlib.h.
    	* configure: Regenerate.
    
    	* as.c (parse_args): Add --compress-debug-sections and
    	--nocompress-debug-sections.
    	* as.h (flag_compress_debug): New variable.
    	* compress-debug.c: New file.
    	* compress-debug.h: New file.
    	* write.c: Include compress-debug.h.
    	(compress_frag): New function.
    	(compress_debug): New function.
    	(write_object_file): Compress debug sections if requested.
    0acf065b
Makefile.in 179 KB