Age | Commit message (Expand) | Author | Files | Lines |
2010-08-25 | * archive.cc: Formatting fixes: Remove whitespace between | Nick Clifton | 1 | -4/+4 |
2010-08-12 | elfcpp/ChangeLog: | Cary Coutant | 1 | -3/+4 |
2010-08-04 | Fix tipo in comment. | Ian Lance Taylor | 1 | -1/+1 |
2010-08-03 | 2010-08-03 Ian Lance Taylor <iant@google.com> | Ian Lance Taylor | 1 | -18/+115 |
2010-07-12 | * compressed_output.cc (zlib_decompress): New function. | Cary Coutant | 1 | -0/+5 |
2010-06-01 | * gold.h (is_wildcard_string): New function. | Sriraman Tallam | 1 | -0/+10 |
2010-04-09 | 2010-04-09 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -1/+2 |
2010-02-09 | * output.h (Output_data_dynamic::add_section_size): New method | David S. Miller | 1 | -1/+1 |
2010-01-07 | PR 11061 | Ian Lance Taylor | 1 | -1/+3 |
2010-01-07 | * output.h (class Output_data): Add const version of | Ian Lance Taylor | 1 | -0/+7 |
2009-12-31 | PR 10979 | Ian Lance Taylor | 1 | -0/+7 |
2009-12-30 | * layout.cc (Layout::Layout): Initialize increase_relro_. | Ian Lance Taylor | 1 | -5/+22 |
2009-12-30 | PR 10450 | Ian Lance Taylor | 1 | -0/+6 |
2009-12-14 | Revert -Wshadow changes, all changes from: | Ian Lance Taylor | 1 | -6/+6 |
2009-12-11 | Add -Wshadow to the gcc command line options used when compiling the binutils. | Nick Clifton | 1 | -6/+6 |
2009-11-04 | * layout.cc (Layout::get_output_section): Add is_interp and | Ian Lance Taylor | 1 | -5/+10 |
2009-10-09 | 2009-10-09 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -0/+5 |
2009-09-18 | 2009-09-17 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -0/+98 |
2009-07-17 | PR 10400 | Ian Lance Taylor | 1 | -31/+183 |
2009-06-24 | PR 10156 | Ian Lance Taylor | 1 | -1/+5 |
2009-06-24 | PR 10219 | Ian Lance Taylor | 1 | -0/+6 |
2009-06-04 | * layout.cc (Layout::section_name_mapping): New array, replacing | Ian Lance Taylor | 1 | -9/+4 |
2009-04-24 | * incremental.cc (Incremental_inputs_header_data): Renamed from | Ian Lance Taylor | 1 | -0/+15 |
2009-04-02 | * gold.h (reserve_unordered_map): Define, three versions, one for | Ian Lance Taylor | 1 | -6/+8 |
2009-03-17 | 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 1 | -4/+4 |
2009-03-01 | * layout.cc (Layout::find_or_add_kept_section): New function. | Ian Lance Taylor | 1 | -20/+45 |
2008-05-28 | elfcpp/: | Ian Lance Taylor | 1 | -0/+6 |
2008-05-21 | * mapfile.cc: New file. | Ian Lance Taylor | 1 | -2/+9 |
2008-05-20 | * options.h (class General_options): Add -z relro. | Ian Lance Taylor | 1 | -1/+3 |
2008-05-05 | * object.cc (Sized_relobj::include_section_group): Adjust section | Ian Lance Taylor | 1 | -1/+2 |
2008-05-01 | * layout.cc (Layout::include_section): Refactored check for debug | Cary Coutant | 1 | -2/+32 |
2008-04-19 | * object.cc (Xindex::initialize_symtab_xindex): New function. | Ian Lance Taylor | 1 | -5/+29 |
2008-04-15 | * layout.cc (Layout::Layout): Initialize sections_are_attached_. | Ian Lance Taylor | 1 | -8/+10 |
2008-04-09 | * layout.h (class Layout): Add added_eh_frame_data_ field. | Ian Lance Taylor | 1 | -0/+2 |
2008-03-25 | * options.h (class General_options): Define build_id option. | Ian Lance Taylor | 1 | -0/+15 |
2008-03-12 | Combine read-only .eh_frame sections with read-write .eh_frame | Ian Lance Taylor | 1 | -0/+4 |
2008-03-11 | If we a section with no flags followed by a section with the same name | Ian Lance Taylor | 1 | -0/+8 |
2008-02-29 | Remove gcc 3.2 compatibility hacks. | Ian Lance Taylor | 1 | -2/+1 |
2008-02-28 | Don't check assertions until symbols are finalized. Create an output | Ian Lance Taylor | 1 | -0/+9 |
2008-02-28 | From Craig Silverstein: Have Parameters point to General_options. | Ian Lance Taylor | 1 | -2/+4 |
2008-02-07 | Support --oformat binary. | Ian Lance Taylor | 1 | -2/+9 |
2008-02-06 | Fix group signature handling for relocatable link, add bootstrap | Ian Lance Taylor | 1 | -0/+25 |
2008-02-06 | Initial -r support. | Ian Lance Taylor | 1 | -0/+28 |
2008-02-04 | Implement SIZEOF_HEADERS, section constraints, other minor linker | Ian Lance Taylor | 1 | -0/+4 |
2008-02-04 | Fully implement the SECTIONS clause. | Ian Lance Taylor | 1 | -6/+30 |
2008-01-26 | Don't pass around the target in order to define symbols; get it from | Ian Lance Taylor | 1 | -6/+6 |
2008-01-09 | Support assignments and expressions in linker scripts. | Ian Lance Taylor | 1 | -10/+18 |
2008-01-06 | Add support for -e and for ENTRY in linker scripts. | Ian Lance Taylor | 1 | -0/+9 |
2008-01-02 | Reduce the number of system calls. Use readv instead of pread. Do | Ian Lance Taylor | 1 | -2/+1 |
2007-12-14 | Rewrite workqueue. This version eliminates the master thread, and | Ian Lance Taylor | 1 | -28/+34 |