Age | Commit message (Expand) | Author | Files | Lines |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 1 | -1/+1 |
2016-12-03 | try_copy_symbol_type node_class check | Alan Modra | 1 | -9/+5 |
2016-10-11 | Always descend into output section statements in lang_do_assignments | Alan Modra | 1 | -1/+3 |
2016-10-07 | Fold arithmetic integer expressions fallout | Alan Modra | 1 | -6/+8 |
2016-10-04 | ld expression section | Alan Modra | 1 | -21/+29 |
2016-10-04 | Fold arithmetic integer expressions | Alan Modra | 1 | -0/+29 |
2016-07-20 | Early expression evaluation | Alan Modra | 1 | -54/+29 |
2016-07-15 | Add support for creating ELF import libraries | Thomas Preud'homme | 1 | -0/+1 |
2016-07-05 | ld: track linker-definedness of symbols | Jan Beulich | 1 | -1/+1 |
2016-06-14 | Formatting fixes. | Alan Modra | 1 | -15/+16 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |
2015-10-27 | Evaluate __start_* and __stop_* symbol PROVIDE expressions early | Alan Modra | 1 | -2/+5 |
2015-10-15 | When evaluating a ternary operator in a linker script, copy the symbol flags. | Simon Dardis | 1 | -11/+35 |
2015-09-18 | Delay converting linker script defined symbols from absolute | Alan Modra | 1 | -3/+52 |
2015-08-18 | PPC64: Allow .TOC. in linker script to override backend calculated value | Alan Modra | 1 | -0/+1 |
2015-08-12 | Remove trailing spaces in ld | H.J. Lu | 1 | -1/+1 |
2015-08-06 | Revert ALIGN changes | Alan Modra | 1 | -49/+31 |
2015-07-20 | ALIGN change affects standard scripts | Alan Modra | 1 | -24/+39 |
2015-07-10 | Make ALIGN(x) behave as ALIGN(.,x) | Alan Modra | 1 | -2/+10 |
2015-04-22 | Rewrite relro adjusting code | Alan Modra | 1 | -1/+1 |
2015-04-01 | Start of relro segment adjustment | Alan Modra | 1 | -0/+2 |
2015-01-28 | Allow symbols in MEMORY region specification | Senthil Kumar Selvaraj | 1 | -9/+12 |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 1 | -1/+1 |
2014-12-23 | Report an error for script multiply defined symbols | Alan Modra | 1 | -9/+27 |
2014-12-23 | Use a symbol flag bit to mark linker defined symbols | Alan Modra | 1 | -3/+1 |
2014-12-23 | Don't PROVIDE over top of common symbols | Alan Modra | 1 | -6/+6 |
2014-12-23 | Correct logic for "defined by object" | Alan Modra | 1 | -4/+4 |
2014-12-23 | Move support code for linker script DEFINED to ldexp.c | Alan Modra | 1 | -7/+96 |
2014-06-07 | PROVIDE in linker script vs. built-in symbols | Alan Modra | 1 | -1/+4 |
2014-03-05 | Update copyright years | Alan Modra | 1 | -1/+1 |
2014-01-22 | Make assignments to dot keep an empty output section. | Alan Modra | 1 | -0/+97 |
2014-01-20 | Allow self-assignment for absolute symbols defined in a linker script | Alan Modra | 1 | -8/+23 |
2013-08-15 | * ldexp.c: Add LOG2CEIL() builtin function to linker script language | Nick Clifton | 1 | -3/+28 |
2013-01-10 | Remove trailing white spaces in ld | H.J. Lu | 1 | -10/+10 |
2012-12-17 | PR ld/14962 | Alan Modra | 1 | -20/+17 |
2012-08-06 | bfd/ | Maciej W. Rozycki | 1 | -5/+11 |
2012-06-15 | ld/ | Alan Modra | 1 | -2/+6 |
2012-06-11 | Don't hardcode .got.plt into DATA_SEGMENT_RELRO_END evaluation | H.J. Lu | 1 | -1/+3 |
2012-03-14 | PR ld/13839 | Alan Modra | 1 | -11/+11 |
2012-03-08 | 2012-03-08 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -1/+12 |
2012-02-22 | PR ld/13683 | Nick Clifton | 1 | -2/+4 |
2012-02-17 | PR ld/13343 | Alan Modra | 1 | -24/+44 |
2011-05-16 | * ldlang.c (print_assignment): Use the symbol's section if we | Nathan Sidwell | 1 | -1/+21 |
2011-05-03 | PR ld/12726 | Alan Modra | 1 | -2/+5 |
2011-01-21 | * ldexp.c (fold_binary): Set result section for arithmetic and | Alan Modra | 1 | -17/+48 |
2011-01-13 | PR ld/12356 | Alan Modra | 1 | -6/+4 |
2011-01-13 | PR ld/12356 | Alan Modra | 1 | -19/+26 |
2011-01-12 | PR ld/12380 | Alan Modra | 1 | -32/+41 |
2010-12-20 | * ld.texinfo (Expression Section): Describe treatment of numbers | Alan Modra | 1 | -8/+8 |
2010-12-20 | PR ld/12001 | Alan Modra | 1 | -3/+7 |