aboutsummaryrefslogtreecommitdiff
path: root/gold/output.cc
AgeCommit message (Expand)AuthorFilesLines
2007-10-16From Cary Coutant: preliminary shared library support.Ian Lance Taylor1-1/+7
2007-10-15From Craig Silverstein: call unlink_if_ordinary.Ian Lance Taylor1-4/+3
2007-10-14Remove extraneous newlines.Ian Lance Taylor1-1/+1
2007-10-14Run all error handling through an Errors object. Delete output fileIan Lance Taylor1-34/+9
2007-10-10From Craig Silverstein: delete the output file first if it exists andIan Lance Taylor1-0/+20
2007-10-08Add support for local GOT offsets.Ian Lance Taylor1-1/+20
2007-09-26Put size and endianness in parameters.Ian Lance Taylor1-49/+138
2007-09-23Check section index as well as object when looking for input section.Ian Lance Taylor1-1/+2
2007-09-22Add licensing text to every source file.Ian Lance Taylor1-0/+20
2007-09-21Add global parameters.Ian Lance Taylor1-9/+6
2007-09-21Use nops when doing alignment padding between code sections.Ian Lance Taylor1-6/+40
2007-09-04Add support for --enable-target to control which templateIan Lance Taylor1-1/+48
2007-05-16Add support for SHF_MERGE sections.Ian Lance Taylor1-14/+141
2006-12-01Can now dynamically link hello, world.Ian Lance Taylor1-23/+98
2006-12-01gcc 3.2.2 portability hacks.Ian Lance Taylor1-2/+4
2006-11-30Added a testsuite. More support for COPY relocations.Ian Lance Taylor1-8/+16
2006-11-29Hash tables, dynamic section, i386 PLT, gold_assert.Ian Lance Taylor1-58/+195
2006-11-16Snapshot. Includes first cut at output relocation sections.Ian Lance Taylor1-9/+172
2006-11-14More dynamic object support, initial scripting support.Ian Lance Taylor1-30/+49
2006-11-06Split Object into Dynobj and Relobj, incorporate elfcpp swapping changes.Ian Lance Taylor1-6/+6
2006-11-03gcc 3.2.2 portability hacks.Ian Lance Taylor1-8/+10
2006-11-03Can now do a full static link of hello, world in C or C++Ian Lance Taylor1-57/+333
2006-09-29Clean up HAVE_MEMBER_TEMPLATE_SPECIFICATIONS somewhat.Ian Lance Taylor1-12/+14
2006-09-29Snapshot. Now able to produce a minimal executable which actuallyIan Lance Taylor1-29/+392
2006-09-27Finished layout code.Ian Lance Taylor1-21/+320
2006-09-26More section layout code.Ian Lance Taylor1-11/+49
2006-09-21New drop, with first cut of section layout code.Ian Lance Taylor1-0/+159