summaryrefslogtreecommitdiff
path: root/gold
Commit message (Expand)AuthorAgeFilesLines
* Align FDE and CIE lengths as needed.Ian Lance Taylor2008-02-142-21/+51
* Set load address for orphan sections.Ian Lance Taylor2008-02-141-9/+33
* Implement -Tdata and -Tbss.Ian Lance Taylor2008-02-134-25/+103
* Implement remaining linker script functions.Ian Lance Taylor2008-02-131-25/+105
* Support selecting target by name.Ian Lance Taylor2008-02-1310-34/+112
* Assignments in linker scripts override definitions from object files.Ian Lance Taylor2008-02-134-11/+23
* Implement LOADADDR and SIZEOF.Ian Lance Taylor2008-02-131-39/+125
* Up version to 1.1, as the 1.1 binary was pushed to users today.Craig Silverstein2008-02-121-1/+1
* Support dynamic relocations against local section symbols.Ian Lance Taylor2008-02-126-85/+302
* Set TEXTREL correctly when using a SECTIONS clause.Ian Lance Taylor2008-02-121-9/+31
* Pass down alignment when adding input section to orphan section.Ian Lance Taylor2008-02-121-1/+2
* Force different sections to different pages for better results onIan Lance Taylor2008-02-122-1/+7
* Fix precedence error, avoid signed/unsignd warning.Ian Lance Taylor2008-02-121-2/+2
* Track sections for expressions.Ian Lance Taylor2008-02-097-309/+506
* From Cary Coutant: fix handling of undefined symbols in sharedIan Lance Taylor2008-02-083-9/+29
* Don't read linker scripts in binary mode.Ian Lance Taylor2008-02-081-2/+5
* Add support for --format binary for input files.Ian Lance Taylor2008-02-0815-39/+849
* Support --oformat binary.Ian Lance Taylor2008-02-077-21/+155
* Ignore version scripts for relocatable links.Ian Lance Taylor2008-02-073-0/+23
* Even when stripping all symbols, we need to write out the dynamicIan Lance Taylor2008-02-072-12/+13
* Implement --just-symbols, including -R FILE. Fix symbol values whenIan Lance Taylor2008-02-0715-24/+321
* Support creating empty output when there are no input objects.Ian Lance Taylor2008-02-0610-55/+198
* Fix group signature handling for relocatable link, add bootstrapIan Lance Taylor2008-02-067-37/+204
* Initial -r support.Ian Lance Taylor2008-02-0618-90/+1696
* From Ollie Wild: add missing backquote to install-exec-local.Ian Lance Taylor2008-02-052-2/+2
* Print PHDRS clause for debugging.Ian Lance Taylor2008-02-041-0/+43
* Implement PHDRS.Ian Lance Taylor2008-02-0413-72/+934
* Treat an empty directory argument as the current directory.Ian Lance Taylor2008-02-041-1/+4
* From Craig Silverstein: support @file expansion.Ian Lance Taylor2008-02-041-1/+7
* Implement SIZEOF_HEADERS, section constraints, other minor linkerIan Lance Taylor2008-02-049-114/+501
* Fully implement SECTIONS clause.Ian Lance Taylor2008-02-041-3/+31
* Fully implement the SECTIONS clause.Ian Lance Taylor2008-02-0423-418/+3019
* Don't record file offset for CIEs.Ian Lance Taylor2008-02-022-26/+21
* From Cary Coutant: Ignore hidden symbols in a dynamic object.Ian Lance Taylor2008-02-011-2/+5
* From Cary Coutant: Fix a case in which code takes the address of aIan Lance Taylor2008-02-018-54/+147
* Permit ordinary object files in groups.Ian Lance Taylor2008-01-261-11/+0
* Don't pass around the target in order to define symbols; get it fromIan Lance Taylor2008-01-2613-109/+98
* From Craig Silverstein: Simplify Version_script_info::symbol_is_localIan Lance Taylor2008-01-241-4/+5
* From Cary Coutant: Fix last patch.Ian Lance Taylor2008-01-241-11/+4
* Originally from Craig Silverstein, with changes: support using aIan Lance Taylor2008-01-248-155/+285
* Use string instead of STRING, so that we handled QUOTED_STRING.Ian Lance Taylor2008-01-231-12/+10
* From Cary Coutant: Fix mixing PIC and non-PIC relocs in the sameIan Lance Taylor2008-01-238-32/+105
* Add explicit dependencies on yyscript.h to make sure that it isIan Lance Taylor2008-01-232-0/+4
* Parse a SECTIONS clause in a linker script.Ian Lance Taylor2008-01-2316-268/+2199
* Include <vector>.Ian Lance Taylor2008-01-221-0/+1
* From Craig Silverstein: Optionally print command line for easierIan Lance Taylor2008-01-181-1/+87
* From Craig Silverstein: Handle quoted strings differently in versionIan Lance Taylor2008-01-187-54/+135
* Don't include options.h in fileread.h. Remove General_optionsIan Lance Taylor2008-01-187-23/+27
* From Andrew Chatham and Craig Silverstein: Add support for versionIan Lance Taylor2008-01-1520-106/+1017
* Support assignments and expressions in linker scripts.Ian Lance Taylor2008-01-0921-427/+1859