Age | Commit message (Expand) | Author | Files | Lines |
2009-09-30 | * object.h (class Object): Remove target_ field, and target, | Ian Lance Taylor | 1 | -4/+4 |
2009-09-18 | 2009-09-17 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -42/+194 |
2009-09-08 | * output.cc (Output_file::open): Add execute permission to empty file. | Cary Coutant | 1 | -3/+17 |
2009-09-02 | * output.cc (Output_file::resize): Call map_no_anonymous rather | Ian Lance Taylor | 1 | -1/+2 |
2009-09-01 | * output.cc (Output_file::open_for_modification): New method. | Ian Lance Taylor | 1 | -39/+95 |
2009-06-24 | PR 10156 | Ian Lance Taylor | 1 | -0/+18 |
2009-06-22 | * layout.cc (Layout::make_output_section): Call | Ian Lance Taylor | 1 | -1/+68 |
2009-04-24 | 2008-04-23 Elliott Hughes <enh@google.com> | Chris Demetriou | 1 | -2/+7 |
2009-03-24 | * output.cc (Output_file::map_anonymous): Define. | Ian Lance Taylor | 1 | -6/+23 |
2009-03-24 | 2009-03-23 Ian Lance Taylor <iant@google.com> | Ian Lance Taylor | 1 | -1/+4 |
2009-03-17 | * configure.ac: Check for chsize and posix_fallocate. Replace | Ian Lance Taylor | 1 | -6/+22 |
2009-02-28 | PR 7091 | Ian Lance Taylor | 1 | -7/+13 |
2009-01-15 | * output.cc (Output_reloc): Add explicit instantiations. | Cary Coutant | 1 | -0/+80 |
2008-09-29 | * mapfile.cc (Mapfile::print_input_section): Change -1U to -1ULL. | Cary Coutant | 1 | -5/+5 |
2008-08-13 | * layout.cc (Layout::attach_allocated_section_to_segment): Don't | Ian Lance Taylor | 1 | -3/+4 |
2008-07-25 | PR 5990 | Ian Lance Taylor | 1 | -1/+3 |
2008-07-22 | * output.cc (Output_section::add_input_section): Don't try to | Ian Lance Taylor | 1 | -2/+4 |
2008-07-10 | Handle output sections with more than 0x7fffffff bytes. | Ian Lance Taylor | 1 | -32/+15 |
2008-05-21 | * mapfile.cc: New file. | Ian Lance Taylor | 1 | -1/+57 |
2008-05-20 | * options.h (class General_options): Add -z relro. | Ian Lance Taylor | 1 | -4/+84 |
2008-05-16 | * output.cc (Output_segment::add_output_section): Remove front | Ian Lance Taylor | 1 | -8/+2 |
2008-05-16 | * output.cc (Output_reloc::get_address): Change return type to | Ian Lance Taylor | 1 | -1/+1 |
2008-05-06 | 2008-05-05 Ian Lance Taylor <iant@google.com> | Ian Lance Taylor | 1 | -7/+74 |
2008-05-05 | * object.cc (Sized_relobj::include_section_group): Adjust section | Ian Lance Taylor | 1 | -11/+8 |
2008-04-19 | * object.cc (Xindex::initialize_symtab_xindex): New function. | Ian Lance Taylor | 1 | -7/+64 |
2008-04-15 | * layout.cc (Layout::Layout): Initialize sections_are_attached_. | Ian Lance Taylor | 1 | -4/+1 |
2008-04-11 | * output.h (class Output_section_data): Remove inline definition | Ian Lance Taylor | 1 | -0/+12 |
2008-04-11 | 2008-04-11 Cary Coutant <ccoutant@google.com> | Cary Coutant | 1 | -6/+3 |
2008-04-07 | * output.cc (Output_reloc<SHT_REL>::local_section_offset): Add | Ian Lance Taylor | 1 | -6/+15 |
2008-03-29 | * output.cc | Ian Lance Taylor | 1 | -61/+34 |
2008-03-28 | * layout.cc (Layout::layout): If we see an input section with a | Ian Lance Taylor | 1 | -2/+246 |
2008-03-26 | PR gold/5986 | Ian Lance Taylor | 1 | -0/+1 |
2008-03-25 | * i386.cc (Target_i386::Got_type): New enum declaration. | Cary Coutant | 1 | -162/+103 |
2008-03-19 | Make sure the start and size of the TLS segment are aligned. | Ian Lance Taylor | 1 | -13/+74 |
2008-03-16 | Fix handling of RELA relative relocs against local symbols in merge | Ian Lance Taylor | 1 | -9/+16 |
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/+21 |
2008-02-29 | Remove gcc 3.2 compatibility hacks. | Ian Lance Taylor | 1 | -16/+10 |
2008-02-28 | From Craig Silverstein: Have Parameters point to General_options. | Ian Lance Taylor | 1 | -150/+91 |
2008-02-12 | Support dynamic relocations against local section symbols. | Ian Lance Taylor | 1 | -24/+119 |
2008-02-07 | Support --oformat binary. | Ian Lance Taylor | 1 | -16/+23 |
2008-02-06 | Fix group signature handling for relocatable link, add bootstrap | Ian Lance Taylor | 1 | -4/+14 |
2008-02-06 | Initial -r support. | Ian Lance Taylor | 1 | -17/+216 |
2008-02-04 | Implement PHDRS. | Ian Lance Taylor | 1 | -0/+49 |
2008-02-04 | Implement SIZEOF_HEADERS, section constraints, other minor linker | Ian Lance Taylor | 1 | -5/+6 |
2008-02-04 | Fully implement the SECTIONS clause. | Ian Lance Taylor | 1 | -43/+226 |
2008-01-18 | Don't include options.h in fileread.h. Remove General_options | Ian Lance Taylor | 1 | -5/+3 |
2008-01-06 | Add support for -e and for ENTRY in linker scripts. | Ian Lance Taylor | 1 | -15/+48 |
2008-01-04 | Don't create the postprocessing buffer if it already exists. | Ian Lance Taylor | 1 | -1/+3 |
2007-12-21 | Correct handling of non-section symbol in merged section. Avoid some | Ian Lance Taylor | 1 | -2/+0 |