aboutsummaryrefslogtreecommitdiff
path: root/gold/merge.cc
AgeCommit message (Expand)AuthorFilesLines
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-22/+9
2015-03-27Avoid looking up Input_merge_map multiple times.Rafael Ávila de Espíndola1-7/+22
2015-03-23Remove is_merge_section_for.Rafael Ávila de Espíndola1-8/+9
2015-03-04Remove empty class Merge_map.Rafael Ávila de Espíndola1-80/+18
2015-02-17Use std::upper_bound to simplify code a bit.Rafael Ávila de Espíndola1-8/+5
2015-02-04Combine loop epilogue into main loop body to reduce duplication.Rafael Ávila de Espíndola1-13/+2
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-03-05Update copyright yearsAlan Modra1-1/+1
2013-05-03 * merge.cc (Output_merge_string::do_add_input_section): CorrectAlan Modra1-10/+13
2013-05-01Restore empty string handlingH.J. Lu1-10/+8
2013-04-292013-04-29 Alexander Ivchenko <alexander.ivchenko@intel.com>Cary Coutant1-6/+30
2012-02-29 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):Cary Coutant1-36/+15
2011-07-01 PR gold/12571Ian Lance Taylor1-1/+2
2010-08-25 * archive.cc: Formatting fixes: Remove whitespace betweenNick Clifton1-1/+1
2010-08-03 * merge.cc (Output_merge_string::do_add_input_section): Count stringsCary Coutant1-20/+39
2010-07-21 * merge.h (Output_merge_string::Merged_string): Remove object, shndx,Cary Coutant1-12/+33
2010-07-12 * compressed_output.cc (zlib_decompress): New function.Cary Coutant1-2/+41
2010-05-232010-05-23 Doug Kwan <dougkwan@google.com>Doug Kwan1-0/+28
2010-04-092010-04-08 Doug Kwan <dougkwan@google.com>Doug Kwan1-1/+4
2009-12-14 Revert -Wshadow changes, all changes from:Ian Lance Taylor1-16/+16
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-16/+16
2009-07-09 * merge.cc (Object_merge_map::initialize_input_to_output_map):Ian Lance Taylor1-0/+6
2009-03-23 * merge.cc (do_add_input_section): Correct pend value. ChangeIan Lance Taylor1-3/+5
2008-04-08 * merge.cc (Object_merge_map::get_output_offset): Remove inlineIan Lance Taylor1-1/+1
2008-03-13Update copyright years. Update language files.Ian Lance Taylor1-1/+1
2008-03-13Don't crash if we change the address of the .eh_frame section after weIan Lance Taylor1-1/+3
2007-12-21Speed up relocations against local symbols in merged sections.Ian Lance Taylor1-116/+84
2007-12-20Update comments about output offsets and merged input sections.Ian Lance Taylor1-9/+30
2007-12-20Remove one inline.Ian Lance Taylor1-1/+1
2007-12-20Make functions on hot path inline. Remove a mistaken virtualIan Lance Taylor1-2/+2
2007-12-19Move Stringpool offsets into a chunked_vector indexed by keys.Ian Lance Taylor1-5/+4
2007-12-19Use string length when available when calling Stringpool. CompareIan Lance Taylor1-3/+9
2007-12-18Print statistics about merge sections with --stats.Ian Lance Taylor1-0/+64
2007-12-18Add section_size_type and section_offset_type, use them to replace aIan Lance Taylor1-33/+47
2007-12-15Minor speedup to Output_merge_string::do_add_input_section.Ian Lance Taylor1-8/+7
2007-12-01Compress all debug sections.Ian Lance Taylor1-0/+17
2007-11-30From Craig Silverstein: Add support for compressing .debug_str section.Ian Lance Taylor1-7/+14
2007-11-29Clean up setting address and section offset.Ian Lance Taylor1-2/+2
2007-11-27Rework merge_map for speed.Ian Lance Taylor1-59/+240
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-29/+56
2007-10-20From Craig Silverstein: add cast to avoid warning.Ian Lance Taylor1-1/+1
2007-10-19Fix handling of wide string merge sections.Ian Lance Taylor1-3/+4
2007-10-18Correctly handle alignment in merge sections.Ian Lance Taylor1-3/+7
2007-10-14Run all error handling through an Errors object. Delete output fileIan Lance Taylor1-11/+7
2007-10-12Add an option for Stringpools to not copy strings.Ian Lance Taylor1-1/+1
2007-10-10From Craig Silverstein: don't get confused if the same file nameIan Lance Taylor1-1/+9
2007-09-25Add cache parameter to get_view. Discard uncached views on unlock.Ian Lance Taylor1-2/+2
2007-09-23Avoid dereferencing map->end().Ian Lance Taylor1-1/+2