aboutsummaryrefslogtreecommitdiff
path: root/gold/dynobj.h
AgeCommit message (Expand)AuthorFilesLines
2008-04-19 * object.cc (Xindex::initialize_symtab_xindex): New function.Ian Lance Taylor1-1/+15
2008-03-13Update copyright years. Update language files.Ian Lance Taylor1-1/+1
2008-02-29Remove gcc 3.2 compatibility hacks.Ian Lance Taylor1-10/+5
2008-02-26From Craig Silverstein: rework handling of Script_options.Ian Lance Taylor1-3/+2
2008-02-07Implement --just-symbols, including -R FILE. Fix symbol values whenIan Lance Taylor1-0/+5
2008-02-04Fully implement the SECTIONS clause.Ian Lance Taylor1-0/+10
2008-01-26Don't pass around the target in order to define symbols; get it fromIan Lance Taylor1-1/+1
2008-01-15From Andrew Chatham and Craig Silverstein: Add support for versionIan Lance Taylor1-6/+15
2007-12-18Add section_size_type and section_offset_type, use them to replace aIan Lance Taylor1-1/+1
2007-11-14Warn about undefined references in shared libraries if we have seenIan Lance Taylor1-6/+50
2007-11-09From Craig Silverstein: Use relocations in reporting error messageIan Lance Taylor1-0/+5
2007-11-09Generate a complete exception frame header. Discard duplicateIan Lance Taylor1-0/+5
2007-11-07From Craig Silverstein: Handle a .so file in a .a file.Ian Lance Taylor1-3/+1
2007-11-02Reworked from Andrew Chatham: report error locations.Ian Lance Taylor1-0/+5
2007-10-23Add support for PT_GNU_STACK.Ian Lance Taylor1-4/+2
2007-10-22Fix versions of copied symbols.Ian Lance Taylor1-3/+10
2007-09-26Put size and endianness in parameters.Ian Lance Taylor1-2/+2
2007-09-22Add licensing text to every source file.Ian Lance Taylor1-0/+20
2007-09-21Add global parameters.Ian Lance Taylor1-6/+3
2007-09-12Don't try to find version definition index when creating an executable.Ian Lance Taylor1-2/+4
2007-05-16Add support for SHF_MERGE sections.Ian Lance Taylor1-1/+0
2006-12-06gcc 3.2.2 and 4.1.0 portability hacks.Ian Lance Taylor1-5/+10
2006-12-06Generate version information.Ian Lance Taylor1-4/+315
2006-11-29Hash tables, dynamic section, i386 PLT, gold_assert.Ian Lance Taylor1-3/+69
2006-11-14More dynamic object support, initial scripting support.Ian Lance Taylor1-5/+62
2006-11-06Split Object into Dynobj and Relobj, incorporate elfcpp swapping changes.Ian Lance Taylor1-0/+56