summaryrefslogtreecommitdiff
path: root/gold/merge.h
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-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-03-05Update copyright yearsAlan Modra
2013-04-292013-04-29 Alexander Ivchenko <alexander.ivchenko@intel.com>Cary Coutant
2010-12-14Fix typos in gold.Ralf Wildenhues
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-05-232010-05-23 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-10-092009-10-09 Doug Kwan <dougkwan@google.com>Doug Kwan
2008-07-10 Handle output sections with more than 0x7fffffff bytes.Ian Lance Taylor
2008-05-21 * mapfile.cc: New file.Ian Lance Taylor
2008-03-13Update copyright years. Update language files.Ian 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-19Move Stringpool offsets into a chunked_vector indexed by keys.Ian 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-08From Craig Silverstein: Fix error message, add this->.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-18Correctly handle alignment in merge sections.Ian Lance Taylor
2007-09-22Add licensing text to every source file.Ian Lance Taylor
2007-09-22We don't need a hash table mapping input locations to strings.Ian Lance Taylor
2007-09-21Set Stringpool zero_null option via a call, not a default constructorIan Lance Taylor
2007-05-16Add support for SHF_MERGE sections.Ian Lance Taylor