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