aboutsummaryrefslogtreecommitdiff
path: root/gold/target.h
AgeCommit message (Collapse)AuthorFilesLines
2007-11-14Add heuristics for undefined symbol warnings.Ian Lance Taylor1-0/+11
2007-11-14Revert last patch.Ian Lance Taylor1-13/+0
2007-11-14Support special always-defined symbols for targets.Ian Lance Taylor1-0/+13
2007-11-09Generate a complete exception frame header. Discard duplicateIan Lance Taylor1-10/+21
exception frame information.
2007-10-23Add support for PT_GNU_STACK.Ian Lance Taylor1-0/+11
2007-10-16From Craig Silverstein: implement -Ttext.Ian Lance Taylor1-3/+3
2007-09-23Use special value when we refer a function symbol in some way otherIan Lance Taylor1-0/+12
than calling it.
2007-09-22Add licensing text to every source file.Ian Lance Taylor1-0/+20
2007-09-21Add global parameters.Ian Lance Taylor1-3/+3
2007-09-21Use nops when doing alignment padding between code sections.Ian Lance Taylor1-0/+20
2006-12-06Generate version information.Ian Lance Taylor1-3/+5
2006-12-01Can now dynamically link hello, world.Ian Lance Taylor1-3/+3
2006-11-30Added a testsuite. More support for COPY relocations.Ian Lance Taylor1-0/+11
2006-11-29Hash tables, dynamic section, i386 PLT, gold_assert.Ian Lance Taylor1-7/+7
2006-11-14More dynamic object support, initial scripting support.Ian Lance Taylor1-0/+7
2006-11-06Split Object into Dynobj and Relobj, incorporate elfcpp swapping changes.Ian Lance Taylor1-3/+6
2006-11-03Can now do a full static link of hello, world in C or C++Ian Lance Taylor1-0/+1
2006-10-20Framework for relocation scanning. Implement simple static TLSIan Lance Taylor1-21/+37
relocations.
2006-09-29Snapshot. Now able to produce a minimal executable which actuallyIan Lance Taylor1-1/+33
runs.
2006-09-27Finished layout code.Ian Lance Taylor1-20/+52
2006-09-26g++ 3.2.2 portability fixes.Ian Lance Taylor1-10/+0
2006-08-18Another snapshot of the current state of the sources. Gets to theIan Lance Taylor1-3/+90
point of symbol resolution and can now issue a multiple definition error. Also added target selection infrastructure.
2006-08-04Initial CVS checkin of goldIan Lance Taylor1-0/+29