aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf.c
AgeCommit message (Expand)Author
2017-07-18Fix spelling typos.Yuri Chornovian
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra
2017-07-07Create pseudo sections for FreeBSD NT_PTLWPINFO core notes.John Baldwin
2017-07-03Support %Lx, %Lu, %Ld in _bfd_error_handler formatAlan Modra
2017-07-03Miscellaneous format string fixesAlan Modra
2017-06-29S390: Support guarded-storage core note sectionsAndreas Arnez
2017-06-25fix out-of-bounds access in elf.c:find_linkSergei Trofimovich
2017-06-21Fix seg-fault reading a corrupt ELF binary.Nick Clifton
2017-06-06bfd: support section groups with preceding SHF_GROUP sectionsJose E. Marchesi
2017-06-06ld: Allow section groups to be resolved as part of a relocatable linkAndrew Burgess
2017-06-06ELF/BFD: Hold the number of internal static relocs in `->reloc_count'Maciej W. Rozycki
2017-06-01Use the ELF class to determine the word size for FreeBSD core notes.John Baldwin
2017-05-18Don't compare boolean values against TRUE or FALSEAlan Modra
2017-04-23PR 21414, null pointer deref of _bfd_elf_large_com_section symAlan Modra
2017-04-23PR 21412, get_reloc_section assumes .rel/.rela name for SHT_REL/RELA.Alan Modra
2017-04-13Wrap long linesAlan Modra
2017-04-13Use %A and %B in more error messagesAlan Modra
2017-04-13Rewrite bfd error handlerAlan Modra
2017-04-10PR21287, Inconsistent section type for .init_array and .init_array.42Alan Modra
2017-04-04Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXXH.J. Lu
2017-04-03ld: Support ELF GNU program propertiesH.J. Lu
2017-03-02Disable warning message about a program header with no associated sections wh...Nick Clifton
2017-02-16hppa -z relro againAlan Modra
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-12-06Fix seg-fault in strip when copying a corrupt binary.Nick Clifton
2016-12-05Fix seg-fault attempting to strip a corrupt binary.Nick Clifton
2016-12-02Always pass a valid section header offset to elf_parse_notesGary Benson
2016-11-30Revert accidental elf.c changeAlan Modra
2016-11-28Partially revert patch for PR 20815 - do not sort the PT_LOAD segments. Non-...Nick Clifton
2016-11-23Fix the linker so that it will not silently generate ELF binaries with invali...Nick Clifton
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton
2016-10-12BFD_FAKE_SECTION macro paramsAlan Modra
2016-09-30Remove syntactic sugarAlan Modra
2016-08-27Lack of SHF_GROUP sections result in ld segfaultAlan Modra
2016-08-19Place .shstrtab section after .symtab and .strtab, thus restoring monotonical...Nick Clifton
2016-07-21Fix implib test failuresAlan Modra
2016-07-20Handle version 1a of FreeBSD's NT_PRSINFO.John Baldwin
2016-07-20Check p_paddr for program header spaceH.J. Lu
2016-07-15Add support for creating ELF import librariesThomas Preud'homme
2016-06-24Create a pseudo section for the ELF AUXV core dump note on FreeBSD.John Baldwin
2016-06-24Add elfcore_grok_freebsd_note to parse FreeBSD ELF core notes.John Baldwin
2016-06-11Use size_t rather than bfd_size_typeAlan Modra
2016-05-20Set sh_entsize for .init_array and similar.Alan Modra
2016-05-09Fix seg fault objdumping a corrupt binary with an invalid sh_link field.Nick Clifton
2016-04-29Enhance support for copying and stripping Solaris and ARM binaries.Nick Clifton
2016-04-14Replace "link" with "sh_link"H.J. Lu
2016-04-14Fix copying Solaris binaries with objcopy.Nick Clifton
2016-03-11Fix some places where octet to byte conversions are needed.Dan Gissel
2016-02-26Properly implement STT_COMMONH.J. Lu
2016-02-02Clear HAS_RELOC if there are no relocationsH.J. Lu