aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd.c
Commit message (Expand)AuthorAgeFilesLines
* lto: Don't include unused LTO archive members in outputH.J. Lu2024-08-151-1/+2
* Avoid cache race in bfd_check_format_matchesTom Tromey2024-04-161-0/+6
* Thread-safety improvements for bfd_check_format_matchesTom Tromey2024-04-161-15/+127
* elf: Use mmap to map in read-only sectionsH.J. Lu2024-04-031-0/+17
* Don't claim a fat IR object if no IR object should be claimedH.J. Lu2024-03-261-3/+17
* Reinstate bfd_print_error as an extern functionAlan Modra2024-03-091-4/+29
* Re: Move bfd_init to bfd.cAlan Modra2024-03-091-1/+0
* print cached error messages using _bfd_error_handlerAlan Modra2024-03-091-20/+2
* Don't use bfd_error_handler in bfd_abortAlan Modra2024-03-061-9/+9
* Introduce bfd_print_error functionTom Tromey2024-02-121-12/+36
* Do not call fputc from _bfd_doprntTom Tromey2024-02-121-1/+1
* Tidy bfd_scan_vmaAlan Modra2024-01-051-69/+4
* Update year range in copyright notice of binutils filesAlan Modra2024-01-041-1/+1
* PR31145, potential memory leak in binutils/ldAlan Modra2023-12-151-2/+2
* Add basic support for RISC-V 64-bit EFI objectsAndreas Schwab2023-12-051-0/+1
* Add minimal thread-safety to BFDTom Tromey2023-11-071-2/+129
* Make various error-related globals thread-localTom Tromey2023-11-071-5/+7
* Make _bfd_error_buf staticTom Tromey2023-11-071-9/+21
* PR30724, cygwin ld performance regression since 014a602b86Alan Modra2023-08-091-0/+22
* ELF: Strip section header in ELF objectsKaylee Blake2023-06-291-1/+5
* asprintf memory leaksAlan Modra2023-06-141-12/+48
* bfd_error_on_input messagesAlan Modra2023-06-051-4/+10
* Generated docs and include filesAlan Modra2023-05-031-11/+57
* pe_ILF_object_p and bfd_check_format_matchesAlan Modra2023-04-121-6/+0
* Remove RETURNS from BFD chew commentsTom Tromey2023-02-151-9/+0
* Re: Move bfd_init to bfd.cAlan Modra2023-01-101-33/+36
* Move bfd_init to bfd.cAlan Modra2023-01-101-3/+34
* obsolete target tidyAlan Modra2023-01-021-3/+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-0/+5
* bfd_get_relocated_section_contents allow NULL data bufferAlan Modra2022-12-171-0/+8
* Re: The problem with warning in elf_object_pAlan Modra2022-12-171-34/+142
* Compression header enumAlan Modra2022-12-061-352/+0
* aarch64-pe support for LD, GAS and BFDJedidiah Thompson2022-10-191-0/+1
* zlib-gabi to zstd woesAlan Modra2022-10-161-2/+2
* binutils, gdb: support zstd compressed debug sectionsFangrui Song2022-09-261-8/+18
* bfd: Add bfd_find_nearest_line_with_altAaron Merey2022-09-061-0/+5
* bfd: Add support for LoongArch64 EFI (efi-*-loongarch64).Youling Tang2022-08-101-0/+1
* Fix a conflict between the linker's need to rename some PE format input libra...Alan Modra2022-08-031-0/+2
* Get rid of fprintf_vma and sprintf_vmaAlan Modra2022-08-011-6/+6
* Remove bfd ELF_RELROPAGESIZEAlan Modra2022-02-131-6/+3
* bfd: Remove return with expression in void functionMichael Forney2022-02-111-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* ubsan: bfd.c:2519:8: shift exponent 34 is too largeAlan Modra2021-12-171-2/+2
* AArch64: Add support for AArch64 EFI (efi-*-aarch64).Tamar Christina2021-11-231-0/+1
* Externalize the _bfd_set_gp_value functionwill schmidt2021-07-281-0/+18
* ld: Limit cache size and add --max-cache-size=SIZEH.J. Lu2021-07-081-0/+3
* ld: Cache and reuse the IR archive file descriptorH.J. Lu2021-07-051-0/+6
* C99 bfd configuryAlan Modra2021-04-051-26/+2
* Use bool in bfdAlan Modra2021-03-311-59/+59