aboutsummaryrefslogtreecommitdiff
path: root/include/bfdlink.h
AgeCommit message (Expand)AuthorFilesLines
2022-05-20Tidy warn-execstack handlingAlan Modra1-6/+3
2022-05-04LTO: Handle __real_SYM reference in IRH.J. Lu1-0/+3
2022-05-03Add a linker warning when creating potentially dangerous executable segments....Nick Clifton1-2/+17
2022-04-20Add linker warning for when it creates an executable stack.Nick Clifton1-0/+4
2022-01-14PR28751 mbind2a / mbind2b regressions on powerpc*-linuxAlan Modra1-0/+3
2022-01-12ld: Initial DT_RELR supportH.J. Lu1-0/+4
2022-01-05elf: Set p_align to the minimum page size if possibleH.J. Lu1-0/+3
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-07-08elf: Add GNU_PROPERTY_1_NEEDED checkH.J. Lu1-4/+19
2021-07-08ld: Limit cache size and add --max-cache-size=SIZEH.J. Lu1-0/+7
2021-03-31Use bool in includeAlan Modra1-17/+16
2021-03-01PR27451, -z start_stop_gcAlan Modra1-0/+4
2021-02-21Warn when a script redefines a symbolAlan Modra1-2/+6
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-12-16constify elfNN_bedAlan Modra1-0/+6
2020-12-15Handle -z unique/-z nounique in ldVivek Das Mohapatra1-0/+3
2020-11-20bfd, include, ld, binutils, libctf: CTF should use the dynstr/symNick Alcock1-5/+11
2020-09-12elf: Add -z unique-symbol to avoid duplicated local symbol namesH.J. Lu1-0/+3
2020-07-22ld: Properly override the IR definitionH.J. Lu1-0/+3
2020-06-15gold, ld: Implement -z start-stop-visibility=... option.Roland McGrath1-2/+5
2020-05-27ld: Add --warn-textrel and obsolete --warn-shared-textrelH.J. Lu1-5/+14
2020-04-15Unify the behaviour of ld.bfd and ld.gold with respect to warning about unres...Fangrui Song1-3/+5
2020-03-13Add support for non-contiguous memory regionsChristophe Lyon1-0/+8
2020-03-13Fix several mix up between octets and bytes in ELF program headersChristian Eggers1-2/+2
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-10-16PR13616, linker should pad executable sections with nops, not zerosAlan Modra1-0/+4
2019-10-03bfd, ld: add CTF section linkingNick Alcock1-0/+15
2019-09-23linker bfd.h tidyAlan Modra1-0/+14
2019-09-23elf bfd.h tidyAlan Modra1-0/+6
2019-04-06x86: Move x86-specific linker options to elf_linker_x86_paramsH.J. Lu1-21/+0
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-12-07elf: Report property change when merging propertiesH.J. Lu1-0/+3
2018-10-08Separate header PT_LOAD for -z separate-codeAlan Modra1-0/+3
2018-07-17LD: Export relative-from-absolute symbol marking to BFDMaciej W. Rozycki1-0/+5
2018-04-17[MicroBlaze] PIC data text relativeMichael Eager1-0/+3
2018-01-11ld: Add "-z separate-code" option to ELF linkerH.J. Lu1-0/+3
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-08-06Treat common symbol as undefined for --no-define-commonH.J. Lu1-0/+3
2017-06-22x86: Support Intel Shadow Stack with SHSTK propertyH.J. Lu1-0/+3
2017-06-22x86: Support Intel IBT with IBT property and IBT-enable PLTH.J. Lu1-0/+6
2017-06-16Rewrite __start and __stop symbol handlingAlan Modra1-3/+0
2017-06-06ld: Allow section groups to be resolved as part of a relocatable linkAndrew Burgess1-0/+3
2017-05-16Rename non_ir_ref to non_ir_ref_regularAlan Modra1-1/+1
2017-05-16non_ir_ref_dynamicAlan Modra1-5/+5
2017-04-20Handle symbol defined in IR and referenced in DSOH.J. Lu1-0/+4
2017-04-19Implement -z dynamic-undefined-weakAlan Modra1-2/+3
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-12-16Implement and document --gc-keep-exportedfincs1-0/+3
2016-07-15Add support for creating ELF import librariesThomas Preud'homme1-0/+6
2016-05-28Return void from linker callbacksAlan Modra1-15/+12