Age | Commit message (Expand) | Author | Files | Lines |
2008-03-06 | Support --hash-style=gnu. | Ian Lance Taylor | 1 | -16/+42 |
2008-03-04 | From Craig Silverstein: rework option handling to make it easier to | Ian Lance Taylor | 1 | -1/+1 |
2008-03-04 | From Craig Silverstein: rename some option functions in preparation | Ian Lance Taylor | 1 | -4/+4 |
2008-02-29 | Remove gcc 3.2 compatibility hacks. | Ian Lance Taylor | 1 | -27/+22 |
2008-02-28 | Don't check assertions until symbols are finalized. Create an output | Ian Lance Taylor | 1 | -0/+12 |
2008-02-28 | Put input sections with no flags in output sections with the same name. | Ian Lance Taylor | 1 | -2/+15 |
2008-02-28 | From Craig Silverstein: Have Parameters point to General_options. | Ian Lance Taylor | 1 | -79/+64 |
2008-02-27 | Implement -q/--emit-relocs. | Ian Lance Taylor | 1 | -3/+5 |
2008-02-26 | From Craig Silverstein: rework handling of Script_options. | Ian Lance Taylor | 1 | -2/+3 |
2008-02-26 | From Craig Silverstein: rename option functions for future option | Ian Lance Taylor | 1 | -13/+13 |
2008-02-13 | Implement -Tdata and -Tbss. | Ian Lance Taylor | 1 | -17/+47 |
2008-02-12 | Set TEXTREL correctly when using a SECTIONS clause. | Ian Lance Taylor | 1 | -9/+31 |
2008-02-08 | Add support for --format binary for input files. | Ian Lance Taylor | 1 | -4/+4 |
2008-02-07 | Support --oformat binary. | Ian Lance Taylor | 1 | -0/+58 |
2008-02-07 | Implement --just-symbols, including -R FILE. Fix symbol values when | Ian Lance Taylor | 1 | -3/+3 |
2008-02-06 | Support creating empty output when there are no input objects. | Ian Lance Taylor | 1 | -1/+1 |
2008-02-06 | Fix group signature handling for relocatable link, add bootstrap | Ian Lance Taylor | 1 | -8/+42 |
2008-02-06 | Initial -r support. | Ian Lance Taylor | 1 | -19/+276 |
2008-02-04 | Implement PHDRS. | Ian Lance Taylor | 1 | -13/+37 |
2008-02-04 | Implement SIZEOF_HEADERS, section constraints, other minor linker | Ian Lance Taylor | 1 | -65/+78 |
2008-02-04 | Fully implement the SECTIONS clause. | Ian Lance Taylor | 1 | -103/+285 |
2008-01-26 | Don't pass around the target in order to define symbols; get it from | Ian Lance Taylor | 1 | -12/+8 |
2008-01-24 | Originally from Craig Silverstein, with changes: support using a | Ian Lance Taylor | 1 | -2/+2 |
2008-01-18 | Don't include options.h in fileread.h. Remove General_options | Ian Lance Taylor | 1 | -2/+2 |
2008-01-15 | From Andrew Chatham and Craig Silverstein: Add support for version | Ian Lance Taylor | 1 | -1/+1 |
2008-01-09 | Support assignments and expressions in linker scripts. | Ian Lance Taylor | 1 | -5/+9 |
2008-01-06 | Add support for -e and for ENTRY in linker scripts. | Ian Lance Taylor | 1 | -2/+4 |
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 |