Age | Commit message (Expand) | Author | Files | Lines |
2009-09-18 | 2009-09-17 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -23/+342 |
2009-09-01 | * output.cc (Output_file::open_for_modification): New method. | Ian Lance Taylor | 1 | -4/+17 |
2009-06-24 | PR 10156 | Ian Lance Taylor | 1 | -14/+8 |
2009-06-22 | * layout.cc (Layout::make_output_section): Call | Ian Lance Taylor | 1 | -0/+44 |
2009-03-24 | * output.cc (Output_file::map_anonymous): Define. | Ian Lance Taylor | 1 | -1/+5 |
2009-02-28 | PR 7091 | Ian Lance Taylor | 1 | -7/+9 |
2008-09-29 | * mapfile.cc (Mapfile::print_input_section): Change -1U to -1ULL. | Cary Coutant | 1 | -1/+3 |
2008-08-13 | * layout.cc (Layout::attach_allocated_section_to_segment): Don't | Ian Lance Taylor | 1 | -0/+5 |
2008-07-10 | Handle output sections with more than 0x7fffffff bytes. | Ian Lance Taylor | 1 | -14/+24 |
2008-06-18 | * output.h (Output_section::Input_section): Initialize p2align_ to | Ian Lance Taylor | 1 | -3/+4 |
2008-05-21 | * mapfile.cc: New file. | Ian Lance Taylor | 1 | -6/+149 |
2008-05-20 | * options.h (class General_options): Add -z relro. | Ian Lance Taylor | 1 | -1/+32 |
2008-05-16 | * output.cc (Output_segment::add_output_section): Remove front | Ian Lance Taylor | 1 | -12/+1 |
2008-05-16 | * output.cc (Output_reloc::get_address): Change return type to | Ian Lance Taylor | 1 | -1/+1 |
2008-05-06 | Correct last patch. | Ian Lance Taylor | 1 | -2/+2 |
2008-05-06 | 2008-05-05 Ian Lance Taylor <iant@google.com> | Ian Lance Taylor | 1 | -6/+51 |
2008-05-05 | * object.cc (Sized_relobj::include_section_group): Adjust section | Ian Lance Taylor | 1 | -2/+4 |
2008-04-19 | * object.cc (Xindex::initialize_symtab_xindex): New function. | Ian Lance Taylor | 1 | -1/+43 |
2008-04-16 | * copy-relocs.cc: New file. | Ian Lance Taylor | 1 | -0/+18 |
2008-04-15 | * layout.cc (Layout::Layout): Initialize sections_are_attached_. | Ian Lance Taylor | 1 | -0/+10 |
2008-04-11 | * output.h (class Output_section_data): Remove inline definition | Ian Lance Taylor | 1 | -2/+1 |
2008-04-11 | 2008-04-11 Cary Coutant <ccoutant@google.com> | Cary Coutant | 1 | -15/+30 |
2008-04-07 | * output.cc (Output_reloc<SHT_REL>::local_section_offset): Add | Ian Lance Taylor | 1 | -3/+5 |
2008-03-28 | * layout.cc (Layout::layout): If we see an input section with a | Ian Lance Taylor | 1 | -0/+50 |
2008-03-25 | * i386.cc (Target_i386::Got_type): New enum declaration. | Cary Coutant | 1 | -57/+34 |
2008-03-19 | Make sure the start and size of the TLS segment are aligned. | Ian Lance Taylor | 1 | -3/+4 |
2008-03-16 | Fix handling of RELA relative relocs against local symbols in merge | Ian Lance Taylor | 1 | -3/+3 |
2008-03-13 | Update copyright years. Update language files. | Ian Lance Taylor | 1 | -1/+1 |
2008-03-12 | Combine read-only .eh_frame sections with read-write .eh_frame | Ian Lance Taylor | 1 | -0/+12 |
2008-02-29 | Remove gcc 3.2 compatibility hacks. | Ian Lance Taylor | 1 | -3/+3 |
2008-02-13 | Implement -Tdata and -Tbss. | Ian Lance Taylor | 1 | -0/+6 |
2008-02-12 | Support dynamic relocations against local section symbols. | Ian Lance Taylor | 1 | -41/+132 |
2008-02-09 | Track sections for expressions. | Ian Lance Taylor | 1 | -1/+21 |
2008-02-07 | Support --oformat binary. | Ian Lance Taylor | 1 | -0/+13 |
2008-02-06 | Fix group signature handling for relocatable link, add bootstrap | Ian Lance Taylor | 1 | -18/+47 |
2008-02-06 | Initial -r support. | Ian Lance Taylor | 1 | -3/+66 |
2008-02-04 | Implement PHDRS. | Ian Lance Taylor | 1 | -0/+19 |
2008-02-04 | Fully implement the SECTIONS clause. | Ian Lance Taylor | 1 | -41/+202 |
2008-01-18 | Don't include options.h in fileread.h. Remove General_options | Ian Lance Taylor | 1 | -11/+1 |
2008-01-06 | Add support for -e and for ENTRY in linker scripts. | Ian Lance Taylor | 1 | -1/+8 |
2007-12-21 | Correct handling of non-section symbol in merged section. Avoid some | Ian Lance Taylor | 1 | -1/+2 |
2007-12-21 | Speed up relocations against local symbols in merged sections. | Ian Lance Taylor | 1 | -15/+39 |
2007-12-20 | Convert more instances of off_t to be 32-bit types. | Ian Lance Taylor | 1 | -8/+8 |
2007-12-20 | Update comments about output offsets and merged input sections. | Ian Lance Taylor | 1 | -2/+4 |
2007-12-20 | Make functions on hot path inline. Remove a mistaken virtual | Ian Lance Taylor | 1 | -1/+1 |
2007-12-18 | Print statistics about merge sections with --stats. | Ian Lance Taylor | 1 | -0/+24 |
2007-12-18 | Add section_size_type and section_offset_type, use them to replace a | Ian Lance Taylor | 1 | -7/+11 |
2007-12-07 | From Cary Coutant: Fix handling of RELATIVE RELA relocs. | Ian Lance Taylor | 1 | -27/+108 |
2007-12-06 | From Cary Coutant: More support for generating shared libraries. | Ian Lance Taylor | 1 | -55/+108 |
2007-12-04 | From Craig Silverstein: Support irregular output files. | Ian Lance Taylor | 1 | -2/+10 |