aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-03Miscellaneous format string fixesAlan Modra1-4/+4
2017-06-29S390: Support guarded-storage core note sectionsAndreas Arnez1-0/+56
2017-06-25fix out-of-bounds access in elf.c:find_linkSergei Trofimovich1-2/+4
2017-06-21Fix seg-fault reading a corrupt ELF binary.Nick Clifton1-3/+11
2017-06-06bfd: support section groups with preceding SHF_GROUP sectionsJose E. Marchesi1-28/+5
2017-06-06ld: Allow section groups to be resolved as part of a relocatable linkAndrew Burgess1-18/+17
2017-06-06ELF/BFD: Hold the number of internal static relocs in `->reloc_count'Maciej W. Rozycki1-1/+2
2017-06-01Use the ELF class to determine the word size for FreeBSD core notes.John Baldwin1-10/+13
2017-05-18Don't compare boolean values against TRUE or FALSEAlan Modra1-1/+1
2017-04-23PR 21414, null pointer deref of _bfd_elf_large_com_section symAlan Modra1-2/+4
2017-04-23PR 21412, get_reloc_section assumes .rel/.rela name for SHT_REL/RELA.Alan Modra1-26/+35
2017-04-13Wrap long linesAlan Modra1-13/+23
2017-04-13Use %A and %B in more error messagesAlan Modra1-2/+2
2017-04-13Rewrite bfd error handlerAlan Modra1-2/+2
2017-04-10PR21287, Inconsistent section type for .init_array and .init_array.42Alan Modra1-10/+10
2017-04-04Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXXH.J. Lu1-2/+64
2017-04-03ld: Support ELF GNU program propertiesH.J. Lu1-0/+3
2017-03-02Disable warning message about a program header with no associated sections wh...Nick Clifton1-4/+9
2017-02-16hppa -z relro againAlan Modra1-0/+11
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-12-06Fix seg-fault in strip when copying a corrupt binary.Nick Clifton1-0/+10
2016-12-05Fix seg-fault attempting to strip a corrupt binary.Nick Clifton1-1/+7
2016-12-02Always pass a valid section header offset to elf_parse_notesGary Benson1-1/+1
2016-11-30Revert accidental elf.c changeAlan Modra1-1/+1
2016-11-28Partially revert patch for PR 20815 - do not sort the PT_LOAD segments. Non-...Nick Clifton1-65/+14
2016-11-23Fix the linker so that it will not silently generate ELF binaries with invali...Nick Clifton1-8/+117
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton1-0/+34
2016-10-12BFD_FAKE_SECTION macro paramsAlan Modra1-3/+5