summaryrefslogtreecommitdiff
path: root/gold
Commit message (Expand)AuthorAgeFilesLines
* Add section_size_type and section_offset_type, use them to replace aIan Lance Taylor2007-12-1822-224/+287
* Minor speedup to Output_merge_string::do_add_input_section.Ian Lance Taylor2007-12-151-8/+7
* Rewrite workqueue. This version eliminates the master thread, andIan Lance Taylor2007-12-1433-1400/+1458
* Add const to Object::read and Object::sized_target.Ian Lance Taylor2007-12-143-15/+21
* Make some File_read methods const.Ian Lance Taylor2007-12-142-9/+7
* Add some missing dependencies for the new linker.Ian Lance Taylor2007-12-142-9/+17
* From Craig Silverstein: size hash tables to avoid resizing.Ian Lance Taylor2007-12-147-11/+81
* Fix --thread-count-middle and --thread-count-final.Ian Lance Taylor2007-12-141-2/+2
* From Cary Coutant: Test TLS initial-exec model.Ian Lance Taylor2007-12-112-2/+36
* From Cary Coutant: Set DF_STATIC_TLS as appropriate.Ian Lance Taylor2007-12-114-1/+24
* From Cary Coutant: Fix x86_64 TLS problem.Ian Lance Taylor2007-12-111-25/+32
* From Craig Silverstein: Speed up ODR violation reporting.Ian Lance Taylor2007-12-112-14/+27
* From Cary Coutant: Handle TLS entry for TLS module index.Ian Lance Taylor2007-12-111-33/+37
* Keep views on views_ list so that they can be found again.Ian Lance Taylor2007-12-101-13/+19
* Released gold-alpha 0.9.Craig Silverstein2007-12-081-1/+1
* From Craig Silverstein: Fix error message, add this->.Ian Lance Taylor2007-12-083-4/+4
* From Cary Coutant: Fix x86_64 TLS. Also set DT_TEXTREL as well asIan Lance Taylor2007-12-072-18/+24
* From Cary Coutant: Fix handling of RELATIVE RELA relocs.Ian Lance Taylor2007-12-076-111/+200
* Fix ehframe header handling for shared libraries.Ian Lance Taylor2007-12-073-5/+30
* From Cary Coutant: Some x86_64 shared library fixes.Ian Lance Taylor2007-12-071-19/+12
* From Cary Coutant: Remove commented out assert. Also add comment forIan Lance Taylor2007-12-071-4/+3
* From Craig Silverstein: Reorganize testsuite Makefile.am.Ian Lance Taylor2007-12-062-443/+517
* Initialize variable to avoid warning.Ian Lance Taylor2007-12-061-1/+1
* From Cary Coutant: More support for generating shared libraries.Ian Lance Taylor2007-12-0612-360/+1285
* Fix comment.Ian Lance Taylor2007-12-061-2/+3
* Don't write out the symbol table when stripping.Ian Lance Taylor2007-12-061-7/+10
* Rework Stringpool to not compute the hash code twice when adding a newIan Lance Taylor2007-12-052-120/+184
* From Craig Silverstein: Support -o -.Ian Lance Taylor2007-12-051-12/+21
* From Craig Silverstein: Test some flags.Ian Lance Taylor2007-12-052-13/+132
* Stringpool stats. Also make Symbol_table support functions inline.Ian Lance Taylor2007-12-056-7/+43
* From Craig Silverstein: Support irregular output files.Ian Lance Taylor2007-12-042-20/+87
* Print symbol table statistics with --stats.Ian Lance Taylor2007-12-043-0/+19
* From Craig Silverstein: Use gold_fatal in options.h, beef up value checks.Ian Lance Taylor2007-12-041-14/+16
* More -fPIC options.Ian Lance Taylor2007-12-012-6/+6
* Add missing space.Ian Lance Taylor2007-12-012-2/+2
* Compile shared library code with -fPIC. Also, alphabetize.Ian Lance Taylor2007-12-014-9/+9
* Add casts to avoid warnings.Ian Lance Taylor2007-12-011-2/+3
* Compress all debug sections.Ian Lance Taylor2007-12-0115-417/+386
* From Cary Coutant: Avoid compilation warnings if no zlib.h.Ian Lance Taylor2007-11-301-4/+12
* From Craig Silverstein: Add support for compressing .debug_str section.Ian Lance Taylor2007-11-3020-207/+1429
* Clean up setting address and section offset.Ian Lance Taylor2007-11-2913-190/+378
* Don't try to delete the output file if we don't know its name yet.Ian Lance Taylor2007-11-282-1/+7
* From Craig Silverstein: Fix up comments.Ian Lance Taylor2007-11-281-5/+5
* From Craig Silverstein: Better handling of ODR violations which areIan Lance Taylor2007-11-285-48/+255
* Rework merge_map for speed.Ian Lance Taylor2007-11-273-90/+263
* Make Merge_key_less operator() inline.Ian Lance Taylor2007-11-222-2/+2
* Add threading support.Ian Lance Taylor2007-11-2231-437/+1443
* From Craig Silverstein: Also set entsize for .debug_str sections.Ian Lance Taylor2007-11-201-3/+6
* From Craig Silverstein: Force .debug_str sections to be SHF_MERGE andIan Lance Taylor2007-11-191-3/+10
* From Craig Silverstein: Quote the symbol name in the ODR violationIan Lance Taylor2007-11-172-3/+3