Age | Commit message (Expand) | Author | Files | Lines |
2008-02-27 | Implement -q/--emit-relocs. | Ian Lance Taylor | 1 | -0/+10 |
2008-02-26 | From Craig Silverstein: rework handling of Script_options. | Ian Lance Taylor | 1 | -27/+13 |
2008-02-26 | From Craig Silverstein: implement -z max-page-size and -z | Ian Lance Taylor | 1 | -0/+30 |
2008-02-26 | From Craig Silverstein: rename option functions for future option | Ian Lance Taylor | 1 | -72/+73 |
2008-02-13 | Implement -Tdata and -Tbss. | Ian Lance Taylor | 1 | -5/+38 |
2008-02-13 | Support selecting target by name. | Ian Lance Taylor | 1 | -1/+7 |
2008-02-08 | Add support for --format binary for input files. | Ian Lance Taylor | 1 | -10/+21 |
2008-02-07 | Support --oformat binary. | Ian Lance Taylor | 1 | -0/+18 |
2008-02-07 | Implement --just-symbols, including -R FILE. Fix symbol values when | Ian Lance Taylor | 1 | -2/+24 |
2008-02-04 | Treat an empty directory argument as the current directory. | Ian Lance Taylor | 1 | -1/+4 |
2008-01-15 | From Andrew Chatham and Craig Silverstein: Add support for version | Ian Lance Taylor | 1 | -0/+5 |
2008-01-09 | Support assignments and expressions in linker scripts. | Ian Lance Taylor | 1 | -11/+29 |
2008-01-06 | Add support for -e and for ENTRY in linker scripts. | Ian Lance Taylor | 1 | -0/+15 |
2008-01-04 | Add -h/-soname option. | Ian Lance Taylor | 1 | -0/+10 |
2007-12-14 | Fix --thread-count-middle and --thread-count-final. | Ian Lance Taylor | 1 | -2/+2 |
2007-12-08 | From Craig Silverstein: Fix error message, add this->. | Ian Lance Taylor | 1 | -2/+2 |
2007-12-04 | From Craig Silverstein: Use gold_fatal in options.h, beef up value checks. | Ian Lance Taylor | 1 | -14/+16 |
2007-11-30 | From Craig Silverstein: Add support for compressing .debug_str section. | Ian Lance Taylor | 1 | -2/+34 |
2007-11-22 | Add threading support. | Ian Lance Taylor | 1 | -1/+17 |
2007-11-15 | From Craig Silverstein: Add --strip-debug-gdb. | Ian Lance Taylor | 1 | -1/+13 |
2007-11-15 | From Craig Silverstein: Add support for --demangle. | Ian Lance Taylor | 1 | -0/+14 |
2007-11-14 | Warn about undefined references in shared libraries if we have seen | Ian Lance Taylor | 1 | -0/+15 |
2007-11-14 | From Craig Silverstein: Rework debug info code a bit, add option for | Ian Lance Taylor | 1 | -0/+10 |
2007-10-30 | From Craig Silverstein: Implement OPTION in linker scripts. | Ian Lance Taylor | 1 | -0/+5 |
2007-10-27 | From Craig Silverstein and Ian Lance Taylor: Process --script option. | Ian Lance Taylor | 1 | -9/+15 |
2007-10-26 | From Craig Silverstein: Minimal --script implementation. | Ian Lance Taylor | 1 | -0/+8 |
2007-10-23 | Add support for PT_GNU_STACK. | Ian Lance Taylor | 1 | -0/+34 |
2007-10-22 | Implement -Bstatic/-Bdynamic. | Ian Lance Taylor | 1 | -2/+2 |
2007-10-18 | Add support for -Bsymbolic. | Ian Lance Taylor | 1 | -0/+10 |
2007-10-17 | Add infrastructure for threading support. | Ian Lance Taylor | 1 | -0/+77 |
2007-10-16 | From Craig Silverstein: implement -Ttext. | Ian Lance Taylor | 1 | -1/+26 |
2007-10-12 | Add --stats option to print runtime and memory usage statistics. | Ian Lance Taylor | 1 | -0/+10 |
2007-10-10 | From Craig Silverstein: don't permit -s and -r. | Ian Lance Taylor | 1 | -0/+7 |
2007-10-10 | Implement -s and -S options which strip symbols. | Ian Lance Taylor | 1 | -0/+30 |
2007-10-04 | Full support for --sysroot. | Ian Lance Taylor | 1 | -5/+67 |
2007-10-02 | From Craig Silverstein: add support for searching for input files | Ian Lance Taylor | 1 | -2/+27 |
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/+11 |
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 | -0/+10 |
2007-08-22 | Recognize and ignore the --eh-frame-hdr option. | Ian Lance Taylor | 1 | -0/+10 |
2007-08-22 | Add support for -E/--export-dynamic. Also clean up --help output a bit. | Ian Lance Taylor | 1 | -0/+10 |
2007-08-21 | Implement --whole-archive. | Ian Lance Taylor | 1 | -0/+15 |
2007-08-21 | Add support for -rpath. | Ian Lance Taylor | 1 | -1/+11 |
2006-11-29 | Hash tables, dynamic section, i386 PLT, gold_assert. | Ian Lance Taylor | 1 | -4/+3 |
2006-11-14 | More dynamic object support, initial scripting support. | Ian Lance Taylor | 1 | -14/+86 |
2006-11-03 | Ignored the -m option, for old linker compatibility. | Ian Lance Taylor | 1 | -0/+4 |
2006-11-03 | Can now do a full static link of hello, world in C or C++ | Ian Lance Taylor | 1 | -14/+132 |
2006-10-20 | Framework for relocation scanning. Implement simple static TLS | Ian Lance Taylor | 1 | -2/+16 |
2006-09-29 | Snapshot. Now able to produce a minimal executable which actually | Ian Lance Taylor | 1 | -7/+22 |