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