aboutsummaryrefslogtreecommitdiff
path: root/gold/script-sections.h
AgeCommit message (Collapse)AuthorFilesLines
2008-02-29Permit scripts to refer to the addresses of output sections which wereIan Lance Taylor1-0/+10
not created.
2008-02-28Don't check assertions until symbols are finalized. Create an outputIan Lance Taylor1-0/+4
section if the script uses a data statement with no input sections. Don't create a loadable segment for the headers if there is no room.
2008-02-04Implement PHDRS.Ian Lance Taylor1-0/+44
2008-02-04Implement SIZEOF_HEADERS, section constraints, other minor linkerIan Lance Taylor1-0/+5
script items.
2008-02-04Fully implement the SECTIONS clause.Ian Lance Taylor1-0/+55
2008-01-23Parse a SECTIONS clause in a linker script.Ian Lance Taylor1-0/+113