| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix several mix up between octets and bytes in ELF program headers | Christian Eggers | 2020-03-13 | 1 | -1/+2 |
* | Revert "PR25570, ld duplicate "warning: changing start of section"" | Alan Modra | 2020-03-04 | 1 | -1/+1 |
* | PR25570, ld duplicate "warning: changing start of section" | Alan Modra | 2020-03-04 | 1 | -1/+1 |
* | Don't report symbol lookup failure in first phase of linking | Alan Modra | 2020-01-28 | 1 | -1/+4 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2020-01-01 | 1 | -1/+1 |
* | Pass section when available to bfd_octets_per_byte | Alan Modra | 2019-11-25 | 1 | -1/+2 |
* | Introduce new section flag: SEC_ELF_OCTETS | Christian Eggers | 2019-11-25 | 1 | -1/+1 |
* | bfd, ld: add CTF section linking | Nick Alcock | 2019-10-03 | 1 | -0/+1 |
* | stat_alloc casts | Alan Modra | 2019-08-10 | 1 | -12/+12 |
* | Allow the use of the ORIGIN and LENGTH attributes in expressions inside MEMOR... | Nick Bowler | 2019-03-06 | 1 | -24/+20 |
* | PR24008, Wrong value of ternary expression in map file | Alan Modra | 2019-01-28 | 1 | -38/+46 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2019-01-01 | 1 | -1/+1 |
* | Separate header PT_LOAD for -z separate-code | Alan Modra | 2018-10-08 | 1 | -0/+1 |
* | LD: Always make a SEGMENT_START expression section-relative | Maciej W. Rozycki | 2018-09-14 | 1 | -1/+3 |
* | LD: Avoid a division by zero page size with SEGMENT_START handling | Maciej W. Rozycki | 2018-09-14 | 1 | -0/+1 |
* | Delay evaluation of alignment expressions in output sections | Alan Modra | 2018-08-26 | 1 | -2/+18 |
* | LD: Export relative-from-absolute symbol marking to BFD | Maciej W. Rozycki | 2018-07-17 | 1 | -0/+1 |
* | ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN | H.J. Lu | 2018-05-21 | 1 | -0/+3 |
* | ld error/warning messages | Alan Modra | 2018-02-26 | 1 | -22/+22 |
* | Use %pI, %pR, %pS, %pT in place of %I, %R, %S and %T. | Alan Modra | 2018-02-19 | 1 | -17/+17 |
* | Use %pA and %pB in messages rather than %A and %B | Alan Modra | 2018-02-19 | 1 | -1/+1 |
* | Fix compile time warnings building the binutils with clang. | Simon Marchi | 2018-02-01 | 1 | -2/+2 |
* | ld: Remove unused expression state | Andrew Burgess | 2018-01-11 | 1 | -5/+3 |
* | ld: Fix issue where PROVIDE overrides defined symbol | Andrew Burgess | 2018-01-11 | 1 | -42/+46 |
* | ld: In map file use '=' in PROVIDE statements | Andrew Burgess | 2018-01-11 | 1 | -1/+1 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2018-01-03 | 1 | -1/+1 |
* | PR22471, undefined reference to linker-defined symbols | Alan Modra | 2017-11-28 | 1 | -39/+25 |
* | Copying symbol type in ld script assignments | Alan Modra | 2017-11-28 | 1 | -34/+17 |
* | ld: Add fold_segment_align/fold_segment_relro_end/fold_segment_end | H.J. Lu | 2017-11-12 | 1 | -89/+105 |
* | ld: Update phase_enum/relro_enum and add seg_align_type | H.J. Lu | 2017-11-12 | 1 | -22/+22 |
* | Update year range in copyright notice of all files. | Alan Modra | 2017-01-02 | 1 | -1/+1 |
* | try_copy_symbol_type node_class check | Alan Modra | 2016-12-03 | 1 | -9/+5 |
* | Always descend into output section statements in lang_do_assignments | Alan Modra | 2016-10-11 | 1 | -1/+3 |
* | Fold arithmetic integer expressions fallout | Alan Modra | 2016-10-07 | 1 | -6/+8 |
* | ld expression section | Alan Modra | 2016-10-04 | 1 | -21/+29 |
* | Fold arithmetic integer expressions | Alan Modra | 2016-10-04 | 1 | -0/+29 |
* | Early expression evaluation | Alan Modra | 2016-07-20 | 1 | -54/+29 |
* | Add support for creating ELF import libraries | Thomas Preud'homme | 2016-07-15 | 1 | -0/+1 |
* | ld: track linker-definedness of symbols | Jan Beulich | 2016-07-05 | 1 | -1/+1 |
* | Formatting fixes. | Alan Modra | 2016-06-14 | 1 | -15/+16 |
* | Copyright update for binutils | Alan Modra | 2016-01-01 | 1 | -1/+1 |
* | Evaluate __start_* and __stop_* symbol PROVIDE expressions early | Alan Modra | 2015-10-27 | 1 | -2/+5 |
* | When evaluating a ternary operator in a linker script, copy the symbol flags. | Simon Dardis | 2015-10-15 | 1 | -11/+35 |
* | Delay converting linker script defined symbols from absolute | Alan Modra | 2015-09-18 | 1 | -3/+52 |
* | PPC64: Allow .TOC. in linker script to override backend calculated value | Alan Modra | 2015-08-18 | 1 | -0/+1 |
* | Remove trailing spaces in ld | H.J. Lu | 2015-08-12 | 1 | -1/+1 |
* | Revert ALIGN changes | Alan Modra | 2015-08-06 | 1 | -49/+31 |
* | ALIGN change affects standard scripts | Alan Modra | 2015-07-20 | 1 | -24/+39 |
* | Make ALIGN(x) behave as ALIGN(.,x) | Alan Modra | 2015-07-10 | 1 | -2/+10 |
* | Rewrite relro adjusting code | Alan Modra | 2015-04-22 | 1 | -1/+1 |