summaryrefslogtreecommitdiff
path: root/gold/script-sections.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Revert -Wshadow changes, all changes from:Ian Lance Taylor2009-12-141-32/+32
* Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton2009-12-111-32/+32
* * layout.cc (Layout::get_output_section): Add is_interp andIan Lance Taylor2009-11-041-6/+6
* 2009-10-16 Doug Kwan <dougkwan@google.com>Doug Kwan2009-10-161-2/+45
* * script.cc (Script_options::add_symbol_assignment): Always add aIan Lance Taylor2009-10-161-0/+9
* * layout.cc (Layout::set_segment_offsets): Align the file offsetIan Lance Taylor2009-10-161-9/+23
* 2009-10-09 Doug Kwan <dougkwan@google.com>Doug Kwan2009-10-091-4/+13
* 2009-09-17 Doug Kwan <dougkwan@google.com>Doug Kwan2009-09-181-55/+139
* * script-sections.cc (Output_section_definition::Ian Lance Taylor2009-06-241-4/+4
* * script-sections.cc (Script_sections::create_segments): Don't putIan Lance Taylor2009-06-231-0/+5
* * 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