| Commit message (Expand) | Author | Age | Files | Lines |
* | ld: Support customized output section type | Fangrui Song | 2022-02-16 | 1 | -0/+1 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2022-01-02 | 1 | -1/+1 |
* | asan: dlltool buffer overflow: embedded NUL in string | Alan Modra | 2021-11-03 | 1 | -12/+4 |
* | ld lexer tidy, possibly break the world | Alan Modra | 2021-08-13 | 1 | -119/+140 |
* | ld script lower-case absolute and sizeof_headers | Alan Modra | 2021-08-13 | 1 | -3/+3 |
* | PR28217, Syntax error when memory region contains a hyphen | Alan Modra | 2021-08-13 | 1 | -147/+149 |
* | PR28198, Support # as linker script comment marker | Alan Modra | 2021-08-11 | 1 | -8/+7 |
* | Allows linker scripts to set the SEC_READONLY flag. | Luca Boccassi | 2021-07-21 | 1 | -0/+1 |
* | ld --defsym | Alan Modra | 2021-02-02 | 1 | -17/+2 |
* | ld script expression parsing | Alan Modra | 2021-02-02 | 1 | -1/+11 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2021-01-01 | 1 | -1/+1 |
* | Use xmalloc rather than malloc | Alan Modra | 2020-08-03 | 1 | -3/+2 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2020-01-01 | 1 | -1/+1 |
* | bfd, ld: add CTF section linking | Nick Alcock | 2019-10-03 | 1 | -0/+1 |
* | PR24827, Linker loops forever if unterminated multi-line comment in script | Alan Modra | 2019-07-20 | 1 | -2/+2 |
* | PR24411, Division is not accepted in MEMORY length expression | Alan Modra | 2019-04-03 | 1 | -1/+5 |
* | ldlex.l tidy | Alan Modra | 2019-04-03 | 1 | -20/+13 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2019-01-01 | 1 | -1/+1 |
* | Update PRU assembler to corect hardware register numbering for DWARF. | Dimitar Dimitrov | 2018-08-03 | 1 | -1/+1 |
* | Use %pI, %pR, %pS, %pT in place of %I, %R, %S and %T. | Alan Modra | 2018-02-19 | 1 | -1/+1 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2018-01-03 | 1 | -1/+1 |
* | ld whitespace fixes | Alan Modra | 2017-10-12 | 1 | -35/+35 |
* | ld internationalization fixes | Alan Modra | 2017-10-11 | 1 | -26/+26 |
* | ld: Don't allow '~' as the first char in symbol name | H.J. Lu | 2017-10-09 | 1 | -2/+3 |
* | ld: Allow section groups to be resolved as part of a relocatable link | Andrew Burgess | 2017-06-06 | 1 | -0/+1 |
* | Treat a prefix of "$SYSROOT" in the same way as "=" when parsing linker searc... | Nick Clifton | 2017-05-18 | 1 | -0/+5 |
* | Use noyywrap option in lex files. | Dilan Palauzov | 2017-01-04 | 1 | -5/+1 |
* | Update year range in copyright notice of all files. | Alan Modra | 2017-01-02 | 1 | -1/+1 |
* | Fix seg-fault in linker when passed a bogus input script. | Nick Clifton | 2016-12-05 | 1 | -2/+8 |
* | ld: track linker-definedness of symbols | Jan Beulich | 2016-07-05 | 1 | -4/+6 |
* | Add new NOCROSSREFS_TO linker script command | Matthew Fortune | 2016-04-18 | 1 | -0/+1 |
* | Copyright update for binutils | Alan Modra | 2016-01-01 | 1 | -1/+1 |
* | Eat newlines inside INPUT statements in linker scripts | Andreas Schwab | 2015-04-28 | 1 | -1/+1 |
* | ChangeLog rotatation and copyright year update | Alan Modra | 2015-01-02 | 1 | -1/+1 |
* | Allow unquoted = as the first character in ldscript input_list names | Hans-Peter Nilsson | 2014-10-15 | 1 | -9/+23 |
* | Update copyright years | Alan Modra | 2014-03-05 | 1 | -1/+1 |
* | * ldexp.c: Add LOG2CEIL() builtin function to linker script language | Nick Clifton | 2013-08-15 | 1 | -0/+1 |
* | * ldgram.y: Add ALIGN_WITH_INPUT output section attribute. | Nick Clifton | 2013-07-19 | 1 | -3/+2 |
* | bfd/ | Maciej W. Rozycki | 2012-08-06 | 1 | -0/+1 |
* | Add SORT_NONE and don't sort sort .init/.fini sections | H.J. Lu | 2012-07-10 | 1 | -0/+1 |
* | PR ld/10340 | Alan Modra | 2012-03-08 | 1 | -1/+5 |
* | PR ld/13343 | Alan Modra | 2012-02-17 | 1 | -12/+15 |
* | 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 |