summaryrefslogtreecommitdiff
path: root/bfd/linker.c
AgeCommit message (Expand)Author
2022-05-04bfd: Check NULL pointer before setting ref_realH.J. Lu
2022-05-04LTO: Handle __real_SYM reference in IRH.J. Lu
2022-01-04ld: Improve thin archive member error messageH.J. Lu
2022-01-02Update year range in copyright notice of binutils filesAlan Modra
2021-10-19Fix a potential illegal memory access when testing for a special LTO symbol n...Nick Clifton
2021-08-28PR28264, ld.bfd crash on linking efivar with LTOAlan Modra
2021-07-08ld: Limit cache size and add --max-cache-size=SIZEH.J. Lu
2021-03-31Use bool in bfdAlan Modra
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska
2021-03-01PR27451, -z start_stop_gcAlan Modra
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2020-12-04PR26978, Inconsistency for strong foo@v1 and weak foo@@v1Alan Modra
2020-08-28Prevent the linker from overestimating the alignment requirement of common sy...Tuckker
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra
2020-05-19Use bfd_get_filename throughout bfdAlan Modra
2020-02-19bfd_size_type to size_tAlan Modra
2020-01-01Update year range in copyright notice of binutils filesAlan Modra
2019-11-25Introduce new section flag: SEC_ELF_OCTETSChristian Eggers
2019-10-16PR13616, linker should pad executable sections with nops, not zerosAlan Modra
2019-09-19bfd_section_* macrosAlan Modra
2019-09-18bfd_asymbol_* macrosAlan Modra
2019-09-18Don't use bfd_get_* macro to set bfd fieldsAlan Modra
2019-09-11Tidy ld/ldmisc.cAlan Modra
2019-08-16Fix detection of missing plugin for LTO objects.Martin Liska
2019-07-29Support .gnu.lto_.lto section in ELF files (PR 24768).Martin Liska
2019-05-27Generic ELF target group signature symbolAlan Modra
2019-04-03BFD whitespace fixesAlan Modra
2019-01-01Update year range in copyright notice of binutils filesAlan Modra
2018-12-28PR24015, glibc-2.28 on little-endian mips32 brokenAlan Modra
2018-07-17LD: Export relative-from-absolute symbol marking to BFDMaciej W. Rozycki
2018-05-21ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDENH.J. Lu
2018-04-17Fix illegal memory accesses trigeered when linking corrupt input files.Nick Clifton
2018-02-26BFD messagesAlan Modra
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra
2018-02-16Remove bfd stub function casts.Alan Modra
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-12-06BFD whitespace fixesAlan Modra
2017-12-04x86 map file textrelAlan Modra
2017-11-28PR22471, undefined reference to linker-defined symbolsAlan Modra
2017-10-25Allow for __gnu_lto_slim prefixed with extra "_"Alan Modra
2017-06-16Rewrite __start and __stop symbol handlingAlan Modra
2017-06-05PR21529, internal error in linker.cAlan Modra
2017-05-16Rename non_ir_ref to non_ir_ref_regularAlan Modra
2017-05-16non_ir_ref_dynamicAlan Modra
2017-04-13Use %A and %B in more error messagesAlan Modra
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-12-24Call target specific add_symbols functionAlan Modra
2016-12-24Remove "collect" forms of generic linker add symbols functionsAlan Modra
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton
2016-10-07Pass link_info to _bfd_merge_private_bfd_dataAlan Modra