aboutsummaryrefslogtreecommitdiff
path: root/gold
AgeCommit message (Expand)AuthorFilesLines
2008-02-14Align FDE and CIE lengths as needed.Ian Lance Taylor2-21/+51
2008-02-14Set load address for orphan sections.Ian Lance Taylor1-9/+33
2008-02-13Implement -Tdata and -Tbss.Ian Lance Taylor4-25/+103
2008-02-13Implement remaining linker script functions.Ian Lance Taylor1-25/+105
2008-02-13Support selecting target by name.Ian Lance Taylor10-34/+112
2008-02-13Assignments in linker scripts override definitions from object files.Ian Lance Taylor4-11/+23
2008-02-13Implement LOADADDR and SIZEOF.Ian Lance Taylor1-39/+125
2008-02-12Up version to 1.1, as the 1.1 binary was pushed to users today.Craig Silverstein1-1/+1
2008-02-12Support dynamic relocations against local section symbols.Ian Lance Taylor6-85/+302
2008-02-12Set TEXTREL correctly when using a SECTIONS clause.Ian Lance Taylor1-9/+31
2008-02-12Pass down alignment when adding input section to orphan section.Ian Lance Taylor1-1/+2
2008-02-12Force different sections to different pages for better results onIan Lance Taylor2-1/+7
2008-02-12Fix precedence error, avoid signed/unsignd warning.Ian Lance Taylor1-2/+2
2008-02-09Track sections for expressions.Ian Lance Taylor7-309/+506
2008-02-08From Cary Coutant: fix handling of undefined symbols in sharedIan Lance Taylor3-9/+29
2008-02-08Don't read linker scripts in binary mode.Ian Lance Taylor1-2/+5
2008-02-08Add support for --format binary for input files.Ian Lance Taylor15-39/+849
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