aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-04Update 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
2021-03-05elf/x86-64: Subtract __ImageBase for R_AMD64_IMAGEBASEH.J. Lu1-0/+11
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-12-16constify elfNN_bedAlan Modra1-68/+0
2020-08-20Ensure that compressed sections that have an ELF compression header structure...Nick Clifton1-0/+3
2020-08-13PR26348, Malloc error in write_zerosAlan Modra1-0/+4
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra1-2/+1
2020-05-19Use bfd_get_filename throughout bfdAlan Modra1-5/+5
2020-04-02coff-go32-exe: support variable-length stubsJan W. Jagersma1-3/+2
2020-03-13Fix several mix up between octets and bytes in ELF program headersChristian Eggers1-2/+3
2020-02-27bfd_stat_arch_elt buffer overflowAlan Modra1-1/+2
2020-02-19bfd_get_size cacheAlan Modra1-7/+12
2020-02-19bfd_size_type to size_tAlan Modra1-1/+1
2020-01-09Fix an illegal memory access triggered when trying to examine an input file c...Nick Clifton1-2/+14
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-29PR15350, Fix compressed debug sections for PE targetsAlan Modra1-43/+41
2019-11-25Pass section when available to bfd_octets_per_byteAlan Modra1-1/+1
2019-11-25Introduce new section flag: SEC_ELF_OCTETSChristian Eggers1-1/+2
2019-11-18PR25196, abort in rewrite_elf_program_headerAlan Modra1-0/+2
2019-10-21ar P supportAlan Modra1-1/+4
2019-10-15Simplify power of two testAlan Modra1-1/+1
2019-09-20bfd macro conversion to inline functions, sectionAlan Modra1-0/+99
2019-09-20bfd macro conversion to inline functions, asymbolAlan Modra1-0/+30
2019-09-20bfd macro conversion to inline functionsAlan Modra1-0/+84
2019-09-19bfd_section_* macrosAlan Modra1-4/+4
2019-09-18Don't use bfd_get_* macro to set bfd fieldsAlan Modra1-1/+1
2019-09-18Constify target name, reloc name, and carsym nameAlan Modra1-1/+1
2019-09-11Tidy ld/ldmisc.cAlan Modra1-0/+3