summaryrefslogtreecommitdiff
path: root/gold/expression.cc
AgeCommit message (Expand)Author
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-01-01Copyright update for binutilsAlan Modra
2015-08-25Fix internal error in gold when script uses section address in assignment.Cary Coutant
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-07-08Fix --defsym to copy symbol attributes.Cary Coutant
2014-03-05Update copyright yearsAlan Modra
2011-12-19 * object.h (Relobj::local_symbol_value): New function.Ian Lance Taylor
2011-10-31 PR gold/13023Cary Coutant
2010-11-182010-11-18 Doug Kwan <dougkwan@google.com>Doug Kwan
2010-10-01 * expression.cc (eval): Replace dummy argument with NULL.Nick Clifton
2010-09-08 * README: Remove claim that MEMORY is not supported.Nick Clifton
2010-08-25 * archive.cc: Formatting fixes: Remove whitespace betweenNick Clifton
2010-04-23 * expression.cc (Expression::Expression_eval_info): AddIan Lance Taylor
2009-12-14 Revert -Wshadow changes, all changes from:Ian Lance Taylor
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton
2009-10-162009-10-16 Doug Kwan <dougkwan@google.com>Doug Kwan
2008-02-29Permit scripts to refer to the addresses of output sections which wereIan Lance Taylor
2008-02-28Don't check assertions until symbols are finalized. Create an outputIan Lance Taylor
2008-02-28From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor
2008-02-13Implement remaining linker script functions.Ian Lance Taylor
2008-02-13Implement LOADADDR and SIZEOF.Ian Lance Taylor
2008-02-09Track sections for expressions.Ian Lance Taylor
2008-02-04Implement SIZEOF_HEADERS, section constraints, other minor linkerIan Lance Taylor
2008-02-04Fully implement the SECTIONS clause.Ian Lance Taylor
2008-01-23Parse a SECTIONS clause in a linker script.Ian Lance Taylor
2008-01-09Support assignments and expressions in linker scripts.Ian Lance Taylor