Age | Commit message (Expand) | Author | Files | Lines |
2008-08-13 | * layout.cc (Layout::attach_allocated_section_to_segment): Don't | Ian Lance Taylor | 1 | -4/+8 |
2008-07-25 | PR 5990 | Ian Lance Taylor | 1 | -2/+3 |
2008-07-22 | * options.h (class General_options): Define --check-sections. | Ian Lance Taylor | 1 | -0/+22 |
2008-07-22 | * options.h (class General_options): Define -n/--nmagic and | Ian Lance Taylor | 1 | -13/+20 |
2008-07-10 | Handle output sections with more than 0x7fffffff bytes. | Ian Lance Taylor | 1 | -0/+2 |
2008-07-04 | * layout.cc (Layout::include_section): Do not discard unrecognized | Ian Lance Taylor | 1 | -1/+8 |
2008-05-28 | elfcpp/: | Ian Lance Taylor | 1 | -1/+56 |
2008-05-21 | * mapfile.cc: New file. | Ian Lance Taylor | 1 | -15/+38 |
2008-05-20 | * options.h (class General_options): Add -z relro. | Ian Lance Taylor | 1 | -8/+64 |
2008-05-16 | * output.cc (Output_segment::add_output_section): Remove front | Ian Lance Taylor | 1 | -3/+3 |
2008-05-05 | * object.cc (Sized_relobj::include_section_group): Adjust section | Ian Lance Taylor | 1 | -6/+12 |
2008-05-01 | * layout.cc (Layout::include_section): Refactored check for debug | Cary Coutant | 1 | -10/+21 |
2008-04-19 | * object.cc (Xindex::initialize_symtab_xindex): New function. | Ian Lance Taylor | 1 | -28/+125 |
2008-04-16 | elfcpp/ | David S. Miller | 1 | -0/+24 |
2008-04-15 | * layout.cc (Layout::Layout): Initialize sections_are_attached_. | Ian Lance Taylor | 1 | -96/+62 |
2008-04-09 | * layout.h (class Layout): Add added_eh_frame_data_ field. | Ian Lance Taylor | 1 | -3/+15 |
2008-03-28 | * layout.cc (Layout::layout): If we see an input section with a | Ian Lance Taylor | 1 | -0/+21 |
2008-03-25 | * options.h (class General_options): Define build_id option. | Ian Lance Taylor | 1 | -20/+196 |
2008-03-19 | Make sure the start and size of the TLS segment are aligned. | Ian Lance Taylor | 1 | -4/+4 |
2008-03-12 | Combine read-only .eh_frame sections with read-write .eh_frame | Ian Lance Taylor | 1 | -1/+46 |
2008-03-11 | If we a section with no flags followed by a section with the same name | Ian Lance Taylor | 1 | -85/+139 |
2008-03-06 | Support --hash-style=gnu. | Ian Lance Taylor | 1 | -16/+42 |
2008-03-04 | From Craig Silverstein: rework option handling to make it easier to | Ian Lance Taylor | 1 | -1/+1 |
2008-03-04 | From Craig Silverstein: rename some option functions in preparation | Ian Lance Taylor | 1 | -4/+4 |
2008-02-29 | Remove gcc 3.2 compatibility hacks. | Ian Lance Taylor | 1 | -27/+22 |
2008-02-28 | Don't check assertions until symbols are finalized. Create an output | Ian Lance Taylor | 1 | -0/+12 |
2008-02-28 | Put input sections with no flags in output sections with the same name. | Ian Lance Taylor | 1 | -2/+15 |
2008-02-28 | From Craig Silverstein: Have Parameters point to General_options. | Ian Lance Taylor | 1 | -79/+64 |
2008-02-27 | Implement -q/--emit-relocs. | Ian Lance Taylor | 1 | -3/+5 |
2008-02-26 | From Craig Silverstein: rework handling of Script_options. | Ian Lance Taylor | 1 | -2/+3 |
2008-02-26 | From Craig Silverstein: rename option functions for future option | Ian Lance Taylor | 1 | -13/+13 |
2008-02-13 | Implement -Tdata and -Tbss. | Ian Lance Taylor | 1 | -17/+47 |
2008-02-12 | Set TEXTREL correctly when using a SECTIONS clause. | Ian Lance Taylor | 1 | -9/+31 |
2008-02-08 | Add support for --format binary for input files. | Ian Lance Taylor | 1 | -4/+4 |
2008-02-07 | Support --oformat binary. | Ian Lance Taylor | 1 | -0/+58 |
2008-02-07 | Implement --just-symbols, including -R FILE. Fix symbol values when | Ian Lance Taylor | 1 | -3/+3 |
2008-02-06 | Support creating empty output when there are no input objects. | Ian Lance Taylor | 1 | -1/+1 |
2008-02-06 | Fix group signature handling for relocatable link, add bootstrap | Ian Lance Taylor | 1 | -8/+42 |
2008-02-06 | Initial -r support. | Ian Lance Taylor | 1 | -19/+276 |
2008-02-04 | Implement PHDRS. | Ian Lance Taylor | 1 | -13/+37 |
2008-02-04 | Implement SIZEOF_HEADERS, section constraints, other minor linker | Ian Lance Taylor | 1 | -65/+78 |
2008-02-04 | Fully implement the SECTIONS clause. | Ian Lance Taylor | 1 | -103/+285 |
2008-01-26 | Don't pass around the target in order to define symbols; get it from | Ian Lance Taylor | 1 | -12/+8 |
2008-01-24 | Originally from Craig Silverstein, with changes: support using a | Ian Lance Taylor | 1 | -2/+2 |
2008-01-18 | Don't include options.h in fileread.h. Remove General_options | Ian Lance Taylor | 1 | -2/+2 |
2008-01-15 | From Andrew Chatham and Craig Silverstein: Add support for version | Ian Lance Taylor | 1 | -1/+1 |
2008-01-09 | Support assignments and expressions in linker scripts. | Ian Lance Taylor | 1 | -5/+9 |
2008-01-06 | Add support for -e and for ENTRY in linker scripts. | Ian Lance Taylor | 1 | -2/+4 |
2008-01-04 | Add -h/-soname option. | Ian Lance Taylor | 1 | -0/+7 |
2008-01-02 | Reduce the number of system calls. Use readv instead of pread. Do | Ian Lance Taylor | 1 | -3/+2 |