aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PR32266, segv when linking libclang_rt.asan-powerpc64.soAlan Modra2024-10-161-27/+20
* segv in bfd_elf_get_str_sectionAlan Modra2024-10-011-1/+1
* bus error with fuzzed archive elementAlan Modra2024-05-041-1/+12
* Remove bfdwin.cAlan Modra2024-04-111-57/+0
* mmap: Fix a memory leak in _bfd_mmap_read_temporaryH.J. Lu2024-04-101-1/+5
* bfd: Define pagesize variables only for mmapH.J. Lu2024-04-091-0/+2
* bfd_mmap_local: Check offset and sizeH.J. Lu2024-04-041-8/+5
* bfd: Handle bmmap failure in _bfd_mmap_read_temporaryH.J. Lu2024-04-041-6/+12
* elf: Use mmap to map in symbol and relocation tablesH.J. Lu2024-04-031-0/+52
* elf: Add _bfd_elf_m[un]map_section_contentsH.J. Lu2024-04-031-2/+57
* elf: Use mmap to map in read-only sectionsH.J. Lu2024-04-031-0/+151
* Update year range in copyright notice of binutils filesAlan Modra2024-01-041-1/+1
* libbfd.texi zero sizeAlan Modra2023-08-311-0/+7
* Rename bfd_bread and bfd_bwriteAlan Modra2023-08-091-4/+4
* Generated docs and include filesAlan Modra2023-05-031-4/+33
* Move bfd_alloc, bfd_zalloc and bfd_release to libbfd.cAlan Modra2023-05-031-0/+82
* libbfc.c: Use stdint types for unsigned char and unsigned longAlan Modra2023-05-031-34/+34
* Remove deprecated bfd_readAlan Modra2023-04-281-28/+0
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* Comment bfd_get_section_limit_octets and bfd_get_section_alloc_sizeAlan Modra2022-12-181-9/+1
* Compression tidy and fixesAlan Modra2022-12-071-36/+0
* fix compressed_debug_section_names definition for "zlib"Martin Liska2022-10-111-1/+1
* refactor usage of compressed_debug_section_typeMartin Liska2022-10-111-0/+36
* Remove use of bfd_uint64_t and similarAlan Modra2022-05-271-47/+18
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* bfd dwarf2 sanity checkingAlan Modra2021-05-221-8/+5
* Define bfd_realloc(ptr,0) to return allocated memory, whilst bfd_realloc_or_f...Nick Clifton2021-05-041-11/+96
* Fix a double free when re-allocating a buffer to size 0.Nick Clifton2021-04-301-1/+1
* Use bool in bfdAlan Modra2021-03-311-48/+48
* ubsan: shift exponent is too largeAlan Modra2021-02-161-8/+15
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* MSP430: Support relocations for subtract expressions in .uleb128 directivesJozef Lawrynowicz2020-09-081-0/+24
* Replace "if (x) free (x)" with "free (x)", bfdAlan Modra2020-05-211-1/+1
* bfd_cleanup for object_pAlan Modra2020-03-021-1/+1
* _bfd_mul_overflowAlan Modra2020-02-191-53/+0
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* Remove duplicate castAlan Modra2019-12-121-1/+1
* Make bfd_get_8 return a bfd_vma like other bfd_get_* functionsAlan Modra2019-12-111-2/+2
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* PR23966, mingw failure due to 32-bit longAlan Modra2018-12-281-2/+6
* Add functions and macros to read and write 24 bit values.John Darrington2018-07-271-2/+37
* Add support for the Freescale s12z processor.John Darrington2018-05-181-0/+21
* Use %pA and %pB in messages rather than %A and %BAlan Modra2018-02-191-1/+1
* Remove bfd stub function casts.Alan Modra2018-02-161-9/+87
* Fix compilation of the BFD sub-directory with a gcc v8 compiler by adding ext...Nick Clifton2018-02-141-67/+1
* Fix compile time warning messages from gcc version 8 about cast between incom...Nick Clifton2018-02-131-0/+66
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-8/+8
* Don't call bfd_get_file_size in _bfd_generic_get_section_contentsH.J. Lu2017-06-281-7/+10
* Warning fixAlan Modra2017-06-271-2/+2