aboutsummaryrefslogtreecommitdiff
path: root/gold/dynobj.cc
AgeCommit message (Expand)AuthorFilesLines
2008-01-26Don't pass around the target in order to define symbols; get it fromIan Lance Taylor1-3/+3
2008-01-24Originally from Craig Silverstein, with changes: support using aIan Lance Taylor1-4/+1
2008-01-18Don't include options.h in fileread.h. Remove General_optionsIan Lance Taylor1-0/+2
2008-01-15From Andrew Chatham and Craig Silverstein: Add support for versionIan Lance Taylor1-13/+51
2008-01-02Reduce the number of system calls. Use readv instead of pread. DoIan Lance Taylor1-1/+5
2007-12-21From Cary Coutant: Fix handling of versioned symbols, add some tests.Ian Lance Taylor1-0/+1
2007-12-19Avoid some warnings which showed up in 64-bit mode.Ian Lance Taylor1-16/+22
2007-12-18Add section_size_type and section_offset_type, use them to replace aIan Lance Taylor1-9/+11
2007-11-15From Craig Silverstein: Add support for --demangle.Ian Lance Taylor1-1/+1
2007-11-14Warn about undefined references in shared libraries if we have seenIan Lance Taylor1-41/+54
2007-11-09Generate a complete exception frame header. Discard duplicateIan Lance Taylor1-0/+2
2007-11-07From Craig Silverstein: Handle a .so file in a .a file.Ian Lance Taylor1-3/+26
2007-10-23Add support for PT_GNU_STACK.Ian Lance Taylor1-6/+5
2007-10-22Fix versions of copied symbols.Ian Lance Taylor1-13/+30
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