Age | Commit message (Expand) | Author | Files | Lines |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 1 | -1/+1 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |
2015-06-01 | Use a std::vector instead of a std::map to hold Input_merge_map. | Rafael Ávila de Espíndola | 1 | -13/+3 |
2015-03-27 | Avoid looking up Input_merge_map multiple times. | Rafael Ávila de Espíndola | 1 | -15/+18 |
2015-03-23 | Remove is_merge_section_for. | Rafael Ávila de Espíndola | 1 | -5/+10 |
2015-03-04 | Remove empty class Merge_map. | Rafael Ávila de Espíndola | 1 | -68/+10 |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 1 | -1/+1 |
2014-03-05 | Update copyright years | Alan Modra | 1 | -1/+1 |
2013-04-29 | 2013-04-29 Alexander Ivchenko <alexander.ivchenko@intel.com> | Cary Coutant | 1 | -2/+1 |
2010-12-14 | Fix typos in gold. | Ralf Wildenhues | 1 | -3/+3 |
2010-08-25 | * archive.cc: Formatting fixes: Remove whitespace between | Nick Clifton | 1 | -2/+2 |
2010-08-03 | * merge.cc (Output_merge_string::do_add_input_section): Count strings | Cary Coutant | 1 | -1/+3 |
2010-07-21 | * merge.h (Output_merge_string::Merged_string): Remove object, shndx, | Cary Coutant | 1 | -15/+20 |
2010-05-23 | 2010-05-23 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -1/+83 |
2009-12-14 | Revert -Wshadow changes, all changes from: | Ian Lance Taylor | 1 | -13/+13 |
2009-12-11 | Add -Wshadow to the gcc command line options used when compiling the binutils. | Nick Clifton | 1 | -13/+13 |
2009-10-09 | 2009-10-09 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -5/+21 |
2008-07-10 | Handle output sections with more than 0x7fffffff bytes. | Ian Lance Taylor | 1 | -1/+1 |
2008-05-21 | * mapfile.cc: New file. | Ian Lance Taylor | 1 | -0/+10 |
2008-03-13 | Update copyright years. Update language files. | Ian Lance Taylor | 1 | -1/+1 |
2007-12-21 | Speed up relocations against local symbols in merged sections. | Ian Lance Taylor | 1 | -1/+149 |
2007-12-20 | Update comments about output offsets and merged input sections. | Ian Lance Taylor | 1 | -3/+9 |
2007-12-19 | Move Stringpool offsets into a chunked_vector indexed by keys. | Ian Lance Taylor | 1 | -2/+4 |
2007-12-18 | Print statistics about merge sections with --stats. | Ian Lance Taylor | 1 | -1/+19 |
2007-12-18 | Add section_size_type and section_offset_type, use them to replace a | Ian Lance Taylor | 1 | -17/+21 |
2007-12-08 | From Craig Silverstein: Fix error message, add this->. | Ian Lance Taylor | 1 | -1/+1 |
2007-12-01 | Compress all debug sections. | Ian Lance Taylor | 1 | -1/+9 |
2007-11-30 | From Craig Silverstein: Add support for compressing .debug_str section. | Ian Lance Taylor | 1 | -0/+16 |
2007-11-29 | Clean up setting address and section offset. | Ian Lance Taylor | 1 | -2/+2 |
2007-11-27 | Rework merge_map for speed. | Ian Lance Taylor | 1 | -30/+2 |
2007-11-22 | Make Merge_key_less operator() inline. | Ian Lance Taylor | 1 | -1/+1 |
2007-11-09 | Generate a complete exception frame header. Discard duplicate | Ian Lance Taylor | 1 | -24/+68 |
2007-10-18 | Correctly handle alignment in merge sections. | Ian Lance Taylor | 1 | -7/+11 |
2007-09-22 | Add licensing text to every source file. | Ian Lance Taylor | 1 | -0/+20 |
2007-09-22 | We don't need a hash table mapping input locations to strings. | Ian Lance Taylor | 1 | -20/+12 |
2007-09-21 | Set Stringpool zero_null option via a call, not a default constructor | Ian Lance Taylor | 1 | -2/+2 |
2007-05-16 | Add support for SHF_MERGE sections. | Ian Lance Taylor | 1 | -0/+226 |