summaryrefslogtreecommitdiffstats
path: root/gold
Commit message (Expand)AuthorAgeFilesLines
* 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
* Report linker script errors with line numbers. Ignore OUTPUT_FORMATIan Lance Taylor2008-01-075-32/+62
* Add support for -e and for ENTRY in linker scripts.Ian Lance Taylor2008-01-069-23/+137
* Add -h/-soname option.Ian Lance Taylor2008-01-043-0/+21
* Don't create the postprocessing buffer if it already exists.Ian Lance Taylor2008-01-041-1/+3
* Add cast to avoid signed/unsigned warning.Ian Lance Taylor2008-01-021-2/+5
* Reduce the number of system calls. Use readv instead of pread. DoIan Lance Taylor2008-01-0212-120/+404
* Use a simpler hash function.Ian Lance Taylor2007-12-221-21/+9
* Correct contributor name on new tests, remove #if 0 code.Ian Lance Taylor2007-12-228-18/+8
* From Cary Coutant: Fix handling of versioned symbols, add some tests.Ian Lance Taylor2007-12-2115-107/+501
* Correct handling of non-section symbol in merged section. Avoid someIan Lance Taylor2007-12-215-8/+9
* Speed up relocations against local symbols in merged sections.Ian Lance Taylor2007-12-2110-210/+598
OpenPOWER on IntegriCloud