Age | Commit message (Expand) | Author | Files | Lines |
2009-05-26 | 2009-05-26 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -6/+9 |
2009-05-19 | 2009-05-19 Doug Kwan <dougkwan@google.com> | Cary Coutant | 1 | -0/+61 |
2009-03-06 | * options.cc (parse_short_option): Keep dash_z from registering itself. | Cary Coutant | 1 | -1/+1 |
2009-02-28 | PR 6811 | Ian Lance Taylor | 1 | -3/+23 |
2009-02-06 | * options.h (enum Incremental_disposition): Define. | Ian Lance Taylor | 1 | -1/+30 |
2009-01-23 | * options.h (General_options::gc_sections): Define as a no-op for now. | Christopher Faylor | 1 | -0/+3 |
2008-12-05 | 2008-12-05 Rafael Avila de Espindola <espindola@google.com> | Cary Coutant | 1 | -3/+22 |
2008-11-06 | * options.cc (General_options::parse_dynamic_list): New function. | Craig Silverstein | 1 | -0/+8 |
2008-10-07 | * options.c (General_options::finalize): Add check for -static and | Cary Coutant | 1 | -0/+3 |
2008-09-19 | Add plugin functionality for link-time optimization (LTO). | Cary Coutant | 1 | -1/+21 |
2008-08-28 | 2008-08-28 Kris Van Hees <kris.van.hees@oracle.com> | Kris Van Hees | 1 | -0/+3 |
2008-07-22 | * options.h (class General_options): Define -n/--nmagic and | Ian Lance Taylor | 1 | -0/+4 |
2008-05-28 | elfcpp/: | Ian Lance Taylor | 1 | -2/+4 |
2008-05-21 | * mapfile.cc: New file. | Ian Lance Taylor | 1 | -0/+7 |
2008-05-06 | * options.h (DEFINE_var): Add set_user_set_##varname__. | Ian Lance Taylor | 1 | -6/+0 |
2008-04-17 | * errors.cc (Errors::info): New function. | Cary Coutant | 1 | -8/+7 |
2008-04-17 | * options.cc (General_options::parse_V): New function. | David S. Miller | 1 | -0/+13 |
2008-04-11 | * options.h (General_options): Add entries for '-Y' and | Ian Lance Taylor | 1 | -4/+27 |
2008-04-09 | * options.h (class General_options): Define --wrap as a special | Ian Lance Taylor | 1 | -1/+8 |
2008-03-26 | PR gold/5986 | Ian Lance Taylor | 1 | -0/+1 |
2008-03-25 | * options.cc: Include "../bfd/bfdver.h". | Ian Lance Taylor | 1 | -0/+6 |
2008-03-25 | * options.cc (options::help): Print list of supported targets. | Ian Lance Taylor | 1 | -0/+11 |
2008-03-24 | * options.cc: Include "demangle.h". | Ian Lance Taylor | 1 | -2/+39 |
2008-03-07 | Recognize --hash-bucket-empty-fraction. | Ian Lance Taylor | 1 | -0/+18 |
2008-03-06 | Use N_ for option help strings, and call gettext when printing them. | Ian Lance Taylor | 1 | -3/+3 |
2008-03-06 | From Craig Silverstein: accept any string for input format, warn if | Ian Lance Taylor | 1 | -1/+17 |
2008-03-04 | From Craig Silverstein: rework option handling to make it easier to | Ian Lance Taylor | 1 | -976/+535 |
2008-03-04 | From Craig Silverstein: rename some option functions in preparation | Ian Lance Taylor | 1 | -1/+1 |
2008-02-28 | Support -d/--define-common. | Ian Lance Taylor | 1 | -1/+15 |
2008-02-28 | From Craig Silverstein: Have Parameters point to General_options. | Ian Lance Taylor | 1 | -29/+0 |
2008-02-27 | Implement -q/--emit-relocs. | Ian Lance Taylor | 1 | -1/+4 |
2008-02-26 | From Craig Silverstein: rework handling of Script_options. | Ian Lance Taylor | 1 | -17/+22 |
2008-02-26 | From Craig Silverstein: implement -z max-page-size and -z | Ian Lance Taylor | 1 | -12/+44 |
2008-02-26 | From Craig Silverstein: rename option functions for future option | Ian Lance Taylor | 1 | -41/+45 |
2008-02-13 | Implement -Tdata and -Tbss. | Ian Lance Taylor | 1 | -3/+12 |
2008-02-13 | Support selecting target by name. | Ian Lance Taylor | 1 | -1/+33 |
2008-02-08 | Add support for --format binary for input files. | Ian Lance Taylor | 1 | -15/+40 |
2008-02-07 | Support --oformat binary. | Ian Lance Taylor | 1 | -2/+28 |
2008-02-07 | Implement --just-symbols, including -R FILE. Fix symbol values when | Ian Lance Taylor | 1 | -5/+48 |
2008-02-06 | Initial -r support. | Ian Lance Taylor | 1 | -0/+3 |
2008-01-23 | Parse a SECTIONS clause in a linker script. | Ian Lance Taylor | 1 | -1/+2 |
2008-01-15 | From Andrew Chatham and Craig Silverstein: Add support for version | Ian Lance Taylor | 1 | -1/+20 |
2008-01-09 | Support assignments and expressions in linker scripts. | Ian Lance Taylor | 1 | -13/+25 |
2008-01-07 | Report linker script errors with line numbers. Ignore OUTPUT_FORMAT | Ian Lance Taylor | 1 | -2/+1 |
2008-01-06 | Add support for -e and for ENTRY in linker scripts. | Ian Lance Taylor | 1 | -2/+6 |
2008-01-04 | Add -h/-soname option. | Ian Lance Taylor | 1 | -0/+4 |
2007-12-08 | From Craig Silverstein: Fix error message, add this->. | Ian Lance Taylor | 1 | -1/+1 |
2007-11-30 | From Craig Silverstein: Add support for compressing .debug_str section. | Ian Lance Taylor | 1 | -0/+12 |
2007-11-22 | Add threading support. | Ian Lance Taylor | 1 | -6/+59 |
2007-11-15 | From Craig Silverstein: Add --strip-debug-gdb. | Ian Lance Taylor | 1 | -0/+5 |