aboutsummaryrefslogtreecommitdiff
path: root/gold/compressed_output.cc
AgeCommit message (Collapse)AuthorFilesLines
2009-12-14 Revert -Wshadow changes, all changes from:Ian Lance Taylor1-7/+7
2009-12-11 Doug Kwan <dougkwan@google.com> 2009-12-11 Nick Clifton <nickc@redhat.com> * configure.ac: Remove -Wshadow when setting WARN_CXXFLAGS.
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-7/+7
Fix up all warnings generated by the addition of this switch.
2008-04-03 * compressed_output.h (class Output_compressed_section): UseIan Lance Taylor1-21/+22
unsigned buffer. * compressed_output.cc (zlib_compress): Use unsigned buffers, add zlib header. (zlib_compressed_suffix): Removed. (Output_compressed_section::set_final_data_size): Use unsigned buffers. * testsuite/Makefile.am (flagstest_compress_debug_sections): Fix linker invocation. (flagstest_o_specialfile_and_compress_debug_sections): Likewise. * testsuite/Makefile.in: Regenerated.
2008-03-13Update copyright years. Update language files.Ian Lance Taylor1-1/+1
2008-03-04From Craig Silverstein: rework option handling to make it easier toIan Lance Taylor1-1/+1
add a new option.
2008-02-28From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor1-1/+1
2008-02-26From Craig Silverstein: rename option functions for future optionIan Lance Taylor1-1/+1
handling rewrite.
2008-01-18Don't include options.h in fileread.h. Remove General_optionsIan Lance Taylor1-0/+1
reference from Output_file class.
2007-12-01Compress all debug sections.Ian Lance Taylor1-152/+25
2007-11-30From Cary Coutant: Avoid compilation warnings if no zlib.h.Ian Lance Taylor1-4/+12
2007-11-30From Craig Silverstein: Add support for compressing .debug_str section.Ian Lance Taylor1-0/+267