aboutsummaryrefslogtreecommitdiff
path: root/gold
AgeCommit message (Expand)AuthorFilesLines
2008-02-07Support --oformat binary.Ian Lance Taylor7-21/+155
2008-02-07Ignore version scripts for relocatable links.Ian Lance Taylor3-0/+23
2008-02-07Even when stripping all symbols, we need to write out the dynamicIan Lance Taylor2-12/+13
2008-02-07Implement --just-symbols, including -R FILE. Fix symbol values whenIan Lance Taylor15-24/+321
2008-02-06Support creating empty output when there are no input objects.Ian Lance Taylor10-55/+198
2008-02-06Fix group signature handling for relocatable link, add bootstrapIan Lance Taylor7-37/+204
2008-02-06Initial -r support.Ian Lance Taylor18-90/+1696
2008-02-05From Ollie Wild: add missing backquote to install-exec-local.Ian Lance Taylor2-2/+2
2008-02-04Print PHDRS clause for debugging.Ian Lance Taylor1-0/+43
2008-02-04Implement PHDRS.Ian Lance Taylor13-72/+934
2008-02-04Treat an empty directory argument as the current directory.Ian Lance Taylor1-1/+4
2008-02-04From Craig Silverstein: support @file expansion.Ian Lance Taylor1-1/+7
2008-02-04Implement SIZEOF_HEADERS, section constraints, other minor linkerIan Lance Taylor9-114/+501
2008-02-04Fully implement SECTIONS clause.Ian Lance Taylor1-3/+31
2008-02-04Fully implement the SECTIONS clause.Ian Lance Taylor23-418/+3019
2008-02-02Don't record file offset for CIEs.Ian Lance Taylor2-26/+21
2008-02-01From Cary Coutant: Ignore hidden symbols in a dynamic object.Ian Lance Taylor1-2/+5
2008-02-01From Cary Coutant: Fix a case in which code takes the address of aIan Lance Taylor8-54/+147
2008-01-26Permit ordinary object files in groups.Ian Lance Taylor1-11/+0
2008-01-26Don't pass around the target in order to define symbols; get it fromIan Lance Taylor13-109/+98
2008-01-24From Craig Silverstein: Simplify Version_script_info::symbol_is_localIan Lance Taylor1-4/+5
2008-01-24From Cary Coutant: Fix last patch.Ian Lance Taylor1-11/+4
2008-01-24Originally from Craig Silverstein, with changes: support using aIan Lance Taylor8-155/+285
2008-01-23Use string instead of STRING, so that we handled QUOTED_STRING.Ian Lance Taylor1-12/+10
2008-01-23From Cary Coutant: Fix mixing PIC and non-PIC relocs in the sameIan Lance Taylor8-32/+105
2008-01-23Add explicit dependencies on yyscript.h to make sure that it isIan Lance Taylor2-0/+4
2008-01-23Parse a SECTIONS clause in a linker script.Ian Lance Taylor16-268/+2199
2008-01-22Include <vector>.Ian Lance Taylor1-0/+1
2008-01-18From Craig Silverstein: Optionally print command line for easierIan Lance Taylor1-1/+87
2008-01-18From Craig Silverstein: Handle quoted strings differently in versionIan Lance Taylor7-54/+135
2008-01-18Don't include options.h in fileread.h. Remove General_optionsIan Lance Taylor7-23/+27
2008-01-15From Andrew Chatham and Craig Silverstein: Add support for versionIan Lance Taylor20-106/+1017
2008-01-09Support assignments and expressions in linker scripts.Ian Lance Taylor21-427/+1859
2008-01-07Report linker script errors with line numbers. Ignore OUTPUT_FORMATIan Lance Taylor5-32/+62
2008-01-06Add support for -e and for ENTRY in linker scripts.Ian Lance Taylor9-23/+137
2008-01-04Add -h/-soname option.Ian Lance Taylor3-0/+21
2008-01-04Don't create the postprocessing buffer if it already exists.Ian Lance Taylor1-1/+3
2008-01-02Add cast to avoid signed/unsigned warning.Ian Lance Taylor1-2/+5
2008-01-02Reduce the number of system calls. Use readv instead of pread. DoIan Lance Taylor12-120/+404
2007-12-22Use a simpler hash function.Ian Lance Taylor1-21/+9
2007-12-22Correct contributor name on new tests, remove #if 0 code.Ian Lance Taylor8-18/+8
2007-12-21From Cary Coutant: Fix handling of versioned symbols, add some tests.Ian Lance Taylor15-107/+501
2007-12-21Correct handling of non-section symbol in merged section. Avoid someIan Lance Taylor5-8/+9
2007-12-21Speed up relocations against local symbols in merged sections.Ian Lance Taylor10-210/+598
2007-12-20Fix buglet in last patch.Ian Lance Taylor1-7/+7
2007-12-20Convert more instances of off_t to be 32-bit types.Ian Lance Taylor12-93/+109
2007-12-20Update comments about output offsets and merged input sections.Ian Lance Taylor4-22/+49
2007-12-20Remove one inline.Ian Lance Taylor1-1/+1
2007-12-20Make functions on hot path inline. Remove a mistaken virtualIan Lance Taylor3-4/+4
2007-12-19Move Stringpool offsets into a chunked_vector indexed by keys.Ian Lance Taylor4-60/+136