| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | From Andrew Chatham and Craig Silverstein: Add support for version | Ian Lance Taylor | 2008-01-15 | 1 | -1/+24 |
* | Reduce the number of system calls. Use readv instead of pread. Do | Ian Lance Taylor | 2008-01-02 | 1 | -17/+13 |
* | Convert more instances of off_t to be 32-bit types. | Ian Lance Taylor | 2007-12-20 | 1 | -1/+2 |
* | Add section_size_type and section_offset_type, use them to replace a | Ian Lance Taylor | 2007-12-18 | 1 | -1/+1 |
* | Rewrite workqueue. This version eliminates the master thread, and | Ian Lance Taylor | 2007-12-14 | 1 | -3/+3 |
* | From Craig Silverstein: size hash tables to avoid resizing. | Ian Lance Taylor | 2007-12-14 | 1 | -1/+4 |
* | From Cary Coutant: Fix handling of RELATIVE RELA relocs. | Ian Lance Taylor | 2007-12-07 | 1 | -16/+0 |
* | Print symbol table statistics with --stats. | Ian Lance Taylor | 2007-12-04 | 1 | -0/+4 |
* | Add threading support. | Ian Lance Taylor | 2007-11-22 | 1 | -0/+10 |
* | From Craig Silverstein: Add support for --demangle. | Ian Lance Taylor | 2007-11-15 | 1 | -0/+7 |
* | From Cary Coutant: Improve i386 shared library TLS support. | Ian Lance Taylor | 2007-11-14 | 1 | -0/+47 |
* | From Craig Silverstein: Report output file name with ODR violation | Ian Lance Taylor | 2007-11-14 | 1 | -1/+1 |
* | Add heuristics for undefined symbol warnings. | Ian Lance Taylor | 2007-11-14 | 1 | -3/+8 |
* | From Craig Silverstein: First cut at detecting ODR violations. | Ian Lance Taylor | 2007-11-13 | 1 | -3/+45 |
* | Correct handling of GOT references in a regular object. | Ian Lance Taylor | 2007-11-12 | 1 | -0/+4 |
* | From Cary Coutant: More shared library support, some refactorization. | Ian Lance Taylor | 2007-11-09 | 1 | -0/+82 |
* | Generate a complete exception frame header. Discard duplicate | Ian Lance Taylor | 2007-11-09 | 1 | -1/+1 |
* | Add support for PT_GNU_STACK. | Ian Lance Taylor | 2007-10-23 | 1 | -1/+1 |
* | Fix versions of copied symbols. | Ian Lance Taylor | 2007-10-22 | 1 | -13/+37 |
* | Add support for -Bsymbolic. | Ian Lance Taylor | 2007-10-18 | 1 | -1/+2 |
* | From Cary Coutant: preliminary shared library support. | Ian Lance Taylor | 2007-10-16 | 1 | -0/+15 |
* | Keep track of weak aliases, so that overriding environ works. | Ian Lance Taylor | 2007-10-14 | 1 | -3/+39 |
* | Better multiple definition errors. | Ian Lance Taylor | 2007-10-14 | 1 | -1/+1 |
* | Run all error handling through an Errors object. Delete output file | Ian Lance Taylor | 2007-10-14 | 1 | -4/+9 |
* | Add an option for Stringpools to not copy strings. | Ian Lance Taylor | 2007-10-12 | 1 | -1/+1 |
* | Use parameters to track whether we are doing a static link. Fix up | Ian Lance Taylor | 2007-09-28 | 1 | -6/+1 |
* | Put size and endianness in parameters. | Ian Lance Taylor | 2007-09-26 | 1 | -17/+3 |
* | Use special value when we refer a function symbol in some way other | Ian Lance Taylor | 2007-09-23 | 1 | -1/+21 |
* | Add licensing text to every source file. | Ian Lance Taylor | 2007-09-22 | 1 | -0/+20 |
* | Canonicalize name and version when working with special symbols. | Ian Lance Taylor | 2007-09-22 | 1 | -2/+2 |
* | Add global parameters. | Ian Lance Taylor | 2007-09-21 | 1 | -2/+3 |
* | Let special symbols override existing symbols rather than | Ian Lance Taylor | 2007-09-19 | 1 | -2/+20 |
* | Any symbol which is in both a regular object and a dynamic object | Ian Lance Taylor | 2007-08-29 | 1 | -1/+4 |
* | Copy in_reg and in_dyn when resolving NAME/VERSION with NAME/NULL. | Ian Lance Taylor | 2007-08-29 | 1 | -0/+5 |
* | Add support for -E/--export-dynamic. Also clean up --help output a bit. | Ian Lance Taylor | 2007-08-22 | 1 | -0/+8 |
* | Don't emit symbols seen only in dynamic object, don't read duplicate | Ian Lance Taylor | 2006-12-06 | 1 | -0/+12 |
* | Generate version information. | Ian Lance Taylor | 2006-12-06 | 1 | -36/+40 |
* | gcc 3.2.2 portability hacks. | Ian Lance Taylor | 2006-12-01 | 1 | -1/+2 |
* | Can now dynamically link hello, world. | Ian Lance Taylor | 2006-12-01 | 1 | -12/+39 |
* | Hash tables, dynamic section, i386 PLT, gold_assert. | Ian Lance Taylor | 2006-11-29 | 1 | -31/+88 |
* | Snapshot. Includes first cut at output relocation sections. | Ian Lance Taylor | 2006-11-16 | 1 | -9/+79 |
* | More dynamic object support, initial scripting support. | Ian Lance Taylor | 2006-11-14 | 1 | -3/+20 |
* | Rework stringpool and hash tables so that we always generate the same | Ian Lance Taylor | 2006-11-07 | 1 | -5/+5 |
* | Split Object into Dynobj and Relobj, incorporate elfcpp swapping changes. | Ian Lance Taylor | 2006-11-06 | 1 | -17/+134 |
* | gcc 3.2.2 portability hacks. | Ian Lance Taylor | 2006-11-03 | 1 | -1/+2 |
* | Can now do a full static link of hello, world in C or C++ | Ian Lance Taylor | 2006-11-03 | 1 | -21/+401 |
* | Framework for relocation scanning. Implement simple static TLS | Ian Lance Taylor | 2006-10-20 | 1 | -0/+6 |
* | Clean up HAVE_MEMBER_TEMPLATE_SPECIFICATIONS somewhat. | Ian Lance Taylor | 2006-09-29 | 1 | -12/+6 |
* | Snapshot. Now able to produce a minimal executable which actually | Ian Lance Taylor | 2006-09-29 | 1 | -0/+18 |
* | Finished layout code. | Ian Lance Taylor | 2006-09-27 | 1 | -12/+21 |