summaryrefslogtreecommitdiff
path: root/bfd/elf.c
Commit message (Expand)AuthorAgeFilesLines
* elf: Check for corrupt symbol version infoH.J. Lu2018-08-251-1/+1
* PR23430, Indices misspelledAlan Modra2018-07-241-2/+2
* Avoid ubsan complaint in BFDTom Tromey2018-07-231-2/+3
* Add grok/write functions for new ppc core note sectionsEdjunior Barbosa Machado2018-07-161-0/+351
* Add checks for the NT_ARM_SVE section in a core file.Alan Hayward2018-07-061-0/+27
* elf: Check if the first symbol version is base versionH.J. Lu2018-06-141-1/+4
* Mark section in a section group with SHF_GROUPH.J. Lu2018-05-211-1/+9
* PR23199, Invalid SHT_GROUP entry leads to group confusionAlan Modra2018-05-181-6/+11
* PR20659, Objcopy and change section lma failingAlan Modra2018-05-121-86/+73
* Prevent a memory exhaustion failure when running objdump on a fuzzed input fi...Nick Clifton2018-05-081-0/+1
* -Wstringop-truncation warningsAlan Modra2018-05-041-11/+24
* Silence gcc-8 warningsAlan Modra2018-04-251-0/+7
* Fix an illegal memory access when trying to copy an ELF binary with corrupt s...Nick Clifton2018-04-241-1/+8
* Revert bfd part of "Silence gcc-8 warnings"Alan Modra2018-04-231-4/+0
* Silence gcc-8 warningsAlan Modra2018-04-231-0/+4
* Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton2018-02-271-1/+2
* Segfault on phdrs allocated but not createdAlan Modra2018-02-261-7/+5
* ELF linker messagesAlan Modra2018-02-261-12/+14
* unrecognized/unsupported reloc messageAlan Modra2018-02-261-4/+3
* PR22881, null pointer dereference in assign_file_positions_for_non_load_sectionsAlan Modra2018-02-231-38/+46
* %L conversionsAlan Modra2018-02-191-11/+13
* Use %pA and %pB in messages rather than %A and %BAlan Modra2018-02-191-52/+52
* PT_LOAD and PT_GNU_RELRO segment overlapAlan Modra2018-02-191-13/+10
* Ignore degenerate PT_LOAD segmentsAlan Modra2018-02-171-0/+1
* Remove bfd stub function casts.Alan Modra2018-02-161-1/+3
* PR22836, "-r -s" doesn't work with -g3 using GCC 7Alan Modra2018-02-131-4/+21
* PR22829, objcopy/strip removes PT_GNU_RELRO from lld binariesAlan Modra2018-02-131-27/+51
* Fix a seg-fault in the ELF note parser when a note with an excessively large ...Nick Clifton2018-02-081-0/+2
* ELF/BFD: Propagate the return status from backend section processingMaciej W. Rozycki2018-02-051-1/+2
* PR22758, FAIL: Run pr22393-2Alan Modra2018-01-301-24/+16
* Optimize the performance of the group_setup function.Jens Widell2018-01-121-3/+8
* ld: Create a new LOAD segment for separate code segmentH.J. Lu2018-01-111-7/+25
* Create pseudo sections for FreeBSD NT_PROCSTAT_(PROC|FILES|VMMAP) notes.John Baldwin2018-01-031-0/+12
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-147/+147
* Re-apply "elf: Properly compute offsets of note descriptor and next note"H.J. Lu2017-11-241-10/+21
* Revert "elf: Properly compute offsets of note descriptor and next note"Simon Marchi2017-11-241-14/+10
* elf: Properly compute offsets of note descriptor and next noteH.J. Lu2017-11-241-10/+14
* PR22451, strip no longer works on older object filesAlan Modra2017-11-211-7/+15
* Prevent illegal memory accesses when parsing incorrecctly formated core notes.Nick Clifton2017-11-161-0/+10
* ld: Remove PF_X from PT_PHDR segmentH.J. Lu2017-11-121-2/+1
* ELF/BFD: Handle both variants of the 64-bit Linux core PRPSINFO noteMaciej W. Rozycki2017-10-111-4/+15
* ELF/BFD,GDB: Handle both variants of the 32-bit Linux core PRPSINFO noteMaciej W. Rozycki2017-10-111-4/+15
* Account for padding in FreeBSD/mipsn32 NT_PRSTATUS notes.John Baldwin2017-10-061-0/+5
* Handle the NT_ARM_VFP core dump note on FreeBSD.John Baldwin2017-10-051-0/+3
* PR21167, relocation sections not included in groupsAlan Modra2017-10-051-18/+28
* PR22166, SHT_GNU_verneed memory allocationAlan Modra2017-09-241-2/+3
* S/390: Fix Elf note swap s390_gs_bc vs. s390_gs_cbAndreas Arnez2017-09-211-2/+2
* Fix null pointer dereference when parsing a corrupt ELF binary.Nick Clifton2017-08-141-2/+12
* Fix out of bounds memory access when trying to allocate space for a note of s...Nick Clifton2017-08-101-1/+1