Age | Commit message (Expand) | Author | Files | Lines |
2011-10-18 | * gold.cc: Include timer.h. | Cary Coutant | 1 | -1/+12 |
2011-07-15 | * options.h (class General_options): Add --print-output-format. | Ian Lance Taylor | 1 | -1/+7 |
2011-07-06 | * incremental.cc (Incremental_inputs::report_command_line): Ignore | Cary Coutant | 1 | -0/+8 |
2011-06-28 | PR gold/12934 | Ian Lance Taylor | 1 | -4/+17 |
2011-05-25 | * archive.cc (Library_base::should_include_member): Pull in object | Ian Lance Taylor | 1 | -0/+14 |
2010-10-14 | * debug.h (DEBUG_INCREMENTAL): New flag. | Cary Coutant | 1 | -1/+44 |
2010-04-07 | 2010-04-07 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -1/+37 |
2010-02-12 | * gold-threads.h (class Once): Define. | Ian Lance Taylor | 1 | -14/+64 |
2010-02-03 | 2010-02-02 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -1/+4 |
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-09-30 | * object.h (class Object): Remove target_ field, and target, | Ian Lance Taylor | 1 | -33/+46 |
2009-03-24 | 2009-03-23 Ian Lance Taylor <iant@google.com> | Ian Lance Taylor | 1 | -1/+2 |
2009-03-14 | * readsyms.cc (Read_symbols::incompatible_warning): New function. | Ian Lance Taylor | 1 | -0/+10 |
2008-03-13 | Update copyright years. Update language files. | Ian Lance Taylor | 1 | -1/+1 |
2008-03-13 | From Craig Silverstein: Implement --debug=files to track file opens, | Ian Lance Taylor | 1 | -0/+3 |
2008-03-06 | Don't use the user-specified output format unless the user actually | Ian Lance Taylor | 1 | -1/+1 |
2008-03-04 | From Craig Silverstein: rework option handling to make it easier to | Ian Lance Taylor | 1 | -2/+4 |
2008-03-04 | From Craig Silverstein: rename some option functions in preparation | Ian Lance Taylor | 1 | -3/+3 |
2008-02-28 | From Craig Silverstein: Have Parameters point to General_options. | Ian Lance Taylor | 1 | -85/+100 |
2008-02-27 | Implement -q/--emit-relocs. | Ian Lance Taylor | 1 | -1/+2 |
2008-02-26 | From Craig Silverstein: implement -z max-page-size and -z | Ian Lance Taylor | 1 | -1/+5 |
2008-02-26 | From Craig Silverstein: rename option functions for future option | Ian Lance Taylor | 1 | -4/+4 |
2007-12-01 | Compress all debug sections. | Ian Lance Taylor | 1 | -14/+13 |
2007-11-22 | Add threading support. | Ian Lance Taylor | 1 | -2/+4 |
2007-11-15 | From Craig Silverstein: Add --strip-debug-gdb. | Ian Lance Taylor | 1 | -0/+2 |
2007-11-15 | From Craig Silverstein: Add support for --demangle. | Ian Lance Taylor | 1 | -1/+2 |
2007-11-14 | Warn about undefined references in shared libraries if we have seen | Ian Lance Taylor | 1 | -1/+3 |
2007-11-14 | From Craig Silverstein: Rework debug info code a bit, add option for | Ian Lance Taylor | 1 | -1/+2 |
2007-10-27 | From Craig Silverstein and Ian Lance Taylor: Process --script option. | Ian Lance Taylor | 1 | -8/+31 |
2007-10-18 | Add support for -Bsymbolic. | Ian Lance Taylor | 1 | -1/+1 |
2007-10-16 | From Cary Coutant: preliminary shared library support. | Ian Lance Taylor | 1 | -1/+2 |
2007-10-14 | Run all error handling through an Errors object. Delete output file | Ian Lance Taylor | 1 | -4/+5 |
2007-10-10 | Implement -s and -S options which strip symbols. | Ian Lance Taylor | 1 | -0/+7 |
2007-10-04 | Full support for --sysroot. | Ian Lance Taylor | 1 | -1/+2 |
2007-09-28 | Use parameters to track whether we are doing a static link. Fix up | Ian Lance Taylor | 1 | -1/+21 |
2007-09-26 | Put size and endianness in parameters. | Ian Lance Taylor | 1 | -2/+31 |
2007-09-22 | Add licensing text to every source file. | Ian Lance Taylor | 1 | -0/+20 |
2007-09-21 | Add global parameters. | Ian Lance Taylor | 1 | -0/+36 |