summaryrefslogtreecommitdiff
path: root/gold/script-sections.cc
Commit message (Expand)AuthorAgeFilesLines
* * script-sections.h: Include <list>.Ian Lance Taylor2009-03-191-177/+336
* * layout.cc (Layout::attach_allocated_section_to_segment): Don'tIan Lance Taylor2008-08-131-8/+120
* * options.h (class General_options): Define -n/--nmagic andIan Lance Taylor2008-07-221-1/+2
* * script-sections.cc (Script_sections::place_orphan): InitializeIan Lance Taylor2008-06-181-1/+1
* * mapfile.cc: New file.Ian Lance Taylor2008-05-211-1/+6
* * script-sections.cc (Script_sections::create_segments): UseIan Lance Taylor2008-04-151-7/+6
* PR gold/5996Ian Lance Taylor2008-04-101-19/+40
* Permit scripts to refer to the addresses of output sections which wereIan Lance Taylor2008-02-291-2/+95
* Don't check assertions until symbols are finalized. Create an outputIan Lance Taylor2008-02-281-39/+90
* From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor2008-02-281-7/+7
* Set load address for orphan sections.Ian Lance Taylor2008-02-141-9/+33
* Pass down alignment when adding input section to orphan section.Ian Lance Taylor2008-02-121-1/+2
* Track sections for expressions.Ian Lance Taylor2008-02-091-163/+197
* Print PHDRS clause for debugging.Ian Lance Taylor2008-02-041-0/+43
* Implement PHDRS.Ian Lance Taylor2008-02-041-40/+470
* Implement SIZEOF_HEADERS, section constraints, other minor linkerIan Lance Taylor2008-02-041-13/+195
* Fully implement the SECTIONS clause.Ian Lance Taylor2008-02-041-11/+1510
* Parse a SECTIONS clause in a linker script.Ian Lance Taylor2008-01-231-0/+738