summaryrefslogtreecommitdiff
path: root/bfd/elf.c
AgeCommit message (Expand)Author
2022-08-05asan: ppc64_elf_get_synthetic_symtab heap buffer overflowlinaro-local/ci/tcwg_kernel/llvm-master-arm-norov-allnoconfiglinaro-local/ci/tcwg_kernel/llvm-master-aarch64-norov-allnoconfiglinaro-local/ci/tcwg_kernel/gnu-master-aarch64-norov-defconfigAlan Modra
2022-08-04Don't use BFD_VMA_FMT in binutilsAlan Modra
2022-08-03elf: Reset alignment for each PT_LOAD segmentH.J. Lu
2022-08-02ELF: emit symbol table when there are relocationsJan Beulich
2022-07-06elf: Copy p_align of PT_GNU_STACK for stack alignmentH.J. Lu
2022-05-26ld: add --package-metadataLuca Boccassi
2022-05-13Fix "gdb --write" with core filesPedro Alves
2022-05-03Add a linker warning when creating potentially dangerous executable segments....Nick Clifton
2022-04-27Create pseudo sections for NT_ARM_TLS notes on FreeBSD.John Baldwin
2022-04-01Use pseudosections for NT_FREEBSD_X86_SEGBASES core dump notes.John Baldwin
2022-04-01elfcore_grok_freebsd_note: Remove checks of note->namesz.John Baldwin
2022-02-16ld: Support customized output section typeFangrui Song
2022-02-16What to do when sh_addralign isn't a power of twoAlan Modra
2022-02-05Detect .eh_frame_hdr earlier for SIZEOF_HEADERSAlan Modra
2022-01-12elf: Add size_relative_relocs and finish_relative_relocsH.J. Lu
2022-01-12elf: Pass need_layout to _bfd_elf_map_sections_to_segmentsH.J. Lu
2022-01-12elf: Add .relr.dyn to special_sections_rH.J. Lu
2022-01-05elf: Set p_align to the minimum page size if possibleH.J. Lu
2022-01-02Update year range in copyright notice of binutils filesAlan Modra
2022-01-01ubsan: integer overflow in section filepos subtractionAlan Modra
2021-12-17asan: NULL dereference in bfd_elf_set_group_contentsAlan Modra
2021-12-11Don't edit bogus sh_link on reading relocatable objects (Oracle fix)Alan Modra
2021-12-10Set sh_link for reloc sections created as normal sectionsAlan Modra
2021-12-08bfd_section_from_shdr: Support SHT_RELR sectionsFangrui Song
2021-11-17Fix the linker script parser so that it will recognise the PT_GNU_RELRO segme...Nick Clifton
2021-11-06readelf: Support RELR in -S and -d and outputFangrui Song
2021-10-29obcopy vs. files with silly section alignmentAlan Modra
2021-10-24LoongArch bfd supportliuzhensong
2021-09-30Add Solaris specific ELF note processingLibor Bukata
2021-09-07Revert: [AArch64] MTE corefile supportLuis Machado
2021-09-02SHT_SYMTAB_SHNDX handlingAlan Modra
2021-08-07PR28186, SEGV elf.c:7991:30 in _bfd_elf_fixup_group_sectionsAlan Modra
2021-08-04elf: Treat undefined version as hiddenH.J. Lu
2021-07-30reloc_upper_bound size calculationsAlan Modra
2021-06-08bfd/elf: Don't read non-existing secondary relocsMichael Matz
2021-05-21[AArch64] MTE corefile supportLuis Machado
2021-05-12Add MTE register set support for core filesLuis Machado
2021-04-28Stop the BFD library from treating annobin symbols as potential function symb...Nick Clifton
2021-04-23Fix type of .persistent.bss sectionEric Botcazou
2021-04-14elf: Set p_memsz to p_filesz for loadable PT_NOTE segmentH.J. Lu
2021-04-14Remove unneeded tests for definitions of NT_BSDNETCORE values.Frederic Cambus
2021-04-01Use startswith more for strncmp function calls.Martin Liska
2021-03-31Use bool in bfdAlan Modra
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska
2021-03-20DWARF LTO debug sections vs. .stabstrAlan Modra
2021-03-18elf: Handle .gnu.debuglto_.debug_* sectionsH.J. Lu
2021-03-10ELF DWARF in PE outputAlan Modra
2021-03-05bfd/binutils: add support for RISC-V CSRs in core filesAndrew Burgess
2021-03-05bfd/binutils: support for gdb target descriptions in the core fileAndrew Burgess
2021-01-26bfd: add elfcore_write_file_noteMihails Strasuns