Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-12 | Add --stats option to print runtime and memory usage statistics. | Ian Lance Taylor | 1 | -0/+3 |
2007-10-10 | From Craig Silverstein: don't permit -s and -r. | Ian Lance Taylor | 1 | -0/+20 |
2007-10-10 | Implement -s and -S options which strip symbols. | Ian Lance Taylor | 1 | -0/+5 |
2007-10-07 | Add --version option. | Ian Lance Taylor | 1 | -1/+13 |
2007-10-04 | Full support for --sysroot. | Ian Lance Taylor | 1 | -7/+125 |
2007-10-02 | From Craig Silverstein: add support for searching for input files | Ian Lance Taylor | 1 | -1/+3 |
2007-09-22 | Add licensing text to every source file. | Ian Lance Taylor | 1 | -0/+20 |
2007-09-21 | From Craig Silverstein: Add -O option. | Ian Lance Taylor | 1 | -0/+4 |
2007-09-19 | Fix handling of --eh-frame-hdr option. | Ian Lance Taylor | 1 | -1/+1 |
2007-09-06 | Add -rpath-link option, currently unused. | Ian Lance Taylor | 1 | -1/+6 |
2007-08-22 | Recognize and ignore the --eh-frame-hdr option. | Ian Lance Taylor | 1 | -0/+3 |
2007-08-22 | Add support for -E/--export-dynamic. Also clean up --help output a bit. | Ian Lance Taylor | 1 | -5/+11 |
2007-08-21 | Implement --whole-archive. | Ian Lance Taylor | 1 | -1/+12 |
2007-08-21 | Add support for -rpath. | Ian Lance Taylor | 1 | -0/+3 |
2006-11-29 | Hash tables, dynamic section, i386 PLT, gold_assert. | Ian Lance Taylor | 1 | -4/+4 |
2006-11-14 | More dynamic object support, initial scripting support. | Ian Lance Taylor | 1 | -20/+55 |
2006-11-03 | Ignored the -m option, for old linker compatibility. | Ian Lance Taylor | 1 | -0/+2 |
2006-11-03 | Can now do a full static link of hello, world in C or C++ | Ian Lance Taylor | 1 | -5/+73 |
2006-10-20 | Framework for relocation scanning. Implement simple static TLS | Ian Lance Taylor | 1 | -0/+3 |
2006-09-29 | Snapshot. Now able to produce a minimal executable which actually | Ian Lance Taylor | 1 | -40/+97 |
2006-08-04 | Initial CVS checkin of gold | Ian Lance Taylor | 1 | -0/+414 |