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