summaryrefslogtreecommitdiff
path: root/gold/script.h
Commit message (Collapse)AuthorAgeFilesLines
* PR gold/5986Ian Lance Taylor2008-03-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | Fix problems building gold with gcc 4.3.0. * gold.h (TEMPLATE_ATTRIBUTE_PRINTF_4): Define. (gold_error_at_location, gold_warning_at_location): Use it. * configure.ac: Check whether we can compile and use a template function with a printf attribute. * x86_64.cc (Target_x86_64::do_code_fill): Swap out a 32-bit value when jumping over bytes. * object.cc: Instantiate Object::read_section_data. * debug.h: Include <cstring> * dwarf_reader.cc: Include <algorithm> * main.cc: Include <cstring>. * options.cc: Include <cstring>. * output.cc: Include <cstring>. * script.cc: Include <cstring>. * script.h: Include <string>. * symtab.cc: Include <cstring> and <algorithm>. * target-select.cc: Include <cstring>. * version.cc: Include <string>. * testsuite/testmain.cc: Include <cstdlib>. * configure, config.in: Rebuild.
* Permit scripts to refer to the addresses of output sections which wereIan Lance Taylor2008-02-291-0/+4
| | | | not created.
* Read input scripts which look like input objects with properIan Lance Taylor2008-02-281-7/+6
| | | | serialization.
* Don't check assertions until symbols are finalized. Create an outputIan Lance Taylor2008-02-281-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 Taylor2008-02-261-10/+4
|
* Track sections for expressions.Ian Lance Taylor2008-02-091-13/+20
|
* Ignore version scripts for relocatable links.Ian Lance Taylor2008-02-071-0/+4
|
* Implement PHDRS.Ian Lance Taylor2008-02-041-0/+5
|
* Fully implement the SECTIONS clause.Ian Lance Taylor2008-02-041-4/+52
|
* Don't pass around the target in order to define symbols; get it fromIan Lance Taylor2008-01-261-3/+2
| | | | the parameters instead.
* From Craig Silverstein: Simplify Version_script_info::symbol_is_localIan Lance Taylor2008-01-241-4/+5
| | | | interface.
* Parse a SECTIONS clause in a linker script.Ian Lance Taylor2008-01-231-38/+116
|
* From Andrew Chatham and Craig Silverstein: Add support for versionIan Lance Taylor2008-01-151-0/+83
| | | | scripts.
* Support assignments and expressions in linker scripts.Ian Lance Taylor2008-01-091-1/+119
|
* Rewrite workqueue. This version eliminates the master thread, andIan Lance Taylor2007-12-141-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 Taylor2007-10-271-0/+9
|
* Add licensing text to every source file.Ian Lance Taylor2007-09-221-0/+20
|
* More dynamic object support, initial scripting support.Ian Lance Taylor2006-11-141-0/+39