aboutsummaryrefslogtreecommitdiff
path: root/bfd/linker.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-08Re: PR26978, Inconsistency for strong foo@v1 and weak foo@@v1Alan Modra1-2/+2
2024-04-03elf: Don't cache symbol nor relocation tables with mmapH.J. Lu1-35/+0
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-11-21Fix: symbols eliminated by --gc-sections still trigger warnings for gnu.warni...Nick Clifton1-0/+8
2023-08-23bfd_get_symbol_leading_char vs. ""Alan Modra1-3/+6
2023-05-03Generated docs and include filesAlan Modra1-0/+1
2023-02-23Test SEC_HAS_CONTENTS before reading section contentsAlan Modra1-17/+28
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-12-17bfd_get_relocated_section_contents allow NULL data bufferAlan Modra1-11/+5
2022-05-04bfd: Check NULL pointer before setting ref_realH.J. Lu1-1/+2
2022-05-04LTO: Handle __real_SYM reference in IRH.J. Lu1-0/+1
2022-01-04ld: Improve thin archive member error messageH.J. Lu1-1/+2
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-10-19Fix a potential illegal memory access when testing for a special LTO symbol n...Nick Clifton1-0/+1
2021-08-28PR28264, ld.bfd crash on linking efivar with LTOAlan Modra1-1/+1
2021-07-08ld: Limit cache size and add --max-cache-size=SIZEH.J. Lu1-0/+35
2021-03-31Use bool in bfdAlan Modra1-218/+216
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska1-4/+4
2021-03-01PR27451, -z start_stop_gcAlan Modra1-0/+1
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-12-04PR26978, Inconsistency for strong foo@v1 and weak foo@@v1Alan Modra1-1/+12
2020-08-28Prevent the linker from overestimating the alignment requirement of common sy...Tuckker1-2/+7
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra1-8/+4
2020-05-19Use bfd_get_filename throughout bfdAlan Modra1-1/+1
2020-02-19bfd_size_type to size_tAlan Modra1-3/+3
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-11-25Introduce new section flag: SEC_ELF_OCTETSChristian Eggers1-4/+5
2019-10-16PR13616, linker should pad executable sections with nops, not zerosAlan Modra1-2/+2
2019-09-19bfd_section_* macrosAlan Modra1-2/+2
2019-09-18bfd_asymbol_* macrosAlan Modra1-16/+16
2019-09-18Don't use bfd_get_* macro to set bfd fieldsAlan Modra1-8/+7
2019-09-11Tidy ld/ldmisc.cAlan Modra1-0/+7
2019-08-16Fix detection of missing plugin for LTO objects.Martin Liska1-18/+6
2019-07-29Support .gnu.lto_.lto section in ELF files (PR 24768).Martin Liska1-6/+18
2019-05-27Generic ELF target group signature symbolAlan Modra1-6/+7
2019-04-03BFD whitespace fixesAlan Modra1-1/+1
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-12-28PR24015, glibc-2.28 on little-endian mips32 brokenAlan Modra1-1/+1
2018-07-17LD: Export relative-from-absolute symbol marking to BFDMaciej W. Rozycki1-1/+14
2018-05-21ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDENH.J. Lu1-0/+26
2018-04-17Fix illegal memory accesses trigeered when linking corrupt input files.Nick Clifton1-0/+6
2018-02-26BFD messagesAlan Modra1-1/+1
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-10/+10
2018-02-16Remove bfd stub function casts.Alan Modra1-0/+101
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-44/+44
2017-12-04x86 map file textrelAlan Modra1-1/+1
2017-11-28PR22471, undefined reference to linker-defined symbolsAlan Modra1-1/+8
2017-10-25Allow for __gnu_lto_slim prefixed with extra "_"Alan Modra1-1/+3
2017-06-16Rewrite __start and __stop symbol handlingAlan Modra1-0/+37