summaryrefslogtreecommitdiff
path: root/gold
Commit message (Expand)AuthorAgeFilesLines
* Don't warn about redefinitions from a --just-symbols object.Ian Lance Taylor2008-02-281-0/+8
* Support -d/--define-common.Ian Lance Taylor2008-02-288-10/+65
* Read input scripts which look like input objects with properIan Lance Taylor2008-02-288-119/+239
* Don't check assertions until symbols are finalized. Create an outputIan Lance Taylor2008-02-288-58/+166
* Put input sections with no flags in output sections with the same name.Ian Lance Taylor2008-02-281-2/+15
* From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor2008-02-2830-926/+596
* Implement -q/--emit-relocs.Ian Lance Taylor2008-02-2712-41/+293
* Fix handling of ENTRY in linker script.Ian Lance Taylor2008-02-271-1/+1
* From Craig Silverstein: rework handling of Script_options.Ian Lance Taylor2008-02-269-77/+62
* From Craig Silverstein: implement -z max-page-size and -zIan Lance Taylor2008-02-267-19/+117
* From Craig Silverstein: rename option functions for future optionIan Lance Taylor2008-02-2612-145/+150
* 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