summaryrefslogtreecommitdiff
path: root/gold/expression.cc
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* PR24996, Gold fix for ternary operator within linker scriptsMiguel Saldivar2019-11-111-2/+2
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Fix symbol resolution with linker plugins for defsym symbols.Sriraman Tallam2018-02-151-0/+27
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Fix internal error in gold when script uses section address in assignment.Cary Coutant2015-08-251-10/+34
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Fix --defsym to copy symbol attributes.Cary Coutant2014-07-081-3/+42
* Update copyright yearsAlan Modra2014-03-051-1/+1
* * 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