aboutsummaryrefslogtreecommitdiff
path: root/bfd/elflink.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-13Add support for non-contiguous memory regionsChristophe Lyon1-0/+12
2020-03-13Fix several mix up between octets and bytes in ELF program headersChristian Eggers1-13/+18
2020-03-13Fix several mix up between octets and bytes in ELF program headersChristian Eggers1-4/+8
2020-02-26Indent labelsAlan Modra1-4/+4
2020-02-26PR25593, --as-needed breaks DT_NEEDED order with linker pluginAlan Modra1-39/+43
2020-02-19_bfd_alloc_and_readAlan Modra1-12/+7
2020-02-19alloc2 used unnecessarilyAlan Modra1-4/+6
2020-02-19bfd_size_type to size_tAlan Modra1-23/+19
2020-02-06ld: Issue an error for GC on __patchable_function_entries sectionH.J. Lu1-0/+7
2020-02-06ELF: Support the section flag 'o' in .section directiveH.J. Lu1-3/+20
2020-01-27Mark all weak aliases for copy relocationsAlan Modra1-7/+11
2020-01-08PR25351 .ARM.attributes not found for symbolAlan Modra1-0/+5
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-07PR25236, common sym versioningAlan Modra1-3/+3
2019-11-25Pass section when available to bfd_octets_per_byteAlan Modra1-18/+16
2019-11-25Introduce new section flag: SEC_ELF_OCTETSChristian Eggers1-8/+11
2019-10-14qsort: elf_link_add_object_symbols weak aliasesAlan Modra1-12/+44
2019-10-14qsort: elf_sort_sections use of target_indexAlan Modra1-0/+4
2019-10-14qsort: SHF_LINK_ORDER section sortAlan Modra1-61/+42
2019-10-14qsort issuesAlan Modra1-6/+31
2019-10-14PR24955, libbfd terminating program on out of memory (part2)Alan Modra1-1/+7
2019-10-07Bogus "final link failed" messagesAlan Modra1-1/+2
2019-10-03bfd, ld: add CTF section linkingNick Alcock1-6/+18
2019-09-19bfd_section_* macrosAlan Modra1-28/+23
2019-09-18Don't use bfd_get_* macro to set bfd fieldsAlan Modra1-3/+3
2019-08-16Fix detection of missing plugin for LTO objects.Martin Liska1-1/+2
2019-08-09Add support for a MIPS specific .MIPS.xhash section.Mihailo Stojanovic1-10/+36
2019-07-29Support .gnu.lto_.lto section in ELF files (PR 24768).Martin Liska1-0/+6
2019-07-28PR24857, ld: error adding symbols: bad valueAlan Modra1-5/+15
2019-07-26Begone elf_linkerAlan Modra1-2/+0
2019-07-23ELF final_write_processingAlan Modra1-12/+5
2019-07-15Fix __bss_start assertion failure in _bfd_elf_fix_symbol_flagsAlan Modra1-3/+10
2019-07-13Dynamic TLS section symbolsAlan Modra1-15/+16
2019-05-28LM32 linker segmentation faultsAlan Modra1-1/+2
2019-04-26Don't complain undefined weak dynamic referenceH.J. Lu1-1/+1
2019-04-11Check corrupt VTENTRY entry in bfd_elf_gc_record_vtentryH.J. Lu1-2/+10
2019-04-11PR24435, buffer overflow reading dynamic entriesAlan Modra1-1/+1
2019-03-16PR24337, segfault in _bfd_elf_rela_local_sym, againAlan Modra1-3/+2
2019-03-15PR24339, segfault on NULL symbol sectionAlan Modra1-1/+7
2019-03-15PR24336, buffer overflow in swap_reloca_inAlan Modra1-2/+4
2019-03-14Fix an illegal memory access when parsing a corrupt ELF file.Nick Clifton1-0/+1
2019-03-14Fix illegal memory access parsing a corrupt ELF file.Nick Clifton1-3/+26
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-12-31PR24041, Invalid Memory Address Dereference in elf_link_add_object_symbolsAlan Modra1-1/+1
2018-12-18Include bfd_stdint.h in bfd.hAlan Modra1-1/+0
2018-12-07Override the previous definition from IR objectH.J. Lu1-0/+9
2018-10-24ELF: Hide symbols defined in discarded input sectionsH.J. Lu1-2/+10
2018-10-23PR23805, NULL pointer dereference in elf_link_input_bfdAlan Modra1-6/+14
2018-10-17PR23653, ld SIGSEGVs when attempts to link sparc object with x86_64 libraryAlan Modra1-0/+1
2018-10-09Do not place symbols into a discarded .dynsymEgeyar Bagcioglu1-3/+4