aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-147/+147
2017-11-24Re-apply "elf: Properly compute offsets of note descriptor and next note"H.J. Lu1-10/+21
2017-11-24Revert "elf: Properly compute offsets of note descriptor and next note"Simon Marchi1-14/+10
2017-11-24elf: Properly compute offsets of note descriptor and next noteH.J. Lu1-10/+14
2017-11-21PR22451, strip no longer works on older object filesAlan Modra1-7/+15
2017-11-16Prevent illegal memory accesses when parsing incorrecctly formated core notes.Nick Clifton1-0/+10
2017-11-12ld: Remove PF_X from PT_PHDR segmentH.J. Lu1-2/+1
2017-10-11ELF/BFD: Handle both variants of the 64-bit Linux core PRPSINFO noteMaciej W. Rozycki1-4/+15
2017-10-11ELF/BFD,GDB: Handle both variants of the 32-bit Linux core PRPSINFO noteMaciej W. Rozycki1-4/+15
2017-10-06Account for padding in FreeBSD/mipsn32 NT_PRSTATUS notes.John Baldwin1-0/+5
2017-10-05Handle the NT_ARM_VFP core dump note on FreeBSD.John Baldwin1-0/+3
2017-10-05PR21167, relocation sections not included in groupsAlan Modra1-18/+28
2017-09-24PR22166, SHT_GNU_verneed memory allocationAlan Modra1-2/+3
2017-09-21S/390: Fix Elf note swap s390_gs_bc vs. s390_gs_cbAndreas Arnez1-2/+2
2017-08-14Fix null pointer dereference when parsing a corrupt ELF binary.Nick Clifton1-2/+12
2017-08-10Fix out of bounds memory access when trying to allocate space for a note of s...Nick Clifton1-1/+1
2017-08-08Fix address violation problems when parsing corrupt ELF binaries.Nick Clifton1-47/+64
2017-07-18Fix spelling typos.Yuri Chornovian1-1/+1
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra1-2/+2
2017-07-07Create pseudo sections for FreeBSD NT_PTLWPINFO core notes.John Baldwin1-0/+4
2017-07-03Support %Lx, %Lu, %Ld in _bfd_error_handler formatAlan Modra1-28/+26