aboutsummaryrefslogtreecommitdiff
path: root/include/bfdlink.h
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-27Cache result of scan for __start_* and __stop_* sectionsAlan Modra1-6/+15
2016-04-21Add support for non-ELF targets to check their relocs.Nick Clifton1-0/+5
2016-04-20Check ELF relocs after opening all input filesH.J. Lu1-0/+4
2016-03-15Add -z noreloc-overflow option to x86-64 ldH.J. Lu1-0/+3
2016-02-26Properly implement STT_COMMONH.J. Lu1-0/+12
2016-02-26[x86] Resolve non-PIC undefweak symbols in executableH.J. Lu1-0/+4
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-10-22Add "-z call-nop=PADDING" option to ldH.J. Lu1-0/+6
2015-09-20Add --no-dynamic-linker option to ld, for static PIE useRich Felker1-0/+3
2015-08-23Reorder enum output_type for better code generationAlan Modra1-1/+1
2015-08-19Remove link_info.picAlan Modra1-11/+7
2015-08-19Add bfd_link_pde, and simplify some tests of link_info.typeAlan Modra1-0/+2
2015-08-18Add output_type to bfd_link_infoH.J. Lu1-10/+20
2015-05-28Compact EH SupportCatherine Moore1-3/+3