Age | Commit message (Expand) | Author | Files | Lines |
2008-02-13 | Support selecting target by name. | Ian Lance Taylor | 1 | -0/+13 |
2008-02-12 | Support dynamic relocations against local section symbols. | Ian Lance Taylor | 1 | -15/+28 |
2008-02-08 | From Cary Coutant: fix handling of undefined symbols in shared | Ian Lance Taylor | 1 | -2/+4 |
2008-02-06 | Initial -r support. | Ian Lance Taylor | 1 | -0/+180 |
2008-02-01 | From Cary Coutant: Fix a case in which code takes the address of a | Ian Lance Taylor | 1 | -1/+1 |
2008-01-26 | Don't pass around the target in order to define symbols; get it from | Ian Lance Taylor | 1 | -2/+2 |
2008-01-23 | From Cary Coutant: Fix mixing PIC and non-PIC relocs in the same | Ian Lance Taylor | 1 | -3/+5 |
2007-12-21 | From Cary Coutant: Fix handling of versioned symbols, add some tests. | Ian Lance Taylor | 1 | -1/+4 |
2007-12-20 | Convert more instances of off_t to be 32-bit types. | Ian Lance Taylor | 1 | -24/+27 |
2007-12-11 | From Cary Coutant: Set DF_STATIC_TLS as appropriate. | Ian Lance Taylor | 1 | -0/+4 |
2007-12-11 | From Cary Coutant: Fix x86_64 TLS problem. | Ian Lance Taylor | 1 | -25/+32 |
2007-12-07 | From Cary Coutant: Fix x86_64 TLS. Also set DT_TEXTREL as well as | Ian Lance Taylor | 1 | -17/+19 |
2007-12-07 | From Cary Coutant: Fix handling of RELATIVE RELA relocs. | Ian Lance Taylor | 1 | -14/+17 |
2007-12-07 | From Cary Coutant: Some x86_64 shared library fixes. | Ian Lance Taylor | 1 | -19/+12 |
2007-12-06 | From Cary Coutant: More support for generating shared libraries. | Ian Lance Taylor | 1 | -52/+244 |
2007-11-29 | Clean up setting address and section offset. | Ian Lance Taylor | 1 | -6/+6 |
2007-11-15 | From Cary Coutant: Count textrel with output sections rather than | Ian Lance Taylor | 1 | -16/+20 |
2007-11-15 | From Craig Silverstein: Add support for --demangle. | Ian Lance Taylor | 1 | -2/+3 |
2007-11-14 | From Cary Coutant: Improve i386 shared library TLS support. | Ian Lance Taylor | 1 | -0/+4 |
2007-11-14 | Add heuristics for undefined symbol warnings. | Ian Lance Taylor | 1 | -0/+5 |
2007-11-14 | Revert last patch. | Ian Lance Taylor | 1 | -5/+0 |
2007-11-14 | Support special always-defined symbols for targets. | Ian Lance Taylor | 1 | -0/+5 |
2007-11-12 | Correct handling of GOT references in a regular object. | Ian Lance Taylor | 1 | -1/+2 |
2007-11-09 | From Cary Coutant: More shared library support, some refactorization. | Ian Lance Taylor | 1 | -75/+96 |
2007-11-09 | Generate a complete exception frame header. Discard duplicate | Ian Lance Taylor | 1 | -6/+15 |
2007-11-02 | From Cary Coutant: Correct generation of RELATIVE relocs. | Ian Lance Taylor | 1 | -13/+28 |
2007-11-01 | From Cary Coutant: More support for -shared, including fixes to GOT | Ian Lance Taylor | 1 | -42/+114 |
2007-10-30 | Adjust PLTOFF64 calculation. | Ian Lance Taylor | 1 | -2/+2 |
2007-10-30 | From Craig Silverstein: Implement GOTPLT64 and PLTOFF64. | Ian Lance Taylor | 1 | -4/+29 |
2007-10-29 | From Craig Silverstein: Clean up some unnecessary TODO markers. | Ian Lance Taylor | 1 | -14/+15 |
2007-10-29 | From Craig Silverstein: better organization for TLS code. | Ian Lance Taylor | 1 | -134/+132 |
2007-10-23 | Add support for PT_GNU_STACK. | Ian Lance Taylor | 1 | -0/+1 |
2007-10-22 | Fix versions of copied symbols. | Ian Lance Taylor | 1 | -6/+1 |
2007-10-20 | From Craig Silverstein: handle PLT32 relocs against local symbols for | Ian Lance Taylor | 1 | -2/+7 |
2007-10-16 | From Craig Silverstein: implement -Ttext. | Ian Lance Taylor | 1 | -1/+1 |
2007-10-16 | From Craig Silverstein: support local GOT relocs for i386. | Ian Lance Taylor | 1 | -1/+0 |
2007-10-15 | From Craig Silverstein: add LD to LE TLS optimizations. | Ian Lance Taylor | 1 | -52/+53 |
2007-10-14 | Remove extraneous newlines. | Ian Lance Taylor | 1 | -1/+1 |
2007-10-14 | Run all error handling through an Errors object. Delete output file | Ian Lance Taylor | 1 | -72/+43 |
2007-10-13 | From Craig Silverstein: use tls.h in x86_64.cc. | Ian Lance Taylor | 1 | -66/+124 |
2007-10-12 | From Craig Silverstein: improve x86_64 TLS support. | Ian Lance Taylor | 1 | -135/+172 |
2007-10-11 | From Andrew Chatham: exit on relocation error. | Ian Lance Taylor | 1 | -4/+4 |
2007-10-04 | From Craig Silverstein: x86_64 TLS support. | Ian Lance Taylor | 1 | -283/+165 |
2007-10-03 | From Craig Silverstein: get all x86_64 tests passing. | Ian Lance Taylor | 1 | -15/+17 |
2007-10-03 | From Craig Silverstein: set symbol value for function pointer | Ian Lance Taylor | 1 | -1/+30 |
2007-10-02 | From Craig Silverstein: correct x86_64 dynamic tags. | Ian Lance Taylor | 1 | -2/+2 |
2007-10-01 | Cleanups from Craig Silverstein. | Ian Lance Taylor | 1 | -0/+7 |
2007-10-01 | From Craig Silverstein: New version of x86_64.cc. | Ian Lance Taylor | 1 | -69/+146 |
2007-10-01 | From Craig Silverstein: x86_64 support. | Ian Lance Taylor | 1 | -0/+1619 |