summaryrefslogtreecommitdiff
path: root/gold/merge.cc
AgeCommit message (Expand)Author
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-01-01Copyright update for binutilsAlan Modra
2015-06-01Use a std::vector instead of a std::map to hold Input_merge_map.Rafael Ávila de Espíndola
2015-03-27Avoid looking up Input_merge_map multiple times.Rafael Ávila de Espíndola
2015-03-23Remove is_merge_section_for.Rafael Ávila de Espíndola
2015-03-04Remove empty class Merge_map.Rafael Ávila de Espíndola
2015-02-17Use std::upper_bound to simplify code a bit.Rafael Ávila de Espíndola
2015-02-04Combine loop epilogue into main loop body to reduce duplication.Rafael Ávila de Espíndola
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-03-05Update copyright yearsAlan Modra
2013-05-03 * merge.cc (Output_merge_string::do_add_input_section): CorrectAlan Modra
2013-05-01Restore empty string handlingH.J. Lu
2013-04-292013-04-29 Alexander Ivchenko <alexander.ivchenko@intel.com>Cary Coutant
2012-02-29 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):Cary Coutant
2011-07-01 PR gold/12571Ian Lance Taylor
2010-08-25 * archive.cc: Formatting fixes: Remove whitespace betweenNick Clifton
2010-08-03 * merge.cc (Output_merge_string::do_add_input_section): Count stringsCary Coutant
2010-07-21 * merge.h (Output_merge_string::Merged_string): Remove object, shndx,Cary Coutant
2010-07-12 * compressed_output.cc (zlib_decompress): New function.Cary Coutant
2010-05-232010-05-23 Doug Kwan <dougkwan@google.com>Doug Kwan
2010-04-092010-04-08 Doug Kwan <dougkwan@google.com>Doug Kwan
2009-12-14 Revert -Wshadow changes, all changes from:Ian Lance Taylor
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton
2009-07-09 * merge.cc (Object_merge_map::initialize_input_to_output_map):Ian Lance Taylor
2009-03-23 * merge.cc (do_add_input_section): Correct pend value. ChangeIan Lance Taylor
2008-04-08 * merge.cc (Object_merge_map::get_output_offset): Remove inlineIan Lance Taylor
2008-03-13Update copyright years. Update language files.Ian Lance Taylor
2008-03-13Don't crash if we change the address of the .eh_frame section after weIan Lance Taylor
2007-12-21Speed up relocations against local symbols in merged sections.Ian Lance Taylor
2007-12-20Update comments about output offsets and merged input sections.Ian Lance Taylor
2007-12-20Remove one inline.Ian Lance Taylor
2007-12-20Make functions on hot path inline. Remove a mistaken virtualIan Lance Taylor
2007-12-19Move Stringpool offsets into a chunked_vector indexed by keys.Ian Lance Taylor
2007-12-19Use string length when available when calling Stringpool. CompareIan Lance Taylor
2007-12-18Print statistics about merge sections with --stats.Ian Lance Taylor
2007-12-18Add section_size_type and section_offset_type, use them to replace aIan Lance Taylor
2007-12-15Minor speedup to Output_merge_string::do_add_input_section.Ian Lance Taylor
2007-12-01Compress all debug sections.Ian Lance Taylor
2007-11-30From Craig Silverstein: Add support for compressing .debug_str section.Ian Lance Taylor
2007-11-29Clean up setting address and section offset.Ian Lance Taylor
2007-11-27Rework merge_map for speed.Ian Lance Taylor
2007-11-22Make Merge_key_less operator() inline.Ian Lance Taylor
2007-11-09Generate a complete exception frame header. Discard duplicateIan Lance Taylor
2007-10-20From Craig Silverstein: add cast to avoid warning.Ian Lance Taylor
2007-10-19Fix handling of wide string merge sections.Ian Lance Taylor
2007-10-18Correctly handle alignment in merge sections.Ian Lance Taylor
2007-10-14Run all error handling through an Errors object. Delete output fileIan Lance Taylor
2007-10-12Add an option for Stringpools to not copy strings.Ian Lance Taylor
2007-10-10From Craig Silverstein: don't get confused if the same file nameIan Lance Taylor