| Commit message (Expand) | Author | Age | Files | Lines |
* | include/ChangeLog | Catherine Moore | 2011-07-11 | 1 | -0/+1 |
* | PR ld/12613 | Alan Modra | 2011-03-29 | 1 | -1/+1 |
* | Add support for DragonFlyBSD target. | Nick Clifton | 2011-03-28 | 1 | -0/+2 |
* | Update copyright dates. | Alan Modra | 2011-01-13 | 1 | -2/+2 |
* | PR ld/12356 | Alan Modra | 2011-01-13 | 1 | -0/+1 |
* | Add SORT_BY_INIT_PRIORITY. | H.J. Lu | 2010-12-15 | 1 | -0/+1 |
* | * ldlex.l (WILDCHAR): Add the caret and exclamation point | Nick Clifton | 2010-08-31 | 1 | -1/+1 |
* | ld/ | Richard Sandiford | 2010-02-10 | 1 | -1/+0 |
* | binutils/ | Ben Elliston | 2009-11-19 | 1 | -0/+2 |
* | * ldlex.l (yy_input): Remove second argument and return the value | Andreas Schwab | 2009-10-14 | 1 | -8/+9 |
* | update copyright dates | Alan Modra | 2009-09-02 | 1 | -1/+1 |
* | * ldgram.y: Add support for REGION_ALIAS operator. | Nick Clifton | 2009-03-02 | 1 | -1/+2 |
* | * ld.texinfo (File Commands): Document that INCLUDE can be used in | Nathan Sidwell | 2008-07-06 | 1 | -1/+1 |
* | ld/ | Alan Modra | 2008-01-25 | 1 | -0/+3 |
* | Update sources to GPLv3 | Nick Clifton | 2007-07-06 | 1 | -13/+9 |
* | * ldlex.l, ldgram.y: Add ALIGNOF. | Nathan Sidwell | 2007-06-18 | 1 | -0/+1 |
* | * ldlex.l: ASSERT is recognized in SCRIPT env. NAMES cannot | Nathan Sidwell | 2007-05-24 | 1 | -3/+11 |
* | bfd/ | Alan Modra | 2007-04-26 | 1 | -5/+3 |
* | bfd/ | H.J. Lu | 2006-09-07 | 1 | -0/+1 |
* | bfd/ | H.J. Lu | 2006-05-30 | 1 | -0/+1 |
* | bfd/ | H.J. Lu | 2005-08-05 | 1 | -0/+1 |
* | Update FSF addresses | Nick Clifton | 2005-05-12 | 1 | -2/+2 |
* | * ldgram.y: Add SPECIAL token. | Alan Modra | 2005-05-11 | 1 | -0/+1 |
* | (YY_NO_UNPUT): Define so that the yy_unput function is not declared. It is not | Nick Clifton | 2005-02-15 | 1 | -0/+2 |
* | * ldgram.y (AS_NEEDED): New token. | Jakub Jelinek | 2005-01-21 | 1 | -1/+2 |
* | Add ORIGIN and LENGTH linker script operators. | Nick Clifton | 2004-11-19 | 1 | -48/+48 |
* | * Makefile.in (earmsymbian.c): Depend on armbpabi.sc, not elf.sc. | Mark Mitchell | 2004-10-26 | 1 | -0/+1 |
* | ld/ | H.J. Lu | 2004-10-04 | 1 | -1/+3 |
* | * ldgram.y (sect_constraint): New. | Jakub Jelinek | 2004-05-19 | 1 | -0/+2 |
* | bfd/ | Jakub Jelinek | 2004-05-11 | 1 | -0/+1 |
* | Remove long-obsolete MPW support. | Stan Shebs | 2004-03-30 | 1 | -5/+0 |
* | bfd/ | H.J. Lu | 2003-10-24 | 1 | -1/+1 |
* | * ld.texinfo: Typo fixes. Document SUBALIGN. | Alan Modra | 2003-07-27 | 1 | -0/+1 |
* | Convert to C90 | Alan Modra | 2003-06-28 | 1 | -74/+61 |
* | * ldlex.l: Accept C style comments in version scripts. | Alan Modra | 2003-05-05 | 1 | -1/+1 |
* | 2003-04-15 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2003-04-15 | 1 | -1/+1 |
* | * emultempl/aix.em: Use include <> for generated headers. | Daniel Jacobowitz | 2002-10-30 | 1 | -1/+1 |
* | * ldlang.h (entry_sym): Make it a struct bfd_sym_chain. | Alan Modra | 2002-07-01 | 1 | -0/+1 |
* | * ldexp.c: Replace CONST with const. | Alan Modra | 2002-06-08 | 1 | -2/+2 |
* | * ldlex.l: Use #include "" instead of <> for local header files. | Alan Modra | 2002-05-25 | 1 | -1/+1 |
* | Support arbitrary length fill patterns. | Alan Modra | 2002-02-15 | 1 | -7/+24 |
* | * ld.texinfo (VERSION scripts): Symbol names are globbing patterns. | Alan Modra | 2002-02-14 | 1 | -1/+1 |
* | * ldlex.l (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens. | Jakub Jelinek | 2002-02-12 | 1 | -0/+2 |
* | * ldlex.l (yy_input): Correct error check. | Andreas Jaeger | 2002-01-25 | 1 | -1/+1 |
* | * ldlex.l: Use fread instead of read. | Andreas Jaeger | 2002-01-21 | 1 | -3/+3 |
* | * ldgram.y (mri_script_command): Surround processing of INCLUDE | Alan Modra | 2001-10-20 | 1 | -7/+6 |
* | From John Reiser <jreiser@BitWagon.com> | Alan Modra | 2001-09-29 | 1 | -0/+1 |
* | Locale changes from Bruno Haible <haible@clisp.cons.org>. | H.J. Lu | 2001-09-19 | 1 | -3/+3 |
* | 2001-05-02 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2001-05-02 | 1 | -8/+9 |
* | Fixtypos in ChangeLogs, fix copyright dates in files | Nick Clifton | 2001-03-13 | 1 | -1/+1 |