Age | Commit message (Expand) | Author | Files | Lines |
2021-03-31 | Use bool in bfd | Alan Modra | 1 | -218/+216 |
2021-03-22 | Add startswith function and use it instead of CONST_STRNEQ. | Martin Liska | 1 | -4/+4 |
2021-03-01 | PR27451, -z start_stop_gc | Alan Modra | 1 | -0/+1 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-12-04 | PR26978, Inconsistency for strong foo@v1 and weak foo@@v1 | Alan Modra | 1 | -1/+12 |
2020-08-28 | Prevent the linker from overestimating the alignment requirement of common sy... | Tuckker | 1 | -2/+7 |
2020-05-21 | Replace "if (x) free (x)" with "free (x)", bfd | Alan Modra | 1 | -8/+4 |
2020-05-19 | Use bfd_get_filename throughout bfd | Alan Modra | 1 | -1/+1 |
2020-02-19 | bfd_size_type to size_t | Alan Modra | 1 | -3/+3 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-11-25 | Introduce new section flag: SEC_ELF_OCTETS | Christian Eggers | 1 | -4/+5 |
2019-10-16 | PR13616, linker should pad executable sections with nops, not zeros | Alan Modra | 1 | -2/+2 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -2/+2 |
2019-09-18 | bfd_asymbol_* macros | Alan Modra | 1 | -16/+16 |
2019-09-18 | Don't use bfd_get_* macro to set bfd fields | Alan Modra | 1 | -8/+7 |
2019-09-11 | Tidy ld/ldmisc.c | Alan Modra | 1 | -0/+7 |
2019-08-16 | Fix detection of missing plugin for LTO objects. | Martin Liska | 1 | -18/+6 |
2019-07-29 | Support .gnu.lto_.lto section in ELF files (PR 24768). | Martin Liska | 1 | -6/+18 |
2019-05-27 | Generic ELF target group signature symbol | Alan Modra | 1 | -6/+7 |
2019-04-03 | BFD whitespace fixes | Alan Modra | 1 | -1/+1 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-12-28 | PR24015, glibc-2.28 on little-endian mips32 broken | Alan Modra | 1 | -1/+1 |
2018-07-17 | LD: Export relative-from-absolute symbol marking to BFD | Maciej W. Rozycki | 1 | -1/+14 |
2018-05-21 | ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN | H.J. Lu | 1 | -0/+26 |
2018-04-17 | Fix illegal memory accesses trigeered when linking corrupt input files. | Nick Clifton | 1 | -0/+6 |
2018-02-26 | BFD messages | Alan Modra | 1 | -1/+1 |
2018-02-19 | Use %pA and %pB in messages rather than %A and %B | Alan Modra | 1 | -10/+10 |
2018-02-16 | Remove bfd stub function casts. | Alan Modra | 1 | -0/+101 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-12-06 | BFD whitespace fixes | Alan Modra | 1 | -44/+44 |
2017-12-04 | x86 map file textrel | Alan Modra | 1 | -1/+1 |
2017-11-28 | PR22471, undefined reference to linker-defined symbols | Alan Modra | 1 | -1/+8 |
2017-10-25 | Allow for __gnu_lto_slim prefixed with extra "_" | Alan Modra | 1 | -1/+3 |
2017-06-16 | Rewrite __start and __stop symbol handling | Alan Modra | 1 | -0/+37 |
2017-06-05 | PR21529, internal error in linker.c | Alan Modra | 1 | -1/+1 |
2017-05-16 | Rename non_ir_ref to non_ir_ref_regular | Alan Modra | 1 | -1/+1 |
2017-05-16 | non_ir_ref_dynamic | Alan Modra | 1 | -1/+2 |
2017-04-13 | Use %A and %B in more error messages | Alan Modra | 1 | -2/+1 |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 1 | -1/+1 |
2016-12-24 | Call target specific add_symbols function | Alan Modra | 1 | -1/+1 |
2016-12-24 | Remove "collect" forms of generic linker add symbols functions | Alan Modra | 1 | -90/+17 |
2016-10-19 | Add c-format tags to translatable strings with more than one argument-using f... | Nick Clifton | 1 | -0/+8 |
2016-10-07 | Pass link_info to _bfd_merge_private_bfd_data | Alan Modra | 1 | -8/+10 |
2016-10-07 | bfd_merge_private_bfd_data tidy | Alan Modra | 1 | -0/+55 |
2016-09-30 | Remove syntactic sugar | Alan Modra | 1 | -3/+3 |
2016-05-28 | Return void from linker callbacks | Alan Modra | 1 | -43/+28 |
2016-04-21 | Add support for non-ELF targets to check their relocs. | Nick Clifton | 1 | -0/+43 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |
2015-12-10 | ld -r doesn't need plugin for slim lto object | H.J. Lu | 1 | -1/+2 |
2015-10-26 | Check symbol defined by assignment in linker script | H.J. Lu | 1 | -89/+0 |