aboutsummaryrefslogtreecommitdiff
path: root/bfd
AgeCommit message (Expand)AuthorFilesLines
2023-05-15Automatic date update in version.inGDB Administrator1-1/+1
2023-05-14Automatic date update in version.inGDB Administrator1-1/+1
2023-05-13Automatic date update in version.inGDB Administrator1-1/+1
2023-05-12Automatic date update in version.inGDB Administrator1-1/+1
2023-05-11Add LDPT_REGISTER_CLAIM_FILE_HOOK_V2 linker plugin hook [GCC PR109128]Joseph Myers2-6/+21
2023-05-11Automatic date update in version.inGDB Administrator1-1/+1
2023-05-10or1k relocation truncated to fit: R_OR1K_GOT16 even when using -mcmodel=largeLuca Bonissi2-3/+18
2023-05-10Automatic date update in version.inGDB Administrator1-1/+1
2023-05-09alpha-vms reloc sanity checkAlan Modra1-2/+22
2023-05-09Automatic date update in version.inGDB Administrator1-1/+1
2023-05-08Automatic date update in version.inGDB Administrator1-1/+1
2023-05-07Automatic date update in version.inGDB Administrator1-1/+1
2023-05-06Automatic date update in version.inGDB Administrator1-1/+1
2023-05-05Debug info is lost for functions only called from functions marked with cmse_...Nick Clifton2-3/+21
2023-05-05Automatic date update in version.inGDB Administrator1-1/+1
2023-05-04MIPS: revert "default r6 if vendor is img"YunQiang Su1-1/+1
2023-05-04Automatic date update in version.inGDB Administrator1-1/+1
2023-05-03Make ar fasterOleg Tolmatcev2-5/+21
2023-05-03Improve the speed of computing checksums for COFF binaries.Oleg Tolmatcev2-6/+67
2023-05-03Remove unused args from bfd_make_debug_symbolAlan Modra8-18/+13
2023-05-03Generated docs and include filesAlan Modra29-2219/+2456
2023-05-03Move bfd_alloc, bfd_zalloc and bfd_release to libbfd.cAlan Modra5-85/+88
2023-05-03Move bfd_elf_bfd_from_remote_memory to opncls.cAlan Modra4-69/+50
2023-05-03hash.c: replace some unsigned long with unsigned intAlan Modra3-42/+41
2023-05-03libbfc.c: Use stdint types for unsigned char and unsigned longAlan Modra2-37/+37
2023-05-03Change signature of bfd crc functionsAlan Modra2-20/+20
2023-05-03_bfd_mips_elf_lo16_reloc vallo commentAlan Modra1-4/+16
2023-05-02Automatic date update in version.inGDB Administrator1-1/+1
2023-05-01Automatic date update in version.inGDB Administrator1-1/+1
2023-04-30Automatic date update in version.inGDB Administrator1-1/+1
2023-04-29Automatic date update in version.inGDB Administrator1-1/+1
2023-04-28RISC-V: Enable x0 base relaxation for relax_pc even if --no-relax-gp.Nelson Chu1-2/+6
2023-04-28RISC-V: Relax R_RISCV_[PCREL_]LO12_I/S to R_RISCV_GPREL_I/S for undefined weak.Nelson Chu1-49/+6
2023-04-28Re: Keeping track of rs6000-coff archive element pointersAlan Modra3-11/+28
2023-04-28Remove deprecated bfd_readAlan Modra3-64/+0
2023-04-28Make bfd_byte an int8_t, flagword a uint32_tAlan Modra2-12/+12
2023-04-28Automatic date update in version.inGDB Administrator1-1/+1
2023-04-27Automatic date update in version.inGDB Administrator1-1/+1
2023-04-26 RISC-V: Support XVentanaCondOps extensionPhilipp Tomsich1-0/+4
2023-04-26Automatic date update in version.inGDB Administrator1-1/+1
2023-04-25Automatic date update in version.inGDB Administrator1-1/+1
2023-04-24New georgian translation for the bfd sub-directoryNick Clifton2-0/+9352
2023-04-24asan: segfault in coff_mangle_symbolsAlan Modra2-10/+18
2023-04-24Automatic date update in version.inGDB Administrator1-1/+1
2023-04-23MIPS: default output r6 obj if the triple is r6YunQiang Su3-2/+12
2023-04-23MIPS: support mips*64 as CPU and gnuabi64 as ABIYunQiang Su1-2/+12
2023-04-23Automatic date update in version.inGDB Administrator1-1/+1
2023-04-22Automatic date update in version.inGDB Administrator1-1/+1
2023-04-21bfd: fix STRICT_PE_FORMAT buildJan Beulich1-3/+3
2023-04-21RISC-V: Optimize relaxation of gp with max_alignment.Lifang Xia1-29/+74