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