summaryrefslogtreecommitdiff
path: root/gold
Commit message (Expand)AuthorAgeFilesLines
...
* Originally from Craig Silverstein, with changes: support using aIan Lance Taylor2008-01-248-155/+285
* Use string instead of STRING, so that we handled QUOTED_STRING.Ian Lance Taylor2008-01-231-12/+10
* From Cary Coutant: Fix mixing PIC and non-PIC relocs in the sameIan Lance Taylor2008-01-238-32/+105
* Add explicit dependencies on yyscript.h to make sure that it isIan Lance Taylor2008-01-232-0/+4
* Parse a SECTIONS clause in a linker script.Ian Lance Taylor2008-01-2316-268/+2199
* Include <vector>.Ian Lance Taylor2008-01-221-0/+1
* From Craig Silverstein: Optionally print command line for easierIan Lance Taylor2008-01-181-1/+87
* From Craig Silverstein: Handle quoted strings differently in versionIan Lance Taylor2008-01-187-54/+135
* Don't include options.h in fileread.h. Remove General_optionsIan Lance Taylor2008-01-187-23/+27
* From Andrew Chatham and Craig Silverstein: Add support for versionIan Lance Taylor2008-01-1520-106/+1017
* Support assignments and expressions in linker scripts.Ian Lance Taylor2008-01-0921-427/+1859
* Report linker script errors with line numbers. Ignore OUTPUT_FORMATIan Lance Taylor2008-01-075-32/+62
* Add support for -e and for ENTRY in linker scripts.Ian Lance Taylor2008-01-069-23/+137
* Add -h/-soname option.Ian Lance Taylor2008-01-043-0/+21
* Don't create the postprocessing buffer if it already exists.Ian Lance Taylor2008-01-041-1/+3
* Add cast to avoid signed/unsigned warning.Ian Lance Taylor2008-01-021-2/+5
* Reduce the number of system calls. Use readv instead of pread. DoIan Lance Taylor2008-01-0212-120/+404
* 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