Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-11-15 | From Craig Silverstein: Add support for --demangle. | Ian Lance Taylor | 1 | -0/+12 |
2007-11-14 | Add heuristics for undefined symbol warnings. | Ian Lance Taylor | 1 | -1/+1 |
2007-11-14 | Default to --allow-shlib-undefined for now. | Ian Lance Taylor | 1 | -1/+1 |
2007-11-14 | Warn about undefined references in shared libraries if we have seen | Ian Lance Taylor | 1 | -0/+9 |
2007-11-14 | From Craig Silverstein: Rework debug info code a bit, add option for | Ian Lance Taylor | 1 | -0/+4 |
2007-10-30 | From Craig Silverstein: Implement OPTION in linker scripts. | Ian Lance Taylor | 1 | -135/+147 |
2007-10-27 | From Craig Silverstein and Ian Lance Taylor: Process --script option. | Ian Lance Taylor | 1 | -28/+83 |
2007-10-26 | From Craig Silverstein: Minimal --script implementation. | Ian Lance Taylor | 1 | -0/+3 |
2007-10-23 | Add support for PT_GNU_STACK. | Ian Lance Taylor | 1 | -2/+58 |
2007-10-22 | Implement -Bstatic/-Bdynamic. | Ian Lance Taylor | 1 | -0/+8 |
2007-10-18 | Add support for -Bsymbolic. | Ian Lance Taylor | 1 | -0/+3 |
2007-10-17 | Add infrastructure for threading support. | Ian Lance Taylor | 1 | -1/+24 |
2007-10-16 | From Craig Silverstein: implement -Ttext. | Ian Lance Taylor | 1 | -23/+27 |
2007-10-15 | Fix exit status. | Ian Lance Taylor | 1 | -3/+3 |
2007-10-14 | Run all error handling through an Errors object. Delete output file | Ian Lance Taylor | 1 | -3/+3 |