summaryrefslogtreecommitdiff
path: root/gold/merge.cc
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
* gold: Get alignment of uncompressed section from ch_addralignH.J. Lu2018-12-021-3/+5
* 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-22/+9
* Avoid looking up Input_merge_map multiple times.Rafael Ávila de Espíndola2015-03-271-7/+22
* Remove is_merge_section_for.Rafael Ávila de Espíndola2015-03-231-8/+9
* Remove empty class Merge_map.Rafael Ávila de Espíndola2015-03-041-80/+18
* Use std::upper_bound to simplify code a bit.Rafael Ávila de Espíndola2015-02-171-8/+5
* Combine loop epilogue into main loop body to reduce duplication.Rafael Ávila de Espíndola2015-02-041-13/+2
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Update copyright yearsAlan Modra2014-03-051-1/+1
* * merge.cc (Output_merge_string::do_add_input_section): CorrectAlan Modra2013-05-031-10/+13
* Restore empty string handlingH.J. Lu2013-05-011-10/+8
* 2013-04-29 Alexander Ivchenko <alexander.ivchenko@intel.com>Cary Coutant2013-04-291-6/+30
* * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):Cary Coutant2012-02-291-36/+15
* PR gold/12571Ian Lance Taylor2011-07-011-1/+2
* * archive.cc: Formatting fixes: Remove whitespace betweenNick Clifton2010-08-251-1/+1
* * merge.cc (Output_merge_string::do_add_input_section): Count stringsCary Coutant2010-08-031-20/+39
* * merge.h (Output_merge_string::Merged_string): Remove object, shndx,Cary Coutant2010-07-211-12/+33
* * compressed_output.cc (zlib_decompress): New function.Cary Coutant2010-07-121-2/+41
* 2010-05-23 Doug Kwan <dougkwan@google.com>Doug Kwan2010-05-231-0/+28
* 2010-04-08 Doug Kwan <dougkwan@google.com>Doug Kwan2010-04-091-1/+4
* Revert -Wshadow changes, all changes from:Ian Lance Taylor2009-12-141-16/+16
* Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton2009-12-111-16/+16
* * merge.cc (Object_merge_map::initialize_input_to_output_map):Ian Lance Taylor2009-07-091-0/+6
* * merge.cc (do_add_input_section): Correct pend value. ChangeIan Lance Taylor2009-03-231-3/+5
* * merge.cc (Object_merge_map::get_output_offset): Remove inlineIan Lance Taylor2008-04-081-1/+1
* Update copyright years. Update language files.Ian Lance Taylor2008-03-131-1/+1
* Don't crash if we change the address of the .eh_frame section after weIan Lance Taylor2008-03-131-1/+3
* Speed up relocations against local symbols in merged sections.Ian Lance Taylor2007-12-211-116/+84
* Update comments about output offsets and merged input sections.Ian Lance Taylor2007-12-201-9/+30
* Remove one inline.Ian Lance Taylor2007-12-201-1/+1
* Make functions on hot path inline. Remove a mistaken virtualIan Lance Taylor2007-12-201-2/+2
* Move Stringpool offsets into a chunked_vector indexed by keys.Ian Lance Taylor2007-12-191-5/+4
* Use string length when available when calling Stringpool. CompareIan Lance Taylor2007-12-191-3/+9
* Print statistics about merge sections with --stats.Ian Lance Taylor2007-12-181-0/+64
* Add section_size_type and section_offset_type, use them to replace aIan Lance Taylor2007-12-181-33/+47
* Minor speedup to Output_merge_string::do_add_input_section.Ian Lance Taylor2007-12-151-8/+7
* Compress all debug sections.Ian Lance Taylor2007-12-011-0/+17
* From Craig Silverstein: Add support for compressing .debug_str section.Ian Lance Taylor2007-11-301-7/+14
* Clean up setting address and section offset.Ian Lance Taylor2007-11-291-2/+2
* Rework merge_map for speed.Ian Lance Taylor2007-11-271-59/+240
* 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-29/+56