aboutsummaryrefslogtreecommitdiff
path: root/gold/object.cc
AgeCommit message (Expand)AuthorFilesLines
2007-10-14Adjust linkonce symbol name algorithm to work forIan Lance Taylor1-1/+14
2007-10-14Run all error handling through an Errors object. Delete output fileIan Lance Taylor1-118/+86
2007-10-14From Craig Silverstein: add some internationalization calls.Ian Lance Taylor1-1/+1
2007-10-12Add an option for Stringpools to not copy strings.Ian Lance Taylor1-1/+1
2007-10-10Implement -s and -S options which strip symbols.Ian Lance Taylor1-0/+3
2007-10-08Add support for local GOT offsets.Ian Lance Taylor1-1/+13
2007-10-06Correct handling of addends in merged sections.Ian Lance Taylor1-3/+23
2007-10-02From Craig Silverstein: avoid some signed/unsigned warnings from gcc 4.2.Ian Lance Taylor1-1/+1
2007-09-26Put size and endianness in parameters.Ian Lance Taylor1-0/+3
2007-09-25Add cache parameter to get_view. Discard uncached views on unlock.Ian Lance Taylor1-13/+16
2007-09-22Add licensing text to every source file.Ian Lance Taylor1-0/+20
2007-09-21Add global parameters.Ian Lance Taylor1-3/+2
2007-09-20From Cary Coutant: only check for a linkonce section if the SHF_GROUPIan Lance Taylor1-1/+2
2007-09-04Add support for --enable-target to control which templateIan Lance Taylor1-1/+45
2007-05-16Add support for SHF_MERGE sections.Ian Lance Taylor1-21/+40
2006-12-06Don't emit symbols seen only in dynamic object, don't read duplicateIan Lance Taylor1-5/+21
2006-11-29Hash tables, dynamic section, i386 PLT, gold_assert.Ian Lance Taylor1-16/+15
2006-11-16Snapshot. Includes first cut at output relocation sections.Ian Lance Taylor1-35/+53
2006-11-14More dynamic object support, initial scripting support.Ian Lance Taylor1-75/+121
2006-11-07Add Elf_file interface which can be used by both Sized_relobj andIan Lance Taylor1-148/+79
2006-11-07Rework stringpool and hash tables so that we always generate the sameIan Lance Taylor1-1/+1
2006-11-06Split Object into Dynobj and Relobj, incorporate elfcpp swapping changes.Ian Lance Taylor1-42/+79
2006-11-03Can now do a full static link of hello, world in C or C++Ian Lance Taylor1-23/+31
2006-10-20Framework for relocation scanning. Implement simple static TLSIan Lance Taylor1-10/+76
2006-10-10Avoid multiple definition errors from linkonce sections.Ian Lance Taylor1-3/+3
2006-10-06Lay out object file sections when we add the symbols to the symbolIan Lance Taylor1-75/+92
2006-09-29Snapshot. Now able to produce a minimal executable which actuallyIan Lance Taylor1-12/+112
2006-09-27Finished layout code.Ian Lance Taylor1-47/+129
2006-09-26More section layout code.Ian Lance Taylor1-14/+36
2006-09-21New drop, with first cut of section layout code.Ian Lance Taylor1-22/+240
2006-08-18Another snapshot of the current state of the sources. Gets to theIan Lance Taylor1-26/+39
2006-08-04Initial CVS checkin of goldIan Lance Taylor1-0/+381