summaryrefslogtreecommitdiffstats
path: root/gold/reloc.cc
Commit message (Collapse)AuthorAgeFilesLines
* From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor2008-02-281-8/+9
|
* Implement -q/--emit-relocs.Ian Lance Taylor2008-02-271-26/+209
|
* 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
| | | | better handling of cached views.
* Correct handling of non-section symbol in merged section. Avoid someIan Lance Taylor2007-12-211-1/+2
| | | | 64-bit signed/unsigned warnings.
* 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
| | | | reduces the amount of locking required to find a new thread to run.
* 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
| | | | setting a flag as we add each reloc in the target code.
* From Craig Silverstein: Track_relocs doesn't need to hold onto theIan Lance Taylor2007-11-121-3/+1
| | | | object.
* Generate a complete exception frame header. Discard duplicateIan Lance Taylor2007-11-091-29/+189
| | | | exception frame information.
* Run all error handling through an Errors object. Delete output fileIan Lance Taylor2007-10-141-37/+27
| | | | on error.
* 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
| | | | Fix bug this exposed in archive armap symbol name handling.
* 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
| | | | specializations we generate.
* 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
| | | | Sized_dynobj.
* 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
| | | | relocations.
* Snapshot. Now able to produce a minimal executable which actuallyIan Lance Taylor2006-09-291-0/+260
runs.
OpenPOWER on IntegriCloud