Age | Commit message (Expand) | Author | Files | Lines |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-06-23 | PR 22843: ld, gold: Add --dependency-file option. | Roland McGrath | 1 | -1/+13 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
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-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-07-15 | 2013-07-15 Shawn Landden <shawnlandden@gmail.com> | Cary Coutant | 1 | -6/+7 |
2012-10-23 | gold/ | Cary Coutant | 1 | -0/+3 |
2011-04-12 | * archive.cc (Archive::include_member): Adjust call to | Cary Coutant | 1 | -0/+6 |
2011-03-09 | PR gold/12525 | Ian Lance Taylor | 1 | -7/+1 |
2010-12-14 | Fix typos in gold. | Ralf Wildenhues | 1 | -1/+1 |
2010-08-25 | * archive.cc: Formatting fixes: Remove whitespace between | Nick Clifton | 1 | -1/+1 |
2010-07-13 | 2010-07-13 Rafael Espindola <espindola@google.com> | Rafael Ávila de Espíndola | 1 | -0/+14 |
2010-03-10 | * fileread.cc (File_read::~File_read): Don't delete whole_file_view_. | Cary Coutant | 1 | -2/+19 |
2010-02-24 | 2010-02-24 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -1/+15 |
2010-02-12 | * gold-threads.h (class Once): Define. | Ian Lance Taylor | 1 | -7/+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-10-28 | * fileread.cc: (File_read::View::~View): Use the new | Ian Lance Taylor | 1 | -7/+24 |
2009-10-09 | * configure.ac: Check for readv function also. | Ian Lance Taylor | 1 | -0/+6 |
2009-07-06 | * fileread.cc (File_read::get_mtime): New method. | Ian Lance Taylor | 1 | -0/+22 |
2009-03-14 | * readsyms.cc (Read_symbols::incompatible_warning): New function. | Ian Lance Taylor | 1 | -2/+15 |
2009-03-13 | * fileread.cc (Input_file::open): Remove options parameter. | Ian Lance Taylor | 1 | -3/+2 |
2009-02-28 | PR 6811 | Ian Lance Taylor | 1 | -0/+4 |
2009-01-15 | * archive.cc (Archive::get_elf_object_for_member): Remove call | Cary Coutant | 1 | -8/+3 |
2008-09-19 | Add plugin functionality for link-time optimization (LTO). | Cary Coutant | 1 | -0/+13 |
2008-07-25 | PR 5990 | Ian Lance Taylor | 1 | -11/+16 |
2008-04-02 | * fileread.cc (File_read::find_view): Add byteshift and vshifted | Ian Lance Taylor | 1 | -17/+57 |
2008-03-13 | Update copyright years. Update language files. | Ian Lance Taylor | 1 | -1/+1 |
2008-02-13 | Support selecting target by name. | Ian Lance Taylor | 1 | -1/+2 |
2008-02-08 | Add support for --format binary for input files. | Ian Lance Taylor | 1 | -0/+4 |
2008-02-07 | Implement --just-symbols, including -R FILE. Fix symbol values when | Ian Lance Taylor | 1 | -0/+4 |
2008-01-22 | Include <vector>. | Ian Lance Taylor | 1 | -0/+1 |
2008-01-18 | Don't include options.h in fileread.h. Remove General_options | Ian Lance Taylor | 1 | -5/+4 |
2008-01-02 | Reduce the number of system calls. Use readv instead of pread. Do | Ian Lance Taylor | 1 | -3/+69 |
2007-12-20 | Convert more instances of off_t to be 32-bit types. | Ian Lance Taylor | 1 | -2/+2 |
2007-12-18 | Add section_size_type and section_offset_type, use them to replace a | Ian Lance Taylor | 1 | -8/+8 |
2007-12-14 | Rewrite workqueue. This version eliminates the master thread, and | Ian Lance Taylor | 1 | -17/+37 |
2007-12-14 | Add const to Object::read and Object::sized_target. | Ian Lance Taylor | 1 | -1/+5 |
2007-12-14 | Make some File_read methods const. | Ian Lance Taylor | 1 | -3/+3 |
2007-10-14 | Run all error handling through an Errors object. Delete output file | Ian Lance Taylor | 1 | -2/+3 |
2007-10-12 | Add --stats option to print runtime and memory usage statistics. | Ian Lance Taylor | 1 | -1/+22 |
2007-10-09 | Fix soname for library found in search path. | Ian Lance Taylor | 1 | -3/+17 |
2007-10-04 | Full support for --sysroot. | Ian Lance Taylor | 1 | -1/+10 |
2007-09-25 | Use mmap to read from input files. | Ian Lance Taylor | 1 | -3/+5 |
2007-09-25 | Add cache parameter to get_view. Discard uncached views on unlock. | Ian Lance Taylor | 1 | -12/+22 |
2007-09-25 | Rework File_read interface. Get file size. Use pread when | Ian Lance Taylor | 1 | -10/+14 |