aboutsummaryrefslogtreecommitdiff
path: root/gold/merge.h
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-06-01Use a std::vector instead of a std::map to hold Input_merge_map.Rafael Ávila de Espíndola1-13/+3
2015-03-27Avoid looking up Input_merge_map multiple times.Rafael Ávila de Espíndola1-15/+18
2015-03-23Remove is_merge_section_for.Rafael Ávila de Espíndola1-5/+10
2015-03-04Remove empty class Merge_map.Rafael Ávila de Espíndola1-68/+10
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-03-05Update copyright yearsAlan Modra1-1/+1
2013-04-292013-04-29 Alexander Ivchenko <alexander.ivchenko@intel.com>Cary Coutant1-2/+1
2010-12-14Fix typos in gold.Ralf Wildenhues1-3/+3
2010-08-25 * archive.cc: Formatting fixes: Remove whitespace betweenNick Clifton1-2/+2
2010-08-03 * merge.cc (Output_merge_string::do_add_input_section): Count stringsCary Coutant1-1/+3
2010-07-21 * merge.h (Output_merge_string::Merged_string): Remove object, shndx,Cary Coutant1-15/+20
2010-05-232010-05-23 Doug Kwan <dougkwan@google.com>Doug Kwan1-1/+83
2009-12-14 Revert -Wshadow changes, all changes from:Ian Lance Taylor1-13/+13
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-13/+13
2009-10-092009-10-09 Doug Kwan <dougkwan@google.com>Doug Kwan1-5/+21
2008-07-10 Handle output sections with more than 0x7fffffff bytes.Ian Lance Taylor1-1/+1
2008-05-21 * mapfile.cc: New file.Ian Lance Taylor1-0/+10
2008-03-13Update copyright years. Update language files.Ian Lance Taylor1-1/+1
2007-12-21Speed up relocations against local symbols in merged sections.Ian Lance Taylor1-1/+149
2007-12-20Update comments about output offsets and merged input sections.Ian Lance Taylor1-3/+9
2007-12-19Move Stringpool offsets into a chunked_vector indexed by keys.Ian Lance Taylor1-2/+4
2007-12-18Print statistics about merge sections with --stats.Ian Lance Taylor1-1/+19
2007-12-18Add section_size_type and section_offset_type, use them to replace aIan Lance Taylor1-17/+21
2007-12-08From Craig Silverstein: Fix error message, add this->.Ian Lance Taylor1-1/+1
2007-12-01Compress all debug sections.Ian Lance Taylor1-1/+9
2007-11-30From Craig Silverstein: Add support for compressing .debug_str section.Ian Lance Taylor1-0/+16
2007-11-29Clean up setting address and section offset.Ian Lance Taylor1-2/+2
2007-11-27Rework merge_map for speed.Ian Lance Taylor1-30/+2
2007-11-22Make Merge_key_less operator() inline.Ian Lance Taylor1-1/+1
2007-11-09Generate a complete exception frame header. Discard duplicateIan Lance Taylor1-24/+68
2007-10-18Correctly handle alignment in merge sections.Ian Lance Taylor1-7/+11
2007-09-22Add licensing text to every source file.Ian Lance Taylor1-0/+20
2007-09-22We don't need a hash table mapping input locations to strings.Ian Lance Taylor1-20/+12
2007-09-21Set Stringpool zero_null option via a call, not a default constructorIan Lance Taylor1-2/+2
2007-05-16Add support for SHF_MERGE sections.Ian Lance Taylor1-0/+226