aboutsummaryrefslogtreecommitdiff
path: root/gold/reloc.cc
AgeCommit message (Expand)AuthorFilesLines
2007-11-22Add threading support.Ian Lance Taylor1-0/+27
2007-11-15From Cary Coutant: Count textrel with output sections rather thanIan Lance Taylor1-5/+10
2007-11-12From Craig Silverstein: Track_relocs doesn't need to hold onto theIan Lance Taylor1-3/+1
2007-11-09Generate a complete exception frame header. Discard duplicateIan Lance Taylor1-29/+189
2007-10-14Run all error handling through an Errors object. Delete output fileIan Lance Taylor1-37/+27
2007-10-02From Craig Silverstein: avoid some signed/unsigned warnings from gcc 4.2.Ian Lance Taylor1-2/+2
2007-09-25Add cache parameter to get_view. Discard uncached views on unlock.Ian Lance Taylor1-5/+8
2007-09-22Add licensing text to every source file.Ian Lance Taylor1-0/+20
2007-09-04Add support for --enable-target to control which templateIan Lance Taylor1-0/+48
2007-05-16Add support for SHF_MERGE sections.Ian Lance Taylor1-0/+3
2006-12-06Generate version information.Ian Lance Taylor1-1/+1
2006-12-01Can now dynamically link hello, world.Ian Lance Taylor1-0/+2
2006-11-30Added a testsuite. More support for COPY relocations.Ian Lance Taylor1-19/+156
2006-11-29Hash tables, dynamic section, i386 PLT, gold_assert.Ian Lance Taylor1-8/+54
2006-11-16Snapshot. Includes first cut at output relocation sections.Ian Lance Taylor1-1/+1
2006-11-14More dynamic object support, initial scripting support.Ian Lance Taylor1-0/+1
2006-11-07Add Elf_file interface which can be used by both Sized_relobj andIan Lance Taylor1-6/+6
2006-11-06Split Object into Dynobj and Relobj, incorporate elfcpp swapping changes.Ian Lance Taylor1-17/+17
2006-11-03Can now do a full static link of hello, world in C or C++Ian Lance Taylor1-7/+27
2006-10-20Framework for relocation scanning. Implement simple static TLSIan Lance Taylor1-21/+290
2006-09-29Snapshot. Now able to produce a minimal executable which actuallyIan Lance Taylor1-0/+260