Age | Commit message (Expand) | Author | Files | Lines |
2008-01-04 | Add -h/-soname option. | Ian Lance Taylor | 1 | -0/+7 |
2008-01-02 | Reduce the number of system calls. Use readv instead of pread. Do | Ian Lance Taylor | 1 | -3/+2 |
2007-12-21 | Speed up relocations against local symbols in merged sections. | Ian Lance Taylor | 1 | -2/+12 |
2007-12-19 | Use string length when available when calling Stringpool. Compare | Ian Lance Taylor | 1 | -1/+1 |
2007-12-18 | Don't write unattached after_input sections twice. | Ian Lance Taylor | 1 | -8/+0 |
2007-12-18 | Print statistics about merge sections with --stats. | Ian Lance Taylor | 1 | -0/+5 |
2007-12-14 | Rewrite workqueue. This version eliminates the master thread, and | Ian Lance Taylor | 1 | -65/+68 |
2007-12-14 | From Craig Silverstein: size hash tables to avoid resizing. | Ian Lance Taylor | 1 | -0/+19 |
2007-12-11 | From Cary Coutant: Set DF_STATIC_TLS as appropriate. | Ian Lance Taylor | 1 | -1/+4 |
2007-12-07 | From Cary Coutant: Fix x86_64 TLS. Also set DT_TEXTREL as well as | Ian Lance Taylor | 1 | -1/+5 |
2007-12-07 | Fix ehframe header handling for shared libraries. | Ian Lance Taylor | 1 | -1/+3 |
2007-12-06 | From Cary Coutant: More support for generating shared libraries. | Ian Lance Taylor | 1 | -9/+58 |
2007-12-05 | Stringpool stats. Also make Symbol_table support functions inline. | Ian Lance Taylor | 1 | -0/+10 |
2007-12-01 | Compress all debug sections. | Ian Lance Taylor | 1 | -18/+33 |
2007-11-30 | From Craig Silverstein: Add support for compressing .debug_str section. | Ian Lance Taylor | 1 | -7/+39 |
2007-11-29 | Clean up setting address and section offset. | Ian Lance Taylor | 1 | -35/+55 |
2007-11-15 | From Cary Coutant: Count textrel with output sections rather than | Ian Lance Taylor | 1 | -9/+22 |
2007-11-15 | From Craig Silverstein: Add --strip-debug-gdb. | Ian Lance Taylor | 1 | -0/+35 |
2007-11-14 | From Cary Coutant: Improve i386 shared library TLS support. | Ian Lance Taylor | 1 | -1/+9 |
2007-11-14 | Add heuristics for undefined symbol warnings. | Ian Lance Taylor | 1 | -2/+2 |
2007-11-09 | Generate a complete exception frame header. Discard duplicate | Ian Lance Taylor | 1 | -42/+236 |
2007-11-07 | From Craig Silverstein and Cary Coutant: fix assignment of section | Ian Lance Taylor | 1 | -5/+21 |
2007-11-01 | From Cary Coutant: More support for -shared, including fixes to GOT | Ian Lance Taylor | 1 | -1/+2 |
2007-10-27 | From Cary Coutant: Set offsets of sections with data before finalizing | Ian Lance Taylor | 1 | -3/+14 |
2007-10-23 | Add support for PT_GNU_STACK. | Ian Lance Taylor | 1 | -7/+79 |
2007-10-22 | Fix versions of copied symbols. | Ian Lance Taylor | 1 | -6/+8 |
2007-10-18 | Rework section mapping algorithm to handle .data.rel.ro sections. | Ian Lance Taylor | 1 | -26/+53 |
2007-10-16 | From Cary Coutant: preliminary shared library support. | Ian Lance Taylor | 1 | -2/+2 |
2007-10-16 | From Craig Silverstein: implement -Ttext. | Ian Lance Taylor | 1 | -1/+5 |
2007-10-14 | From Craig Silverstein: always use 32-bit format for gold note. | Ian Lance Taylor | 1 | -0/+15 |
2007-10-12 | Add an option for Stringpools to not copy strings. | Ian Lance Taylor | 1 | -14/+15 |
2007-10-12 | Add --stats option to print runtime and memory usage statistics. | Ian Lance Taylor | 1 | -1/+3 |
2007-10-10 | Implement -s and -S options which strip symbols. | Ian Lance Taylor | 1 | -33/+59 |
2007-10-09 | Create a note section with the version of gold. | Ian Lance Taylor | 1 | -0/+75 |
2007-10-04 | Full support for --sysroot. | Ian Lance Taylor | 1 | -3/+3 |
2007-10-02 | From Craig Silverstein: avoid some signed/unsigned warnings from gcc 4.2. | Ian Lance Taylor | 1 | -1/+1 |
2007-09-26 | Put size and endianness in parameters. | Ian Lance Taylor | 1 | -32/+23 |
2007-09-26 | Add basic exception frame header, plus test. | Ian Lance Taylor | 1 | -1/+54 |
2007-09-23 | Fix typo in comment. | Ian Lance Taylor | 1 | -1/+1 |
2007-09-22 | Add licensing text to every source file. | Ian Lance Taylor | 1 | -0/+20 |
2007-09-22 | Define __start and __stop symbols. | Ian Lance Taylor | 1 | -0/+52 |
2007-09-21 | Add global parameters. | Ian Lance Taylor | 1 | -6/+6 |
2007-09-21 | Use nops when doing alignment padding between code sections. | Ian Lance Taylor | 1 | -1/+2 |
2007-09-12 | Don't try to find version definition index when creating an executable. | Ian Lance Taylor | 1 | -2/+2 |
2007-09-04 | Add support for --enable-target to control which template | Ian Lance Taylor | 1 | -12/+48 |
2007-08-21 | Force PT_LOAD segments to be aligned to the page size. | Ian Lance Taylor | 1 | -0/+4 |
2007-08-21 | Add support for -rpath. | Ian Lance Taylor | 1 | -0/+29 |
2007-05-16 | Add support for SHF_MERGE sections. | Ian Lance Taylor | 1 | -4/+7 |
2006-12-06 | gcc 3.2.2 and 4.1.0 portability hacks. | Ian Lance Taylor | 1 | -27/+23 |
2006-12-06 | Generate version information. | Ian Lance Taylor | 1 | -14/+165 |