aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-19%L conversionsAlan Modra1-11/+13
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-52/+52
2018-02-19PT_LOAD and PT_GNU_RELRO segment overlapAlan Modra1-13/+10
2018-02-17Ignore degenerate PT_LOAD segmentsAlan Modra1-0/+1
2018-02-16Remove bfd stub function casts.Alan Modra1-1/+3
2018-02-13PR22836, "-r -s" doesn't work with -g3 using GCC 7Alan Modra1-4/+21
2018-02-13PR22829, objcopy/strip removes PT_GNU_RELRO from lld binariesAlan Modra1-27/+51
2018-02-08Fix a seg-fault in the ELF note parser when a note with an excessively large ...Nick Clifton1-0/+2
2018-02-05ELF/BFD: Propagate the return status from backend section processingMaciej W. Rozycki1-1/+2
2018-01-30PR22758, FAIL: Run pr22393-2Alan Modra1-24/+16
2018-01-12Optimize the performance of the group_setup function.Jens Widell1-3/+8
2018-01-11ld: Create a new LOAD segment for separate code segmentH.J. Lu1-7/+25
2018-01-03Create pseudo sections for FreeBSD NT_PROCSTAT_(PROC|FILES|VMMAP) notes.John Baldwin1-0/+12