Automatic date update in version.in
[binutils-gdb.git] / bfd / elf.c
2020-03-24 H.J. Lubfd: Add a bfd_boolean argument to bfd_get_symbol_versi...
2020-03-24 Nick CliftonFix assertion failure in the BFD library when linking...
2020-03-24 H.J. Lubfd: Display symbol version for nm -D
2020-03-20 Alan Modratidy elf_backend calls
2020-03-19 Nick CliftonFix assertion failure in the BFD library when called...
2020-03-18 Nick CliftonFix seg-fault in strip when copying a file containing...
2020-03-17 Nick CliftonReplace a couple of assertions in the BFD library that...
2020-03-17 Nick CliftonRemove a double free in the BFD library triggered when...
2020-03-16 Alan ModraPR25675: SIGSEGV in bfd_octets_per_byte
2020-03-13 Kamil RytarowskiImplement NT_NETBSDCORE_LWPSTATUS (NetBSD-Core)
2020-03-13 Kamil RytarowskiRecognize aarch64 PT_GETREGS and PT_GETFPREGS notes...
2020-03-13 Christian EggersFix several mix up between octets and bytes in ELF...
2020-03-13 Christian EggersFix several mix up between octets and bytes in ELF...
2020-03-06 Nick CliftonFix an abort triggered when objcopy is used to set...
2020-03-05 Nick CliftonAdd support for ELF files which contain multiple reloc...
2020-03-04 Alan Modrash_addralign inconsistent with sh_addr
2020-03-02 Alan Modraelf_backend_section_flags and _bfd_elf_init_private_sec...
2020-02-26 Alan ModraIndent labels
2020-02-22 Alan ModraPR25585, PHDR segment not covered by LOAD segment
2020-02-20 Nick CliftonStop the BFD library from automatically converting...
2020-02-19 Alan Modrafile size check in _bfd_alloc_and_read
2020-02-19 Alan Modra_bfd_alloc_and_read
2020-02-19 Alan Modra_bfd_mul_overflow
2020-02-19 Alan Modraalloc2 used unnecessarily
2020-02-19 Alan ModraCheck return status of memory alloc functions
2020-02-19 Alan Modrabfd_size_type to size_t
2020-02-07 Nick CliftonStop the BFD library from complaining if a segment...
2020-01-31 Alan ModraOOM in setup_group
2020-01-23 Alan ModraPR25444, Floating point exception in _bfd_elf_compute_s...
2020-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2019-12-13 Alan ModraSet no file contents PT_LOAD p_offset to first page
2019-11-27 Alan ModraPR23652, Use symbols from debug bfd for _bfd_elf_find_f...
2019-11-25 Alan ModraPass section when available to bfd_octets_per_byte
2019-11-25 Christian EggersIntroduce new section flag: SEC_ELF_OCTETS
2019-11-18 Alan ModraPR25200, SIGSEGV in _bfd_elf_validate_reloc
2019-11-18 Alan Modraelf_backend_init_file_header
2019-11-18 Alan Modraelf_backend_modify_headers
2019-11-18 Alan ModraPR25196, abort in rewrite_elf_program_header
2019-10-30 Keith SeitzAdd the ability to the BFD library to read build-ids...
2019-10-25 Alan ModraPR4499, assign file positions assumes segment offsets...
2019-10-14 Alan Modraqsort: elf_sort_sections use of target_index
2019-10-03 Nick Alcockbfd, ld: add CTF section linking
2019-10-03 Nick Alcocklibctf, bfd: fix ctf_bfdopen_ctfsect opening symbol...
2019-09-19 Alan Modrabfd_section_* macros
2019-09-18 Alan Modrabfd_asymbol_* macros
2019-09-18 Alan ModraDon't use bfd_get_* macro to set bfd fields
2019-09-11 Alan ModraTidy ld/ldmisc.c
2019-08-23 Nick CliftonStop the BFD library from failing when encountering...
2019-08-14 Alan ModraRemove _bfd_dwarf2_find_nearest_line addr_size parameter
2019-07-29 Martin LiskaSupport .gnu.lto_.lto section in ELF files (PR 24768).
2019-07-24 Alan ModraComplain about mbind, ifunc, and unique in final_write
2019-07-23 Alan ModraSHF_GNU_MBIND requires ELFOSABI_GNU
2019-07-23 Alan ModraELF final_write_processing
2019-07-02 Nick CliftonStop the BFD library from issuing a warning message...
2019-06-28 Nick CliftonPrevent attempts to allocate excessive amounts of memor...
2019-06-10 Christos ZoulasAdd support for NetBSD/sh3 core file sections. Merge...
2019-05-27 Alan ModraAnother generic ELF target assertion failure
2019-04-03 Alan ModraBFD whitespace fixes
2019-03-28 Alan ModraPR24392, Clang warning Wtautological-constant-out-of...
2019-03-16 Alan ModraPR24337, segfault in _bfd_elf_rela_local_sym, again
2019-03-15 Alan ModraPR24337, segfault in _bfd_elf_rela_local_sym
2019-03-12 Alan ModraDon't use bfd_get_file_size in objdump
2019-02-28 Nick CliftonPrevent a buffer overrun error when attempting to parse...
2019-02-20 Alan HaywardAArch64: Add pauth core file section
2019-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2018-12-28 Alan ModraPR24015, glibc-2.28 on little-endian mips32 broken
2018-12-17 Alan ModraPR23994, libbfd integer overflow
2018-12-14 H.J. Luelf: Add PT_GNU_PROPERTY segment type
2018-11-30 Nick CliftonRemove an abort in the bfd library and add a check...
2018-11-27 Mark WielaardHandle ELF compressed header alignment correctly by...
2018-11-02 Alan ModraPR23850, strip should not discard/move .rela.plt in...
2018-10-20 Alan ModraPR23788, objcopy: failed to find link section
2018-10-08 Alan ModraSeparate header PT_LOAD for -z separate-code
2018-10-08 Alan ModraUse p_vaddr_offset to set p_vaddr on segments without...
2018-10-08 Alan ModraNo PT_INTERP when .interp is zero size
2018-10-08 Alan ModraTidy elf_segment_map allocation
2018-10-03 H.J. LuELF: Group PT_NOTE segments by section alignments
2018-09-24 Jozef LawrynowiczFix PR gdb/20948: --write option to GDB causes segmenta...
2018-09-03 Jozef LawrynowiczPR23595, simple objcopy of executable failure for msp43...
2018-08-25 H.J. Luelf: Check for corrupt symbol version info
2018-07-24 Alan ModraPR23430, Indices misspelled
2018-07-23 Tom TromeyAvoid ubsan complaint in BFD
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
next