aboutsummaryrefslogtreecommitdiff
path: root/gold/expression.cc
AgeCommit message (Expand)AuthorFilesLines
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