aboutsummaryrefslogtreecommitdiff
path: root/gold/dynobj.cc
AgeCommit message (Expand)AuthorFilesLines
2007-10-14Run all error handling through an Errors object. Delete output fileIan Lance Taylor1-110/+61
2007-10-12Add an option for Stringpools to not copy strings.Ian Lance Taylor1-2/+2
2007-10-09Fix soname for library found in search path.Ian Lance Taylor1-1/+1
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-29/+65
2007-09-25Add cache parameter to get_view. Discard uncached views on unlock.Ian Lance Taylor1-5/+7
2007-09-22Add licensing text to every source file.Ian Lance Taylor1-0/+20
2007-09-21Add global parameters.Ian Lance Taylor1-14/+8
2007-09-12Don't try to find version definition index when creating an executable.Ian Lance Taylor1-4/+14
2007-09-11Only create a version definition for a shared library. Set theIan Lance Taylor1-1/+5
2007-09-04Add support for --enable-target to control which templateIan Lance Taylor1-0/+32
2006-12-06Don't emit symbols seen only in dynamic object, don't read duplicateIan Lance Taylor1-6/+6
2006-12-06gcc 3.2.2 and 4.1.0 portability hacks.Ian Lance Taylor1-70/+95
2006-12-06Generate version information.Ian Lance Taylor1-148/+693
2006-11-29Hash tables, dynamic section, i386 PLT, gold_assert.Ian Lance Taylor1-14/+421
2006-11-14More dynamic object support, initial scripting support.Ian Lance Taylor1-0/+670