aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-16Avoid cache race in bfd_check_format_matchesTom Tromey1-0/+6
2024-04-16Thread-safety improvements for bfd_check_format_matchesTom Tromey1-15/+127
2024-04-03elf: Use mmap to map in read-only sectionsH.J. Lu1-0/+17
2024-03-26Don't claim a fat IR object if no IR object should be claimedH.J. Lu1-3/+17
2024-03-09Reinstate bfd_print_error as an extern functionAlan Modra1-4/+29
2024-03-09Re: Move bfd_init to bfd.cAlan Modra1-1/+0
2024-03-09print cached error messages using _bfd_error_handlerAlan Modra1-20/+2
2024-03-06Don't use bfd_error_handler in bfd_abortAlan Modra1-9/+9
2024-02-12Introduce bfd_print_error functionTom Tromey1-12/+36
2024-02-12Do not call fputc from _bfd_doprntTom Tromey1-1/+1
2024-01-05Tidy bfd_scan_vmaAlan Modra1-69/+4
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-12-15PR31145, potential memory leak in binutils/ldAlan Modra1-2/+2
2023-12-05Add basic support for RISC-V 64-bit EFI objectsAndreas Schwab1-0/+1
2023-11-07Add minimal thread-safety to BFDTom Tromey1-2/+129
2023-11-07Make various error-related globals thread-localTom Tromey1-5/+7
2023-11-07Make _bfd_error_buf staticTom Tromey1-9/+21
2023-08-09PR30724, cygwin ld performance regression since 014a602b86Alan Modra1-0/+22
2023-06-29ELF: Strip section header in ELF objectsKaylee Blake1-1/+5
2023-06-14asprintf memory leaksAlan Modra1-12/+48
2023-06-05bfd_error_on_input messagesAlan Modra1-4/+10
2023-05-03Generated docs and include filesAlan Modra1-11/+57
2023-04-12pe_ILF_object_p and bfd_check_format_matchesAlan Modra1-6/+0
2023-02-15Remove RETURNS from BFD chew commentsTom Tromey1-9/+0
2023-01-10Re: Move bfd_init to bfd.cAlan Modra1-33/+36
2023-01-10Move bfd_init to bfd.cAlan Modra1-3/+34
2023-01-02obsolete target tidyAlan Modra1-3/+0
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-12-18Comment bfd_get_section_limit_octets and bfd_get_section_alloc_sizeAlan Modra1-0/+5
2022-12-17bfd_get_relocated_section_contents allow NULL data bufferAlan Modra1-0/+8
2022-12-17Re: The problem with warning in elf_object_pAlan Modra1-34/+142
2022-12-06Compression header enumAlan Modra1-352/+0
2022-10-19aarch64-pe support for LD, GAS and BFDJedidiah Thompson1-0/+1
2022-10-16zlib-gabi to zstd woesAlan Modra1-2/+2
2022-09-26binutils, gdb: support zstd compressed debug sectionsFangrui Song1-8/+18
2022-09-06bfd: Add bfd_find_nearest_line_with_altAaron Merey1-0/+5
2022-08-10bfd: Add support for LoongArch64 EFI (efi-*-loongarch64).Youling Tang1-0/+1
2022-08-03Fix a conflict between the linker's need to rename some PE format input libra...Alan Modra1-0/+2
2022-08-01Get rid of fprintf_vma and sprintf_vmaAlan Modra1-6/+6
2022-02-13Remove bfd ELF_RELROPAGESIZEAlan Modra1-6/+3
2022-02-11bfd: Remove return with expression in void functionMichael Forney1-1/+1
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-12-17ubsan: bfd.c:2519:8: shift exponent 34 is too largeAlan Modra1-2/+2
2021-11-23AArch64: Add support for AArch64 EFI (efi-*-aarch64).Tamar Christina1-0/+1
2021-07-28Externalize the _bfd_set_gp_value functionwill schmidt1-0/+18
2021-07-08ld: Limit cache size and add --max-cache-size=SIZEH.J. Lu1-0/+3
2021-07-05ld: Cache and reuse the IR archive file descriptorH.J. Lu1-0/+6
2021-04-05C99 bfd configuryAlan Modra1-26/+2
2021-03-31Use bool in bfdAlan Modra1-59/+59
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska1-4/+4