summaryrefslogtreecommitdiff
path: root/gold/expression.cc
Commit message (Expand)AuthorAgeFilesLines
* * object.h (Relobj::local_symbol_value): New function.Ian Lance Taylor2011-12-191-1/+1
* PR gold/13023Cary Coutant2011-10-311-12/+31
* 2010-11-18 Doug Kwan <dougkwan@google.com>Doug Kwan2010-11-181-5/+7
* * expression.cc (eval): Replace dummy argument with NULL.Nick Clifton2010-10-011-17/+29
* * README: Remove claim that MEMORY is not supported.Nick Clifton2010-09-081-15/+0
* * archive.cc: Formatting fixes: Remove whitespace betweenNick Clifton2010-08-251-1/+1
* * expression.cc (Expression::Expression_eval_info): AddIan Lance Taylor2010-04-231-26/+92
* Revert -Wshadow changes, all changes from:Ian Lance Taylor2009-12-141-7/+7
* Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton2009-12-111-7/+7
* 2009-10-16 Doug Kwan <dougkwan@google.com>Doug Kwan2009-10-161-8/+53
* Permit scripts to refer to the addresses of output sections which wereIan Lance Taylor2008-02-291-5/+44
* Don't check assertions until symbols are finalized. Create an outputIan Lance Taylor2008-02-281-8/+20
* From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor2008-02-281-11/+11
* Implement remaining linker script functions.Ian Lance Taylor2008-02-131-25/+105
* Implement LOADADDR and SIZEOF.Ian Lance Taylor2008-02-131-39/+125
* Track sections for expressions.Ian Lance Taylor2008-02-091-101/+193
* Implement SIZEOF_HEADERS, section constraints, other minor linkerIan Lance Taylor2008-02-041-25/+145
* Fully implement the SECTIONS clause.Ian Lance Taylor2008-02-041-3/+77
* Parse a SECTIONS clause in a linker script.Ian Lance Taylor2008-01-231-6/+139
* Support assignments and expressions in linker scripts.Ian Lance Taylor2008-01-091-0/+508