Age | Commit message (Expand) | Author | Files | Lines |
2011-12-19 | * object.h (Relobj::local_symbol_value): New function. | Ian Lance Taylor | 1 | -1/+1 |
2011-10-31 | PR gold/13023 | Cary Coutant | 1 | -12/+31 |
2010-11-18 | 2010-11-18 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -5/+7 |
2010-10-01 | * expression.cc (eval): Replace dummy argument with NULL. | Nick Clifton | 1 | -17/+29 |
2010-09-08 | * README: Remove claim that MEMORY is not supported. | Nick Clifton | 1 | -15/+0 |
2010-08-25 | * archive.cc: Formatting fixes: Remove whitespace between | Nick Clifton | 1 | -1/+1 |
2010-04-23 | * expression.cc (Expression::Expression_eval_info): Add | Ian Lance Taylor | 1 | -26/+92 |
2009-12-14 | Revert -Wshadow changes, all changes from: | Ian Lance Taylor | 1 | -7/+7 |
2009-12-11 | Add -Wshadow to the gcc command line options used when compiling the binutils. | Nick Clifton | 1 | -7/+7 |
2009-10-16 | 2009-10-16 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -8/+53 |
2008-02-29 | Permit scripts to refer to the addresses of output sections which were | Ian Lance Taylor | 1 | -5/+44 |
2008-02-28 | Don't check assertions until symbols are finalized. Create an output | Ian Lance Taylor | 1 | -8/+20 |
2008-02-28 | From Craig Silverstein: Have Parameters point to General_options. | Ian Lance Taylor | 1 | -11/+11 |
2008-02-13 | Implement remaining linker script functions. | Ian Lance Taylor | 1 | -25/+105 |
2008-02-13 | Implement LOADADDR and SIZEOF. | Ian Lance Taylor | 1 | -39/+125 |
2008-02-09 | Track sections for expressions. | Ian Lance Taylor | 1 | -101/+193 |
2008-02-04 | Implement SIZEOF_HEADERS, section constraints, other minor linker | Ian Lance Taylor | 1 | -25/+145 |
2008-02-04 | Fully implement the SECTIONS clause. | Ian Lance Taylor | 1 | -3/+77 |
2008-01-23 | Parse a SECTIONS clause in a linker script. | Ian Lance Taylor | 1 | -6/+139 |
2008-01-09 | Support assignments and expressions in linker scripts. | Ian Lance Taylor | 1 | -0/+508 |