summaryrefslogtreecommitdiff
path: root/gold/merge.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* From Craig Silverstein: add cast to avoid warning.Ian Lance Taylor2007-10-201-1/+1
* Fix handling of wide string merge sections.Ian Lance Taylor2007-10-191-3/+4
* Correctly handle alignment in merge sections.Ian Lance Taylor2007-10-181-3/+7
* Run all error handling through an Errors object. Delete output fileIan Lance Taylor2007-10-141-11/+7
* Add an option for Stringpools to not copy strings.Ian Lance Taylor2007-10-121-1/+1
* From Craig Silverstein: don't get confused if the same file nameIan Lance Taylor2007-10-101-1/+9
* Add cache parameter to get_view. Discard uncached views on unlock.Ian Lance Taylor2007-09-251-2/+2
* Avoid dereferencing map->end().Ian Lance Taylor2007-09-231-1/+2
* 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-36/+7
* Add support for SHF_MERGE sections.Ian Lance Taylor2007-05-161-0/+333