aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-14Implement NT_NETBSDCORE_LWPSTATUS (NetBSD-Core)Kamil Rytarowski1-1/+7
2020-03-13Recognize aarch64 PT_GETREGS and PT_GETFPREGS notes on NetBSDKamil Rytarowski1-0/+1
2020-03-13Fix several mix up between octets and bytes in ELF program headersChristian Eggers1-27/+27
2020-03-13Fix several mix up between octets and bytes in ELF program headersChristian Eggers1-56/+75
2020-03-06Fix an abort triggered when objcopy is used to set the "share" section flag o...Nick Clifton1-7/+33
2020-03-05Add support for ELF files which contain multiple reloc sections which all tar...Nick Clifton1-6/+371
2020-03-04sh_addralign inconsistent with sh_addrAlan Modra1-1/+5
2020-03-02elf_backend_section_flags and _bfd_elf_init_private_section_dataAlan Modra1-34/+28
2020-02-26Indent labelsAlan Modra1-3/+3
2020-02-22PR25585, PHDR segment not covered by LOAD segmentAlan Modra1-1/+5
2020-02-20Stop the BFD library from automatically converting OS and PROC specific symbo...Nick Clifton1-1/+18
2020-02-19file size check in _bfd_alloc_and_readAlan Modra1-14/+0
2020-02-19_bfd_alloc_and_readAlan Modra1-31/+14
2020-02-19_bfd_mul_overflowAlan Modra1-59/+85
2020-02-19alloc2 used unnecessarilyAlan Modra1-18/+21
2020-02-19Check return status of memory alloc functionsAlan Modra1-0/+2
2020-02-19bfd_size_type to size_tAlan Modra1-3/+3
2020-02-07Stop the BFD library from complaining if a segment has no sections attached t...Nick Clifton1-8/+9
2020-01-31OOM in setup_groupAlan Modra1-3/+3
2020-01-23PR25444, Floating point exception in _bfd_elf_compute_section_file_positionsAlan Modra1-5/+11
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-13Set no file contents PT_LOAD p_offset to first pageAlan Modra1-1/+9
2019-11-27PR23652, Use symbols from debug bfd for _bfd_elf_find_functionAlan Modra1-4/+5
2019-11-25Pass section when available to bfd_octets_per_byteAlan Modra1-27/+11
2019-11-25Introduce new section flag: SEC_ELF_OCTETSChristian Eggers1-1/+11
2019-11-19PR25200, SIGSEGV in _bfd_elf_validate_relocAlan Modra1-1/+1
2019-11-18elf_backend_init_file_headerAlan Modra1-24/+5
2019-11-18elf_backend_modify_headersAlan Modra1-35/+41
2019-11-18PR25196, abort in rewrite_elf_program_headerAlan Modra1-4/+5
2019-10-30Add the ability to the BFD library to read build-ids from core flies.Keith Seitz1-5/+18
2019-10-25PR4499, assign file positions assumes segment offsets increasingAlan Modra1-236/+260
2019-10-14qsort: elf_sort_sections use of target_indexAlan Modra1-10/+11
2019-10-03bfd, ld: add CTF section linkingNick Alcock1-11/+34
2019-10-03libctf, bfd: fix ctf_bfdopen_ctfsect opening symbol and string sectionsNick Alcock1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-11/+9
2019-09-18bfd_asymbol_* macrosAlan Modra1-2/+2
2019-09-18Don't use bfd_get_* macro to set bfd fieldsAlan Modra1-2/+2
2019-09-11Tidy ld/ldmisc.cAlan Modra1-0/+8
2019-08-23Stop the BFD library from failing when encountering a second set of relocs fo...Nick Clifton1-2/+11
2019-08-14Remove _bfd_dwarf2_find_nearest_line addr_size parameterAlan Modra1-2/+2
2019-07-29Support .gnu.lto_.lto section in ELF files (PR 24768).Martin Liska1-0/+23
2019-07-24Complain about mbind, ifunc, and unique in final_writeAlan Modra1-7/+22
2019-07-23SHF_GNU_MBIND requires ELFOSABI_GNUAlan Modra1-32/+48
2019-07-23ELF final_write_processingAlan Modra1-7/+13
2019-07-02Stop the BFD library from issuing a warning message when processing allocated...Nick Clifton1-1/+36
2019-06-28Prevent attempts to allocate excessive amounts of memory when parsing corrupt...Nick Clifton1-0/+12
2019-06-10Add support for NetBSD/sh3 core file sections. Merge multiple copies of auxv...Christos Zoulas1-39/+47
2019-05-27Another generic ELF target assertion failureAlan Modra1-1/+2
2019-04-03BFD whitespace fixesAlan Modra1-104/+104
2019-03-28PR24392, Clang warning Wtautological-constant-out-of-range-compareAlan Modra1-8/+2