Age | Commit message (Expand) | Author | Files | Lines |
2020-06-24 | ld: Set non_ir_ref_regular on source for assignment | H.J. Lu | 1 | -3/+7 |
2020-03-13 | Fix several mix up between octets and bytes in ELF program headers | Christian Eggers | 1 | -1/+2 |
2020-03-04 | Revert "PR25570, ld duplicate "warning: changing start of section"" | Alan Modra | 1 | -1/+1 |
2020-03-04 | PR25570, ld duplicate "warning: changing start of section" | Alan Modra | 1 | -1/+1 |
2020-01-28 | Don't report symbol lookup failure in first phase of linking | Alan Modra | 1 | -1/+4 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-11-25 | Pass section when available to bfd_octets_per_byte | Alan Modra | 1 | -1/+2 |
2019-11-25 | Introduce new section flag: SEC_ELF_OCTETS | Christian Eggers | 1 | -1/+1 |
2019-10-03 | bfd, ld: add CTF section linking | Nick Alcock | 1 | -0/+1 |
2019-08-10 | stat_alloc casts | Alan Modra | 1 | -12/+12 |
2019-03-06 | Allow the use of the ORIGIN and LENGTH attributes in expressions inside MEMOR... | Nick Bowler | 1 | -24/+20 |
2019-01-28 | PR24008, Wrong value of ternary expression in map file | Alan Modra | 1 | -38/+46 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-10-08 | Separate header PT_LOAD for -z separate-code | Alan Modra | 1 | -0/+1 |
2018-09-14 | LD: Always make a SEGMENT_START expression section-relative | Maciej W. Rozycki | 1 | -1/+3 |
2018-09-14 | LD: Avoid a division by zero page size with SEGMENT_START handling | Maciej W. Rozycki | 1 | -0/+1 |
2018-08-26 | Delay evaluation of alignment expressions in output sections | Alan Modra | 1 | -2/+18 |
2018-07-17 | LD: Export relative-from-absolute symbol marking to BFD | Maciej W. Rozycki | 1 | -0/+1 |
2018-05-21 | ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN | H.J. Lu | 1 | -0/+3 |
2018-02-26 | ld error/warning messages | Alan Modra | 1 | -22/+22 |
2018-02-19 | Use %pI, %pR, %pS, %pT in place of %I, %R, %S and %T. | Alan Modra | 1 | -17/+17 |
2018-02-19 | Use %pA and %pB in messages rather than %A and %B | Alan Modra | 1 | -1/+1 |
2018-02-01 | Fix compile time warnings building the binutils with clang. | Simon Marchi | 1 | -2/+2 |
2018-01-11 | ld: Remove unused expression state | Andrew Burgess | 1 | -5/+3 |
2018-01-11 | ld: Fix issue where PROVIDE overrides defined symbol | Andrew Burgess | 1 | -42/+46 |
2018-01-11 | ld: In map file use '=' in PROVIDE statements | Andrew Burgess | 1 | -1/+1 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-11-28 | PR22471, undefined reference to linker-defined symbols | Alan Modra | 1 | -39/+25 |
2017-11-28 | Copying symbol type in ld script assignments | Alan Modra | 1 | -34/+17 |
2017-11-12 | ld: Add fold_segment_align/fold_segment_relro_end/fold_segment_end | H.J. Lu | 1 | -89/+105 |
2017-11-12 | ld: Update phase_enum/relro_enum and add seg_align_type | H.J. Lu | 1 | -22/+22 |
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 |