summaryrefslogtreecommitdiffstats
path: root/gold/merge.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud