aboutsummaryrefslogtreecommitdiff
path: root/gold/script-sections.cc
AgeCommit message (Expand)AuthorFilesLines
2009-10-162009-10-16 Doug Kwan <dougkwan@google.com>Doug Kwan1-2/+45
2009-10-16 * script.cc (Script_options::add_symbol_assignment): Always add aIan Lance Taylor1-0/+9
2009-10-16 * layout.cc (Layout::set_segment_offsets): Align the file offsetIan Lance Taylor1-9/+23
2009-10-092009-10-09 Doug Kwan <dougkwan@google.com>Doug Kwan1-4/+13
2009-09-182009-09-17 Doug Kwan <dougkwan@google.com>Doug Kwan1-55/+139
2009-06-24 * script-sections.cc (Output_section_definition::Ian Lance Taylor1-4/+4
2009-06-23 * script-sections.cc (Script_sections::create_segments): Don't putIan Lance Taylor1-0/+5
2009-03-19 * script-sections.h: Include <list>.Ian Lance Taylor1-177/+336
2008-08-13 * layout.cc (Layout::attach_allocated_section_to_segment): Don'tIan Lance Taylor1-8/+120
2008-07-22 * options.h (class General_options): Define -n/--nmagic andIan Lance Taylor1-1/+2
2008-06-18 * script-sections.cc (Script_sections::place_orphan): InitializeIan Lance Taylor1-1/+1
2008-05-21 * mapfile.cc: New file.Ian Lance Taylor1-1/+6
2008-04-15 * script-sections.cc (Script_sections::create_segments): UseIan Lance Taylor1-7/+6
2008-04-10 PR gold/5996Ian Lance Taylor1-19/+40
2008-02-29Permit scripts to refer to the addresses of output sections which wereIan Lance Taylor1-2/+95
2008-02-28Don't check assertions until symbols are finalized. Create an outputIan Lance Taylor1-39/+90
2008-02-28From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor1-7/+7
2008-02-14Set load address for orphan sections.Ian Lance Taylor1-9/+33
2008-02-12Pass down alignment when adding input section to orphan section.Ian Lance Taylor1-1/+2
2008-02-09Track sections for expressions.Ian Lance Taylor1-163/+197
2008-02-04Print PHDRS clause for debugging.Ian Lance Taylor1-0/+43
2008-02-04Implement PHDRS.Ian Lance Taylor1-40/+470
2008-02-04Implement SIZEOF_HEADERS, section constraints, other minor linkerIan Lance Taylor1-13/+195
2008-02-04Fully implement the SECTIONS clause.Ian Lance Taylor1-11/+1510
2008-01-23Parse a SECTIONS clause in a linker script.Ian Lance Taylor1-0/+738