summaryrefslogtreecommitdiff
path: root/gold/output.cc
Commit message (Expand)AuthorAgeFilesLines
* Run all error handling through an Errors object. Delete output fileIan Lance Taylor2007-10-141-34/+9
* From Craig Silverstein: delete the output file first if it exists andIan Lance Taylor2007-10-101-0/+20
* Add support for local GOT offsets.Ian Lance Taylor2007-10-081-1/+20
* Put size and endianness in parameters.Ian Lance Taylor2007-09-261-49/+138
* Check section index as well as object when looking for input section.Ian Lance Taylor2007-09-231-1/+2
* Add licensing text to every source file.Ian Lance Taylor2007-09-221-0/+20
* Add global parameters.Ian Lance Taylor2007-09-211-9/+6
* Use nops when doing alignment padding between code sections.Ian Lance Taylor2007-09-211-6/+40
* Add support for --enable-target to control which templateIan Lance Taylor2007-09-041-1/+48
* Add support for SHF_MERGE sections.Ian Lance Taylor2007-05-161-14/+141
* Can now dynamically link hello, world.Ian Lance Taylor2006-12-011-23/+98
* gcc 3.2.2 portability hacks.Ian Lance Taylor2006-12-011-2/+4
* Added a testsuite. More support for COPY relocations.Ian Lance Taylor2006-11-301-8/+16
* Hash tables, dynamic section, i386 PLT, gold_assert.Ian Lance Taylor2006-11-291-58/+195
* Snapshot. Includes first cut at output relocation sections.Ian Lance Taylor2006-11-161-9/+172
* More dynamic object support, initial scripting support.Ian Lance Taylor2006-11-141-30/+49
* Split Object into Dynobj and Relobj, incorporate elfcpp swapping changes.Ian Lance Taylor2006-11-061-6/+6
* gcc 3.2.2 portability hacks.Ian Lance Taylor2006-11-031-8/+10
* Can now do a full static link of hello, world in C or C++Ian Lance Taylor2006-11-031-57/+333
* Clean up HAVE_MEMBER_TEMPLATE_SPECIFICATIONS somewhat.Ian Lance Taylor2006-09-291-12/+14
* Snapshot. Now able to produce a minimal executable which actuallyIan Lance Taylor2006-09-291-29/+392
* Finished layout code.Ian Lance Taylor2006-09-271-21/+320
* More section layout code.Ian Lance Taylor2006-09-261-11/+49
* New drop, with first cut of section layout code.Ian Lance Taylor2006-09-211-0/+159