aboutsummaryrefslogtreecommitdiff
path: root/gold/compressed_output.cc
AgeCommit message (Expand)AuthorFilesLines
2010-07-13 * compressed_output.cc (zlib_decompress): Fix signature inIan Lance Taylor1-1/+1
2010-07-12 * compressed_output.cc (zlib_decompress): New function.Cary Coutant1-4/+101
2009-12-14 Revert -Wshadow changes, all changes from:Ian Lance Taylor1-7/+7
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-7/+7
2008-04-03 * compressed_output.h (class Output_compressed_section): UseIan Lance Taylor1-21/+22
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
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
2008-01-18Don't include options.h in fileread.h. Remove General_optionsIan Lance Taylor1-0/+1
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