summaryrefslogtreecommitdiff
path: root/gold/merge.h
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Use a std::vector instead of a std::map to hold Input_merge_map.Rafael Ávila de Espíndola2015-06-011-13/+3
* Avoid looking up Input_merge_map multiple times.Rafael Ávila de Espíndola2015-03-271-15/+18
* Remove is_merge_section_for.Rafael Ávila de Espíndola2015-03-231-5/+10
* Remove empty class Merge_map.Rafael Ávila de Espíndola2015-03-041-68/+10
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Update copyright yearsAlan Modra2014-03-051-1/+1
* 2013-04-29 Alexander Ivchenko <alexander.ivchenko@intel.com>Cary Coutant2013-04-291-2/+1
* Fix typos in gold.Ralf Wildenhues2010-12-141-3/+3
* * archive.cc: Formatting fixes: Remove whitespace betweenNick Clifton2010-08-251-2/+2
* * merge.cc (Output_merge_string::do_add_input_section): Count stringsCary Coutant2010-08-031-1/+3
* * merge.h (Output_merge_string::Merged_string): Remove object, shndx,Cary Coutant2010-07-211-15/+20
* 2010-05-23 Doug Kwan <dougkwan@google.com>Doug Kwan2010-05-231-1/+83
* Revert -Wshadow changes, all changes from:Ian Lance Taylor2009-12-141-13/+13
* Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton2009-12-111-13/+13
* 2009-10-09 Doug Kwan <dougkwan@google.com>Doug Kwan2009-10-091-5/+21
* Handle output sections with more than 0x7fffffff bytes.Ian Lance Taylor2008-07-101-1/+1
* * mapfile.cc: New file.Ian Lance Taylor2008-05-211-0/+10
* Update copyright years. Update language files.Ian Lance Taylor2008-03-131-1/+1
* Speed up relocations against local symbols in merged sections.Ian Lance Taylor2007-12-211-1/+149
* Update comments about output offsets and merged input sections.Ian Lance Taylor2007-12-201-3/+9
* Move Stringpool offsets into a chunked_vector indexed by keys.Ian Lance Taylor2007-12-191-2/+4
* Print statistics about merge sections with --stats.Ian Lance Taylor2007-12-181-1/+19
* Add section_size_type and section_offset_type, use them to replace aIan Lance Taylor2007-12-181-17/+21
* From Craig Silverstein: Fix error message, add this->.Ian Lance Taylor2007-12-081-1/+1
* Compress all debug sections.Ian Lance Taylor2007-12-011-1/+9
* From Craig Silverstein: Add support for compressing .debug_str section.Ian Lance Taylor2007-11-301-0/+16
* Clean up setting address and section offset.Ian Lance Taylor2007-11-291-2/+2
* Rework merge_map for speed.Ian Lance Taylor2007-11-271-30/+2
* Make Merge_key_less operator() inline.Ian Lance Taylor2007-11-221-1/+1
* Generate a complete exception frame header. Discard duplicateIan Lance Taylor2007-11-091-24/+68
* Correctly handle alignment in merge sections.Ian Lance Taylor2007-10-181-7/+11
* Add licensing text to every source file.Ian Lance Taylor2007-09-221-0/+20
* We don't need a hash table mapping input locations to strings.Ian Lance Taylor2007-09-221-20/+12
* Set Stringpool zero_null option via a call, not a default constructorIan Lance Taylor2007-09-211-2/+2
* Add support for SHF_MERGE sections.Ian Lance Taylor2007-05-161-0/+226