summaryrefslogtreecommitdiff
path: root/gold
Commit message (Expand)AuthorAgeFilesLines
* Use a simpler hash function.Ian Lance Taylor2007-12-221-21/+9
* Correct contributor name on new tests, remove #if 0 code.Ian Lance Taylor2007-12-228-18/+8
* From Cary Coutant: Fix handling of versioned symbols, add some tests.Ian Lance Taylor2007-12-2115-107/+501
* Correct handling of non-section symbol in merged section. Avoid someIan Lance Taylor2007-12-215-8/+9
* Speed up relocations against local symbols in merged sections.Ian Lance Taylor2007-12-2110-210/+598
* Fix buglet in last patch.Ian Lance Taylor2007-12-201-7/+7
* Convert more instances of off_t to be 32-bit types.Ian Lance Taylor2007-12-2012-93/+109
* Update comments about output offsets and merged input sections.Ian Lance Taylor2007-12-204-22/+49
* Remove one inline.Ian Lance Taylor2007-12-201-1/+1
* Make functions on hot path inline. Remove a mistaken virtualIan Lance Taylor2007-12-203-4/+4
* Move Stringpool offsets into a chunked_vector indexed by keys.Ian Lance Taylor2007-12-194-60/+136
* Avoid some warnings which showed up in 64-bit mode.Ian Lance Taylor2007-12-193-18/+24
* Use string length when available when calling Stringpool. CompareIan Lance Taylor2007-12-195-30/+51
* Don't write unattached after_input sections twice.Ian Lance Taylor2007-12-181-8/+0
* Print statistics about merge sections with --stats.Ian Lance Taylor2007-12-185-1/+124
* 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