Age | Commit message (Expand) | Author | Files | Lines |
2009-12-11 | Add -Wshadow to the gcc command line options used when compiling the binutils. | Nick Clifton | 1 | -32/+32 |
2009-11-04 | * layout.cc (Layout::get_output_section): Add is_interp and | Ian Lance Taylor | 1 | -6/+6 |
2009-10-16 | 2009-10-16 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -2/+45 |
2009-10-16 | * script.cc (Script_options::add_symbol_assignment): Always add a | Ian Lance Taylor | 1 | -0/+9 |
2009-10-16 | * layout.cc (Layout::set_segment_offsets): Align the file offset | Ian Lance Taylor | 1 | -9/+23 |
2009-10-09 | 2009-10-09 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -4/+13 |
2009-09-18 | 2009-09-17 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -55/+139 |
2009-06-24 | * script-sections.cc (Output_section_definition:: | Ian Lance Taylor | 1 | -4/+4 |
2009-06-23 | * script-sections.cc (Script_sections::create_segments): Don't put | Ian Lance Taylor | 1 | -0/+5 |
2009-03-19 | * script-sections.h: Include <list>. | Ian Lance Taylor | 1 | -177/+336 |
2008-08-13 | * layout.cc (Layout::attach_allocated_section_to_segment): Don't | Ian Lance Taylor | 1 | -8/+120 |
2008-07-22 | * options.h (class General_options): Define -n/--nmagic and | Ian Lance Taylor | 1 | -1/+2 |
2008-06-18 | * script-sections.cc (Script_sections::place_orphan): Initialize | Ian Lance Taylor | 1 | -1/+1 |
2008-05-21 | * mapfile.cc: New file. | Ian Lance Taylor | 1 | -1/+6 |
2008-04-15 | * script-sections.cc (Script_sections::create_segments): Use | Ian Lance Taylor | 1 | -7/+6 |
2008-04-10 | PR gold/5996 | Ian Lance Taylor | 1 | -19/+40 |
2008-02-29 | Permit scripts to refer to the addresses of output sections which were | Ian Lance Taylor | 1 | -2/+95 |
2008-02-28 | Don't check assertions until symbols are finalized. Create an output | Ian Lance Taylor | 1 | -39/+90 |
2008-02-28 | From Craig Silverstein: Have Parameters point to General_options. | Ian Lance Taylor | 1 | -7/+7 |
2008-02-14 | Set load address for orphan sections. | Ian Lance Taylor | 1 | -9/+33 |
2008-02-12 | Pass down alignment when adding input section to orphan section. | Ian Lance Taylor | 1 | -1/+2 |
2008-02-09 | Track sections for expressions. | Ian Lance Taylor | 1 | -163/+197 |
2008-02-04 | Print PHDRS clause for debugging. | Ian Lance Taylor | 1 | -0/+43 |
2008-02-04 | Implement PHDRS. | Ian Lance Taylor | 1 | -40/+470 |
2008-02-04 | Implement SIZEOF_HEADERS, section constraints, other minor linker | Ian Lance Taylor | 1 | -13/+195 |
2008-02-04 | Fully implement the SECTIONS clause. | Ian Lance Taylor | 1 | -11/+1510 |
2008-01-23 | Parse a SECTIONS clause in a linker script. | Ian Lance Taylor | 1 | -0/+738 |