aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2024-01-041-1/+1
* Fix: strip --strip-debug breaks relocationsNick Clifton2023-12-051-1/+7
* nm: heap-buffer-overflow at elfcode.h:1507 in bfd_elf64_slurp_symbol_tableNick Clifton2023-09-271-2/+5
* Rename bfd_bread and bfd_bwriteAlan Modra2023-08-091-11/+11
* elf_object_p load of dynamic symbolsAlan Modra2023-07-131-15/+26
* bfd: Improve nm and objdump without section headerH.J. Lu2023-06-291-7/+48
* ELF: Strip section header in ELF objectsKaylee Blake2023-06-291-10/+26
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* Re: The problem with warning in elf_object_pAlan Modra2022-12-171-7/+6
* The problem with warning in elf_object_pAlan Modra2022-09-241-11/+18
* Don't use BFD_VMA_FMT in binutilsAlan Modra2022-08-041-3/+4
* ELF32: don't silently truncate relocation addendsJan Beulich2022-03-231-0/+13
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* ELF core file size checksAlan Modra2021-10-291-2/+3
* Remove an accidental change to elfcode.h included as part of commit 6e0dfbf420.Nick Clifton2021-07-071-3/+2
* Updated translations (mainly Ukranian and French) triggered by creation of 2....Nick Clifton2021-07-051-2/+3
* Use bool in bfdAlan Modra2021-03-311-40/+40
* ELF: Don't generate unused section symbolsH.J. Lu2021-01-071-1/+7
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Put bfd_section_from_shdr loop detection array in elf_tdataAlan Modra2020-12-141-0/+3
* Fix an illegal memory access when accessing corrupt dynamic secondary relocat...Nick Clifton2020-11-231-1/+1
* PR26574, heap buffer overflow in _bfd_elf_slurp_secondary_reloc_sectionAlan Modra2020-09-041-4/+4
* Apply a workaround to mitigate a quadratic performance hit in the linker when...Nick Clifton2020-08-201-1/+2
* PR26348, Malloc error in write_zerosAlan Modra2020-08-131-5/+17
* Replace "if (x) free (x)" with "free (x)", bfdAlan Modra2020-05-211-12/+7
* PR25993, read of freed memoryAlan Modra2020-05-201-11/+2
* tidy elf_backend callsAlan Modra2020-03-201-8/+6
* Fix several mix up between octets and bytes in ELF program headersChristian Eggers2020-03-131-13/+15
* Add support for ELF files which contain multiple reloc sections which all tar...Nick Clifton2020-03-051-1/+17
* bfd_cleanup for object_pAlan Modra2020-03-021-2/+2
* Indent labelsAlan Modra2020-02-261-1/+1
* _bfd_alloc_and_readAlan Modra2020-02-191-12/+6
* _bfd_mul_overflowAlan Modra2020-02-191-26/+43
* bfd_get_file_size callsAlan Modra2020-02-191-8/+15
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* PR24955, libbfd terminating program on out of memoryAlan Modra2019-09-051-1/+10
* PR24689 again, string table corruptionAlan Modra2019-06-231-4/+0
* PR24689, string table corruptionAlan Modra2019-06-211-1/+2
* Don't use bfd_get_file_size in objdumpAlan Modra2019-03-121-20/+19
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Fix a memory exhaustion bug when attempting to allocate room for an impossibl...Nick Clifton2018-11-301-0/+5
* Add a warning to the bfd library for when it encounters an ELF file with an i...Nick Clifton2018-09-181-0/+8
* Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton2018-02-271-3/+7
* %L conversionsAlan Modra2018-02-191-2/+3
* Use %pA and %pB in messages rather than %A and %BAlan Modra2018-02-191-3/+3
* PR22746, crash when running 32-bit objdump on corrupted fileAlan Modra2018-01-251-2/+2
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Fix stripping relocs in a file with mergeable notes.Nick Clifton2017-12-081-0/+6
* Add NULL bfd test to elf_symbol_fromAlan Modra2017-11-211-0/+2
* bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra2017-07-121-2/+2