summaryrefslogtreecommitdiff
path: root/gold/merge.h
Commit message (Expand)AuthorAgeFilesLines
* * 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