summaryrefslogtreecommitdiffstats
path: root/gold/script.cc
Commit message (Collapse)AuthorAgeFilesLines
* From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor2008-02-281-5/+5
|
* 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-261-4/+9
|
* From Craig Silverstein: rename option functions for future optionIan Lance Taylor2008-02-261-4/+4
| | | | handling rewrite.
* Assignments in linker scripts override definitions from object files.Ian Lance Taylor2008-02-131-1/+6
|
* Track sections for expressions.Ian Lance Taylor2008-02-091-22/+22
|
* Don't read linker scripts in binary mode.Ian Lance Taylor2008-02-081-2/+5
|
* Ignore version scripts for relocatable links.Ian Lance Taylor2008-02-071-0/+9
|
* Implement --just-symbols, including -R FILE. Fix symbol values whenIan Lance Taylor2008-02-071-2/+2
| | | | doing a relocatable link.
* Implement PHDRS.Ian Lance Taylor2008-02-041-2/+59
|
* Implement SIZEOF_HEADERS, section constraints, other minor linkerIan Lance Taylor2008-02-041-1/+22
| | | | script items.
* Fully implement the SECTIONS clause.Ian Lance Taylor2008-02-041-14/+126
|
* Don't pass around the target in order to define symbols; get it fromIan Lance Taylor2008-01-261-6/+4
| | | | the parameters instead.
* Parse a SECTIONS clause in a linker script.Ian Lance Taylor2008-01-231-190/+551
|
* From Craig Silverstein: Handle quoted strings differently in versionIan Lance Taylor2008-01-181-13/+36
| | | | scripts, and handle extern "C++" in the middle of a block.
* From Andrew Chatham and Craig Silverstein: Add support for versionIan Lance Taylor2008-01-151-55/+420
| | | | scripts.
* Support assignments and expressions in linker scripts.Ian Lance Taylor2008-01-091-192/+382
|
* Report linker script errors with line numbers. Ignore OUTPUT_FORMATIan Lance Taylor2008-01-071-2/+12
| | | | with three arguments, and ignore OUTPUT_ARCH.
* Add support for -e and for ENTRY in linker scripts.Ian Lance Taylor2008-01-061-3/+29
|
* Rewrite workqueue. This version eliminates the master thread, andIan Lance Taylor2007-12-141-18/+21
| | | | reduces the amount of locking required to find a new thread to run.
* Add threading support.Ian Lance Taylor2007-11-221-0/+4
|
* From Craig Silverstein: Implement OPTION in linker scripts.Ian Lance Taylor2007-10-301-5/+33
|
* From Craig Silverstein: Remove extraneous comment.Ian Lance Taylor2007-10-291-4/+0
|
* From Craig Silverstein and Ian Lance Taylor: Process --script option.Ian Lance Taylor2007-10-271-0/+45
|
* From Craig Silverstein: preliminary support for OPTION in linker script.Ian Lance Taylor2007-10-261-0/+10
|
* Remove extraneous newlines.Ian Lance Taylor2007-10-141-1/+1
|
* Run all error handling through an Errors object. Delete output fileIan Lance Taylor2007-10-141-3/+1
| | | | on error.
* Full support for --sysroot.Ian Lance Taylor2007-10-041-10/+46
|
* From Craig Silverstein: add support for searching for input filesIan Lance Taylor2007-10-021-14/+8
| | | | named in linker scripts.
* Rework File_read interface. Get file size. Use pread whenIan Lance Taylor2007-09-251-6/+10
| | | | available.
* Break out default pbytes argument to read and get_view routines,Ian Lance Taylor2007-09-251-1/+1
| | | | adding new routines.
* From Craig Silverstein: Fix bug when reading large script files.Ian Lance Taylor2007-09-241-0/+1
|
* Add licensing text to every source file.Ian Lance Taylor2007-09-221-0/+20
|
* Make relative references in linker scripts absolute and update achatham2007-08-211-1/+14
| | | | comment about relocate() being called.
* Hash tables, dynamic section, i386 PLT, gold_assert.Ian Lance Taylor2006-11-291-7/+12
|
* More dynamic object support, initial scripting support.Ian Lance Taylor2006-11-141-0/+1188
OpenPOWER on IntegriCloud