summaryrefslogtreecommitdiff
path: root/bfd/elf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix address violation problems when parsing corrupt ELF binaries.Nick Clifton2017-08-081-47/+64
* Fix spelling typos.Yuri Chornovian2017-07-181-1/+1
* bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra2017-07-121-2/+2
* Create pseudo sections for FreeBSD NT_PTLWPINFO core notes.John Baldwin2017-07-071-0/+4
* Support %Lx, %Lu, %Ld in _bfd_error_handler formatAlan Modra2017-07-031-28/+26
* Miscellaneous format string fixesAlan Modra2017-07-031-4/+4
* S390: Support guarded-storage core note sectionsAndreas Arnez2017-06-291-0/+56
* fix out-of-bounds access in elf.c:find_linkSergei Trofimovich2017-06-251-2/+4
* Fix seg-fault reading a corrupt ELF binary.Nick Clifton2017-06-211-3/+11
* bfd: support section groups with preceding SHF_GROUP sectionsJose E. Marchesi2017-06-061-28/+5
* ld: Allow section groups to be resolved as part of a relocatable linkAndrew Burgess2017-06-061-18/+17
* ELF/BFD: Hold the number of internal static relocs in `->reloc_count'Maciej W. Rozycki2017-06-061-1/+2
* Use the ELF class to determine the word size for FreeBSD core notes.John Baldwin2017-06-011-10/+13
* Don't compare boolean values against TRUE or FALSEAlan Modra2017-05-181-1/+1
* PR 21414, null pointer deref of _bfd_elf_large_com_section symAlan Modra2017-04-231-2/+4
* PR 21412, get_reloc_section assumes .rel/.rela name for SHT_REL/RELA.Alan Modra2017-04-231-26/+35
* Wrap long linesAlan Modra2017-04-131-13/+23
* Use %A and %B in more error messagesAlan Modra2017-04-131-2/+2
* Rewrite bfd error handlerAlan Modra2017-04-131-2/+2
* PR21287, Inconsistent section type for .init_array and .init_array.42Alan Modra2017-04-101-10/+10
* Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXXH.J. Lu2017-04-041-2/+64
* ld: Support ELF GNU program propertiesH.J. Lu2017-04-031-0/+3
* Disable warning message about a program header with no associated sections wh...Nick Clifton2017-03-021-4/+9
* hppa -z relro againAlan Modra2017-02-161-0/+11
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Fix seg-fault in strip when copying a corrupt binary.Nick Clifton2016-12-061-0/+10
* Fix seg-fault attempting to strip a corrupt binary.Nick Clifton2016-12-051-1/+7
* Always pass a valid section header offset to elf_parse_notesGary Benson2016-12-021-1/+1
* Revert accidental elf.c changeAlan Modra2016-11-301-1/+1
* Partially revert patch for PR 20815 - do not sort the PT_LOAD segments. Non-...Nick Clifton2016-11-281-65/+14
* Fix the linker so that it will not silently generate ELF binaries with invali...Nick Clifton2016-11-231-8/+117
* Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton2016-10-191-0/+34
* BFD_FAKE_SECTION macro paramsAlan Modra2016-10-121-3/+5
* Remove syntactic sugarAlan Modra2016-09-301-42/+43
* Lack of SHF_GROUP sections result in ld segfaultAlan Modra2016-08-271-4/+19
* Place .shstrtab section after .symtab and .strtab, thus restoring monotonical...Nick Clifton2016-08-191-7/+7
* Fix implib test failuresAlan Modra2016-07-211-5/+5
* Handle version 1a of FreeBSD's NT_PRSINFO.John Baldwin2016-07-201-9/+29
* Check p_paddr for program header spaceH.J. Lu2016-07-201-1/+3
* Add support for creating ELF import librariesThomas Preud'homme2016-07-151-0/+37
* Create a pseudo section for the ELF AUXV core dump note on FreeBSD.John Baldwin2016-06-241-0/+14
* Add elfcore_grok_freebsd_note to parse FreeBSD ELF core notes.John Baldwin2016-06-241-9/+129
* Use size_t rather than bfd_size_typeAlan Modra2016-06-111-9/+5
* Set sh_entsize for .init_array and similar.Alan Modra2016-05-201-3/+6
* Fix seg fault objdumping a corrupt binary with an invalid sh_link field.Nick Clifton2016-05-091-5/+11
* Enhance support for copying and stripping Solaris and ARM binaries.Nick Clifton2016-04-291-103/+165
* Replace "link" with "sh_link"H.J. Lu2016-04-141-10/+12