Age | Commit message (Expand) | Author | Files | Lines |
2008-02-07 | Support --oformat binary. | Ian Lance Taylor | 7 | -21/+155 |
2008-02-07 | Ignore version scripts for relocatable links. | Ian Lance Taylor | 3 | -0/+23 |
2008-02-07 | Even when stripping all symbols, we need to write out the dynamic | Ian Lance Taylor | 2 | -12/+13 |
2008-02-07 | Implement --just-symbols, including -R FILE. Fix symbol values when | Ian Lance Taylor | 15 | -24/+321 |
2008-02-06 | Support creating empty output when there are no input objects. | Ian Lance Taylor | 10 | -55/+198 |
2008-02-06 | Fix group signature handling for relocatable link, add bootstrap | Ian Lance Taylor | 7 | -37/+204 |
2008-02-06 | Initial -r support. | Ian Lance Taylor | 18 | -90/+1696 |
2008-02-05 | From Ollie Wild: add missing backquote to install-exec-local. | Ian Lance Taylor | 2 | -2/+2 |
2008-02-04 | Print PHDRS clause for debugging. | Ian Lance Taylor | 1 | -0/+43 |
2008-02-04 | Implement PHDRS. | Ian Lance Taylor | 13 | -72/+934 |
2008-02-04 | Treat an empty directory argument as the current directory. | Ian Lance Taylor | 1 | -1/+4 |
2008-02-04 | From Craig Silverstein: support @file expansion. | Ian Lance Taylor | 1 | -1/+7 |
2008-02-04 | Implement SIZEOF_HEADERS, section constraints, other minor linker | Ian Lance Taylor | 9 | -114/+501 |
2008-02-04 | Fully implement SECTIONS clause. | Ian Lance Taylor | 1 | -3/+31 |
2008-02-04 | Fully implement the SECTIONS clause. | Ian Lance Taylor | 23 | -418/+3019 |
2008-02-02 | Don't record file offset for CIEs. | Ian Lance Taylor | 2 | -26/+21 |
2008-02-01 | From Cary Coutant: Ignore hidden symbols in a dynamic object. | Ian Lance Taylor | 1 | -2/+5 |
2008-02-01 | From Cary Coutant: Fix a case in which code takes the address of a | Ian Lance Taylor | 8 | -54/+147 |
2008-01-26 | Permit ordinary object files in groups. | Ian Lance Taylor | 1 | -11/+0 |
2008-01-26 | Don't pass around the target in order to define symbols; get it from | Ian Lance Taylor | 13 | -109/+98 |
2008-01-24 | From Craig Silverstein: Simplify Version_script_info::symbol_is_local | Ian Lance Taylor | 1 | -4/+5 |
2008-01-24 | From Cary Coutant: Fix last patch. | Ian Lance Taylor | 1 | -11/+4 |
2008-01-24 | Originally from Craig Silverstein, with changes: support using a | Ian Lance Taylor | 8 | -155/+285 |
2008-01-23 | Use string instead of STRING, so that we handled QUOTED_STRING. | Ian Lance Taylor | 1 | -12/+10 |
2008-01-23 | From Cary Coutant: Fix mixing PIC and non-PIC relocs in the same | Ian Lance Taylor | 8 | -32/+105 |
2008-01-23 | Add explicit dependencies on yyscript.h to make sure that it is | Ian Lance Taylor | 2 | -0/+4 |
2008-01-23 | Parse a SECTIONS clause in a linker script. | Ian Lance Taylor | 16 | -268/+2199 |
2008-01-22 | Include <vector>. | Ian Lance Taylor | 1 | -0/+1 |
2008-01-18 | From Craig Silverstein: Optionally print command line for easier | Ian Lance Taylor | 1 | -1/+87 |
2008-01-18 | From Craig Silverstein: Handle quoted strings differently in version | Ian Lance Taylor | 7 | -54/+135 |
2008-01-18 | Don't include options.h in fileread.h. Remove General_options | Ian Lance Taylor | 7 | -23/+27 |
2008-01-15 | From Andrew Chatham and Craig Silverstein: Add support for version | Ian Lance Taylor | 20 | -106/+1017 |
2008-01-09 | Support assignments and expressions in linker scripts. | Ian Lance Taylor | 21 | -427/+1859 |
2008-01-07 | Report linker script errors with line numbers. Ignore OUTPUT_FORMAT | Ian Lance Taylor | 5 | -32/+62 |
2008-01-06 | Add support for -e and for ENTRY in linker scripts. | Ian Lance Taylor | 9 | -23/+137 |
2008-01-04 | Add -h/-soname option. | Ian Lance Taylor | 3 | -0/+21 |
2008-01-04 | Don't create the postprocessing buffer if it already exists. | Ian Lance Taylor | 1 | -1/+3 |
2008-01-02 | Add cast to avoid signed/unsigned warning. | Ian Lance Taylor | 1 | -2/+5 |
2008-01-02 | Reduce the number of system calls. Use readv instead of pread. Do | Ian Lance Taylor | 12 | -120/+404 |
2007-12-22 | Use a simpler hash function. | Ian Lance Taylor | 1 | -21/+9 |
2007-12-22 | Correct contributor name on new tests, remove #if 0 code. | Ian Lance Taylor | 8 | -18/+8 |
2007-12-21 | From Cary Coutant: Fix handling of versioned symbols, add some tests. | Ian Lance Taylor | 15 | -107/+501 |
2007-12-21 | Correct handling of non-section symbol in merged section. Avoid some | Ian Lance Taylor | 5 | -8/+9 |
2007-12-21 | Speed up relocations against local symbols in merged sections. | Ian Lance Taylor | 10 | -210/+598 |
2007-12-20 | Fix buglet in last patch. | Ian Lance Taylor | 1 | -7/+7 |
2007-12-20 | Convert more instances of off_t to be 32-bit types. | Ian Lance Taylor | 12 | -93/+109 |
2007-12-20 | Update comments about output offsets and merged input sections. | Ian Lance Taylor | 4 | -22/+49 |
2007-12-20 | Remove one inline. | Ian Lance Taylor | 1 | -1/+1 |
2007-12-20 | Make functions on hot path inline. Remove a mistaken virtual | Ian Lance Taylor | 3 | -4/+4 |
2007-12-19 | Move Stringpool offsets into a chunked_vector indexed by keys. | Ian Lance Taylor | 4 | -60/+136 |