Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Read input scripts which look like input objects with proper | Ian Lance Taylor | 2008-02-28 | 1 | -7/+6 |
| | | | | serialization. | ||||
* | Don't check assertions until symbols are finalized. Create an output | Ian Lance Taylor | 2008-02-28 | 1 | -7/+14 |
| | | | | | section if the script uses a data statement with no input sections. Don't create a loadable segment for the headers if there is no room. | ||||
* | From Craig Silverstein: rework handling of Script_options. | Ian Lance Taylor | 2008-02-26 | 1 | -10/+4 |
| | |||||
* | Track sections for expressions. | Ian Lance Taylor | 2008-02-09 | 1 | -13/+20 |
| | |||||
* | Ignore version scripts for relocatable links. | Ian Lance Taylor | 2008-02-07 | 1 | -0/+4 |
| | |||||
* | Implement PHDRS. | Ian Lance Taylor | 2008-02-04 | 1 | -0/+5 |
| | |||||
* | Fully implement the SECTIONS clause. | Ian Lance Taylor | 2008-02-04 | 1 | -4/+52 |
| | |||||
* | Don't pass around the target in order to define symbols; get it from | Ian Lance Taylor | 2008-01-26 | 1 | -3/+2 |
| | | | | the parameters instead. | ||||
* | From Craig Silverstein: Simplify Version_script_info::symbol_is_local | Ian Lance Taylor | 2008-01-24 | 1 | -4/+5 |
| | | | | interface. | ||||
* | Parse a SECTIONS clause in a linker script. | Ian Lance Taylor | 2008-01-23 | 1 | -38/+116 |
| | |||||
* | From Andrew Chatham and Craig Silverstein: Add support for version | Ian Lance Taylor | 2008-01-15 | 1 | -0/+83 |
| | | | | scripts. | ||||
* | Support assignments and expressions in linker scripts. | Ian Lance Taylor | 2008-01-09 | 1 | -1/+119 |
| | |||||
* | Rewrite workqueue. This version eliminates the master thread, and | Ian Lance Taylor | 2007-12-14 | 1 | -1/+1 |
| | | | | reduces the amount of locking required to find a new thread to run. | ||||
* | From Craig Silverstein and Ian Lance Taylor: Process --script option. | Ian Lance Taylor | 2007-10-27 | 1 | -0/+9 |
| | |||||
* | Add licensing text to every source file. | Ian Lance Taylor | 2007-09-22 | 1 | -0/+20 |
| | |||||
* | More dynamic object support, initial scripting support. | Ian Lance Taylor | 2006-11-14 | 1 | -0/+39 |