aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-29Support .gnu.lto_.lto section in ELF files (PR 24768).Martin Liska1-0/+23
2019-07-24Complain about mbind, ifunc, and unique in final_writeAlan Modra1-7/+22
2019-07-23SHF_GNU_MBIND requires ELFOSABI_GNUAlan Modra1-32/+48
2019-07-23ELF final_write_processingAlan Modra1-7/+13
2019-07-02Stop the BFD library from issuing a warning message when processing allocated...Nick Clifton1-1/+36
2019-06-28Prevent attempts to allocate excessive amounts of memory when parsing corrupt...Nick Clifton1-0/+12
2019-06-10Add support for NetBSD/sh3 core file sections. Merge multiple copies of auxv...Christos Zoulas1-39/+47
2019-05-27Another generic ELF target assertion failureAlan Modra1-1/+2
2019-04-03BFD whitespace fixesAlan Modra1-104/+104
2019-03-28PR24392, Clang warning Wtautological-constant-out-of-range-compareAlan Modra1-8/+2
2019-03-16PR24337, segfault in _bfd_elf_rela_local_sym, againAlan Modra1-5/+4
2019-03-15PR24337, segfault in _bfd_elf_rela_local_symAlan Modra1-4/+5
2019-03-12Don't use bfd_get_file_size in objdumpAlan Modra1-10/+22
2019-02-28Prevent a buffer overrun error when attempting to parse a corrupt ELF file.Nick Clifton1-1/+11
2019-02-20AArch64: Add pauth core file sectionAlan Hayward1-0/+27
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-12-17PR23994, libbfd integer overflowAlan Modra1-8/+24
2018-12-14elf: Add PT_GNU_PROPERTY segment typeH.J. Lu1-0/+26
2018-11-30Remove an abort in the bfd library and add a check for an integer overflow wh...Nick Clifton1-1/+10
2018-11-27Handle ELF compressed header alignment correctly by setting up the section al...Mark Wielaard1-2/+3
2018-11-02PR23850, strip should not discard/move .rela.plt in executableAlan Modra1-8/+11
2018-10-20PR23788, objcopy: failed to find link sectionAlan Modra1-9/+9
2018-10-08Separate header PT_LOAD for -z separate-codeAlan Modra1-31/+68
2018-10-08Use p_vaddr_offset to set p_vaddr on segments without sectionsAlan Modra1-10/+13
2018-10-08No PT_INTERP when .interp is zero sizeAlan Modra1-2/+2
2018-10-08Tidy elf_segment_map allocationAlan Modra1-20/+19
2018-10-03ELF: Group PT_NOTE segments by section alignmentsH.J. Lu1-30/+29
2018-09-24Fix PR gdb/20948: --write option to GDB causes segmentation faultJozef Lawrynowicz1-0/+12
2018-09-03PR23595, simple objcopy of executable failure for msp430-elfJozef Lawrynowicz1-2/+14
2018-08-25elf: Check for corrupt symbol version infoH.J. Lu1-1/+1
2018-07-24PR23430, Indices misspelledAlan Modra1-2/+2
2018-07-23Avoid ubsan complaint in BFDTom Tromey1-2/+3
2018-07-16Add grok/write functions for new ppc core note sectionsEdjunior Barbosa Machado1-0/+351
2018-07-06Add checks for the NT_ARM_SVE section in a core file.Alan Hayward1-0/+27
2018-06-14elf: Check if the first symbol version is base versionH.J. Lu1-1/+4
2018-05-21Mark section in a section group with SHF_GROUPH.J. Lu1-1/+9
2018-05-18PR23199, Invalid SHT_GROUP entry leads to group confusionAlan Modra1-6/+11
2018-05-12PR20659, Objcopy and change section lma failingAlan Modra1-86/+73
2018-05-08Prevent a memory exhaustion failure when running objdump on a fuzzed input fi...Nick Clifton1-0/+1
2018-05-04-Wstringop-truncation warningsAlan Modra1-11/+24
2018-04-25Silence gcc-8 warningsAlan Modra1-0/+7
2018-04-24Fix an illegal memory access when trying to copy an ELF binary with corrupt s...Nick Clifton1-1/+8
2018-04-23Revert bfd part of "Silence gcc-8 warnings"Alan Modra1-4/+0
2018-04-23Silence gcc-8 warningsAlan Modra1-0/+4
2018-02-27Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton1-1/+2
2018-02-26Segfault on phdrs allocated but not createdAlan Modra1-7/+5
2018-02-26ELF linker messagesAlan Modra1-12/+14
2018-02-26unrecognized/unsupported reloc messageAlan Modra1-4/+3
2018-02-23PR22881, null pointer dereference in assign_file_positions_for_non_load_sectionsAlan Modra1-38/+46