Age | Commit message (Expand) | Author | Files | Lines |
2009-09-18 | 2009-09-17 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -54/+337 |
2009-08-05 | *** empty log message *** | Sriraman Tallam | 1 | -1/+1 |
2009-07-24 | 2009-07-24 Chris Demetriou <cgd@google.com> | Chris Demetriou | 1 | -6/+5 |
2009-07-17 | PR 10400 | Ian Lance Taylor | 1 | -32/+29 |
2009-06-24 | PR 10156 | Ian Lance Taylor | 1 | -7/+24 |
2009-06-24 | PR 10156 | Ian Lance Taylor | 1 | -8/+8 |
2009-06-24 | PR 10219 | Ian Lance Taylor | 1 | -0/+44 |
2009-06-23 | PR 10133 | Ian Lance Taylor | 1 | -0/+4 |
2009-06-22 | PR 10141 | Ian Lance Taylor | 1 | -0/+4 |
2009-06-22 | * layout.cc (Layout::make_output_section): Call | Ian Lance Taylor | 1 | -40/+61 |
2009-06-04 | 2009-06-04 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -0/+4 |
2009-06-04 | * layout.cc (Layout::section_name_mapping): New array, replacing | Ian Lance Taylor | 1 | -100/+61 |
2009-04-24 | * incremental.cc (Incremental_inputs_header_data): Renamed from | Ian Lance Taylor | 1 | -2/+45 |
2009-04-02 | * gold.h (reserve_unordered_map): Define, three versions, one for | Ian Lance Taylor | 1 | -26/+44 |
2009-03-19 | 2009-03-19 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 1 | -0/+5 |
2009-03-17 | 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 1 | -4/+7 |
2009-03-01 | * layout.cc (Layout::find_or_add_kept_section): New function. | Ian Lance Taylor | 1 | -18/+23 |
2009-02-28 | PR 6811 | Ian Lance Taylor | 1 | -2/+2 |
2009-02-25 | * layout.cc (Layout::choose_output_section): Don't rename sections | Cary Coutant | 1 | -1/+3 |
2009-01-28 | 2009-01-20 Sriraman Tallam <tmsriram@google.com> | Sriraman Tallam | 1 | -9/+1 |
2008-12-10 | * layout.cc (Layout::add_comdat): Allow COMDAT group from a replacement | Cary Coutant | 1 | -0/+9 |
2008-12-05 | * layout.cc (Layout::include_section): Check for SHF_EXCLUDE. | Cary Coutant | 1 | -0/+11 |
2008-09-12 | 2008-09-11 Chris Demetriou <cgd@google.com> | Chris Demetriou | 1 | -0/+4 |
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 |