This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Add --compress-debug-sections option to gas


>> bfd/ChangeLog:
>>
>> ? ? ? ? * 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.
>
> OK.

Thanks, committed.

-cary


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]