Add grok/write functions for new ppc core note sections
[deliverable/binutils-gdb.git] / bfd / elf.c
2018-07-16  Edjunior Barbosa... Add grok/write functions for new ppc core note sections
2018-07-06  Alan HaywardAdd checks for the NT_ARM_SVE section in a core file.
2018-06-14  H.J. Luelf: Check if the first symbol version is base version
2018-05-22  H.J. LuMark section in a section group with SHF_GROUP
2018-05-18  Alan ModraPR23199, Invalid SHT_GROUP entry leads to group confusion
2018-05-12  Alan ModraPR20659, Objcopy and change section lma failing
2018-05-08  Nick CliftonPrevent a memory exhaustion failure when running objdum...
2018-05-04  Alan Modra-Wstringop-truncation warnings
2018-04-25  Alan ModraSilence gcc-8 warnings
2018-04-24  Nick CliftonFix an illegal memory access when trying to copy an...
2018-04-23  Alan ModraRevert bfd part of "Silence gcc-8 warnings"
2018-04-23  Alan ModraSilence gcc-8 warnings
2018-02-27  Nick CliftonHave info_to_howto functions return a success/fail...
2018-02-26  Alan ModraSegfault on phdrs allocated but not created
2018-02-25  Alan ModraELF linker messages
2018-02-25  Alan Modraunrecognized/unsupported reloc message
2018-02-23  Alan ModraPR22881, null pointer dereference in assign_file_positi...
2018-02-19  Alan Modra%L conversions
2018-02-19  Alan ModraUse %pA and %pB in messages rather than %A and %B
2018-02-19  Alan ModraPT_LOAD and PT_GNU_RELRO segment overlap
2018-02-16  Alan ModraIgnore degenerate PT_LOAD segments
2018-02-16  Alan ModraRemove bfd stub function casts.
2018-02-13  Alan ModraPR22836, "-r -s" doesn't work with -g3 using GCC 7
2018-02-13  Alan ModraPR22829, objcopy/strip removes PT_GNU_RELRO from lld...
2018-02-08  Nick CliftonFix a seg-fault in the ELF note parser when a note...
2018-02-05  Maciej W. RozyckiELF/BFD: Propagate the return status from backend secti...
2018-01-30  Alan ModraPR22758, FAIL: Run pr22393-2
2018-01-12  Jens WidellOptimize the performance of the group_setup function.
2018-01-12  H.J. Luld: Create a new LOAD segment for separate code segment
2018-01-03  John BaldwinCreate pseudo sections for FreeBSD NT_PROCSTAT_(PROC...
2018-01-03  Alan ModraUpdate year range in copyright notice of binutils files
2017-12-06  Alan ModraBFD whitespace fixes
2017-11-24  H.J. LuRe-apply "elf: Properly compute offsets of note descrip...
2017-11-24  Simon MarchiRevert "elf: Properly compute offsets of note descripto...
2017-11-24  H.J. Luelf: Properly compute offsets of note descriptor and...
2017-11-20  Alan ModraPR22451, strip no longer works on older object files
2017-11-16  Nick CliftonPrevent illegal memory accesses when parsing incorrecct...
2017-11-13  H.J. Luld: Remove PF_X from PT_PHDR segment
2017-10-11  Maciej W. RozyckiELF/BFD: Handle both variants of the 64-bit Linux core...
2017-10-11  Maciej W. RozyckiELF/BFD,GDB: Handle both variants of the 32-bit Linux...
2017-10-06  John BaldwinAccount for padding in FreeBSD/mipsn32 NT_PRSTATUS...
2017-10-05  John BaldwinHandle the NT_ARM_VFP core dump note on FreeBSD.
2017-10-04  Alan ModraPR21167, relocation sections not included in groups
2017-09-24  Alan ModraPR22166, SHT_GNU_verneed memory allocation
2017-09-21  Andreas ArnezS/390: Fix Elf note swap s390_gs_bc vs. s390_gs_cb
2017-08-14  Nick CliftonFix null pointer dereference when parsing a corrupt...
2017-08-10  Nick CliftonFix out of bounds memory access when trying to allocate...
2017-08-08  Nick CliftonFix address violation problems when parsing corrupt...
2017-07-18  Yuri ChornovianFix spelling typos.
2017-07-12  Alan Modrabfd_error_handler bfd_vma and bfd_size_type args
2017-07-07  John BaldwinCreate pseudo sections for FreeBSD NT_PTLWPINFO core...
2017-07-03  Alan ModraSupport %Lx, %Lu, %Ld in _bfd_error_handler format
2017-07-03  Alan ModraMiscellaneous format string fixes
2017-06-29  Andreas ArnezS390: Support guarded-storage core note sections
2017-06-25  Sergei Trofimovichfix out-of-bounds access in elf.c:find_link
2017-06-21  Nick CliftonFix seg-fault reading a corrupt ELF binary.
2017-06-06  Jose E. Marchesibfd: support section groups with preceding SHF_GROUP...
2017-06-06  Andrew Burgessld: Allow section groups to be resolved as part of...
2017-06-06  Maciej W. RozyckiELF/BFD: Hold the number of internal static relocs...
2017-06-01  John BaldwinUse the ELF class to determine the word size for FreeBS...
2017-05-18  Alan ModraDon't compare boolean values against TRUE or FALSE
2017-04-23  Alan ModraPR 21414, null pointer deref of _bfd_elf_large_com_sect...
2017-04-23  Alan ModraPR 21412, get_reloc_section assumes .rel/.rela name...
2017-04-13  Alan ModraWrap long lines
2017-04-13  Alan ModraUse %A and %B in more error messages
2017-04-13  Alan ModraRewrite bfd error handler
2017-04-10  Alan ModraPR21287, Inconsistent section type for .init_array...
2017-04-04  H.J. LuSupport ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXX
2017-04-03  H.J. Luld: Support ELF GNU program properties
2017-03-02  Nick CliftonDisable warning message about a program header with...
2017-02-16  Alan Modrahppa -z relro again
2017-01-02  Alan ModraUpdate year range in copyright notice of all files.
2016-12-06  Nick CliftonFix seg-fault in strip when copying a corrupt binary.
2016-12-05  Nick CliftonFix seg-fault attempting to strip a corrupt binary.
2016-12-02  Gary BensonAlways pass a valid section header offset to elf_parse_...
2016-11-30  Alan ModraRevert accidental elf.c change
2016-11-28  Nick CliftonPartially revert patch for PR 20815 - do not sort the...
2016-11-23  Nick CliftonFix the linker so that it will not silently generate...
2016-10-19  Nick CliftonAdd c-format tags to translatable strings with more...
2016-10-11  Alan ModraBFD_FAKE_SECTION macro params
2016-09-30  Alan ModraRemove syntactic sugar
2016-08-27  Alan ModraLack of SHF_GROUP sections result in ld segfault
2016-08-19  Nick CliftonPlace .shstrtab section after .symtab and .strtab,...
2016-07-21  Alan ModraFix implib test failures
2016-07-20  John BaldwinHandle version 1a of FreeBSD's NT_PRSINFO.
2016-07-20  H.J. LuCheck p_paddr for program header space
2016-07-15  Thomas Preud'hommeAdd support for creating ELF import libraries
2016-06-24  John BaldwinCreate a pseudo section for the ELF AUXV core dump...
2016-06-24  John BaldwinAdd elfcore_grok_freebsd_note to parse FreeBSD ELF...
2016-06-11  Alan ModraUse size_t rather than bfd_size_type
2016-05-19  Alan ModraSet sh_entsize for .init_array and similar.
2016-05-09  Nick CliftonFix seg fault objdumping a corrupt binary with an inval...
2016-04-29  Nick CliftonEnhance support for copying and stripping Solaris and...
2016-04-14  H.J. LuReplace "link" with "sh_link"
2016-04-14  Nick CliftonFix copying Solaris binaries with objcopy.
2016-03-11  Dan GisselFix some places where octet to byte conversions are...
2016-02-26  H.J. LuProperly implement STT_COMMON
2016-02-02  H.J. LuClear HAS_RELOC if there are no relocations
2016-01-21  Alan ModraConvert macros in elf-linux-core.h to inline functions
2016-01-21  Alan ModraRename elf-linux-psinfo.h to elf-linux-core.h
next
This page took 0.355639 seconds and 107 git commands to generate.