summaryrefslogtreecommitdiff
path: root/gold/reloc.cc
Commit message (Expand)AuthorAgeFilesLines
* Initial -r support.Ian Lance Taylor2008-02-061-18/+82
* Reduce the number of system calls. Use readv instead of pread. DoIan Lance Taylor2008-01-021-3/+43
* Correct handling of non-section symbol in merged section. Avoid someIan Lance Taylor2007-12-211-1/+2
* Speed up relocations against local symbols in merged sections.Ian Lance Taylor2007-12-211-1/+100
* Convert more instances of off_t to be 32-bit types.Ian Lance Taylor2007-12-201-3/+3
* Rewrite workqueue. This version eliminates the master thread, andIan Lance Taylor2007-12-141-61/+37
* From Cary Coutant: More support for generating shared libraries.Ian Lance Taylor2007-12-061-1/+1
* Compress all debug sections.Ian Lance Taylor2007-12-011-14/+65
* Add threading support.Ian Lance Taylor2007-11-221-0/+27
* From Cary Coutant: Count textrel with output sections rather thanIan Lance Taylor2007-11-151-5/+10
* From Craig Silverstein: Track_relocs doesn't need to hold onto theIan Lance Taylor2007-11-121-3/+1
* Generate a complete exception frame header. Discard duplicateIan Lance Taylor2007-11-091-29/+189
* Run all error handling through an Errors object. Delete output fileIan Lance Taylor2007-10-141-37/+27
* From Craig Silverstein: avoid some signed/unsigned warnings from gcc 4.2.Ian Lance Taylor2007-10-021-2/+2
* Add cache parameter to get_view. Discard uncached views on unlock.Ian Lance Taylor2007-09-251-5/+8
* Add licensing text to every source file.Ian Lance Taylor2007-09-221-0/+20
* Add support for --enable-target to control which templateIan Lance Taylor2007-09-041-0/+48
* Add support for SHF_MERGE sections.Ian Lance Taylor2007-05-161-0/+3
* Generate version information.Ian Lance Taylor2006-12-061-1/+1
* Can now dynamically link hello, world.Ian Lance Taylor2006-12-011-0/+2
* Added a testsuite. More support for COPY relocations.Ian Lance Taylor2006-11-301-19/+156
* Hash tables, dynamic section, i386 PLT, gold_assert.Ian Lance Taylor2006-11-291-8/+54
* Snapshot. Includes first cut at output relocation sections.Ian Lance Taylor2006-11-161-1/+1
* More dynamic object support, initial scripting support.Ian Lance Taylor2006-11-141-0/+1
* Add Elf_file interface which can be used by both Sized_relobj andIan Lance Taylor2006-11-071-6/+6
* Split Object into Dynobj and Relobj, incorporate elfcpp swapping changes.Ian Lance Taylor2006-11-061-17/+17
* Can now do a full static link of hello, world in C or C++Ian Lance Taylor2006-11-031-7/+27
* Framework for relocation scanning. Implement simple static TLSIan Lance Taylor2006-10-201-21/+290
* Snapshot. Now able to produce a minimal executable which actuallyIan Lance Taylor2006-09-291-0/+260