aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2021-05-10Fix an indirection via uninitialised memory when parsing a corrupt input file.Nick Clifton1-0/+10
2021-05-10Enable linker garbage collection for the PRU target.Dimitar Dimitrov1-0/+4
2021-05-08support generating multi-html pages in parallelMike Frysinger1-0/+5
2021-05-08generate single html manual page by defaultMike Frysinger1-0/+5
2021-05-07Fix .dwsect generation for XCOFF. Handle .function generated with DWARF on X...Cl?ment Chigot1-0/+8
2021-05-07x86-64/ELF: clear src_mask for all reloc typesJan Beulich1-0/+5
2021-05-07Regenerate bfd-in2.h and libbfd.hAlan Modra1-0/+5
2021-05-06or1k: Support large plt_relocs when generating plt entriesStafford Horne1-0/+16
2021-05-06or1k: Avoid R_OR1K_GOT16 overflow failures in presence of R_OR1K_GOT_AHI16Stafford Horne1-0/+7
2021-05-06or1k: Implement relocation R_OR1K_GOT_AHI16 for gotha()Stafford Horne1-0/+10
2021-05-06or1k: Fix issue with plt link failure for local callsStafford Horne1-0/+7
2021-05-05elf: Always append ".COUNT" to local symbolsH.J. Lu1-0/+6
2021-05-05asan: stack-buffer-overflow vms-lib.c:367Alan Modra1-0/+5
2021-05-04Define bfd_realloc(ptr,0) to return allocated memory, whilst bfd_realloc_or_f...Nick Clifton1-0/+13
2021-05-03x86: don't request useless overflow checkingJan Beulich1-0/+7
2021-05-03PPC: undefweak dynamic relocsAlan Modra1-0/+8
2021-05-03PPC: ensure_undef_dynamic on weak undef only in pltAlan Modra1-0/+6
2021-05-03PR27755, powerpc-ld infinite loopAlan Modra1-0/+5
2021-05-03csky: fix annobin test failsAlan Modra1-0/+8
2021-04-30Fix illegal memory access parsing a corrupt MACH-O format file.Nick Clifton1-0/+6
2021-04-30Fix an illegal memory access when parsing a corrupt core note.Nick Clifton1-0/+6
2021-04-30Fix a double free when re-allocating a buffer to size 0.Nick Clifton1-0/+6
2021-04-30Fix illegal memory access when parsing a corrupt PE format file.Nick Clifton1-0/+6
2021-04-29Fix an access through a null pointer when parsing a corrupt SOM format fle.Nick Clifton1-0/+8
2021-04-29Fix illegal memory accesses when parsing a corrupt SOM format file.Nick Clifton1-0/+8
2021-04-28Stop the BFD library from treating annobin symbols as potential function symb...Nick Clifton1-0/+8
2021-04-26bfd: add stdlib.h when using abortMike Frysinger1-0/+4
2021-04-26x86: correct overflow checking for 16-bit PC-relative relocsJan Beulich1-0/+7
2021-04-23Fix type of .persistent.bss sectionEric Botcazou1-0/+4
2021-04-23x86: TLS desc call relocs target zero-size fieldsJan Beulich1-0/+7
2021-04-22fix string table generation for XCOFF64 .debug sectionCl?ment Chigot1-0/+15
2021-04-22Harmonize and improve auxiliary entries support for XCOFFCl?ment Chigot1-0/+10
2021-04-21Extend the description of PE header flags.Eli Zaretskii1-0/+8
2021-04-21Fix an assertion failure in the BFD library when parsing a corrupt SREC forma...Nick Clifton1-0/+6
2021-04-20Rework the R_NEG support on both gas and ld for the PowerPC AIX targets, in o...Cl?ment Chigot1-0/+18
2021-04-16PR27567, Linking PE files adds alignment section flags to executablesAlan Modra1-0/+7
2021-04-15RISC-V: PR27584, surpress local and empty name symbols for nm.Nelson Chu1-0/+7
2021-04-15CSKY: Fix special_function in howto tableLifang Xia1-0/+10
2021-04-14elf: Set p_memsz to p_filesz for loadable PT_NOTE segmentH.J. Lu1-0/+6
2021-04-14Remove unneeded tests for definitions of NT_BSDNETCORE values.Frederic Cambus1-0/+5
2021-04-14PR27631, ubsan: elf32-metag.c:1550:10Alan Modra1-0/+6
2021-04-14PR27630, ubsan: elf32-arm.c:6587:20Alan Modra1-0/+6
2021-04-13bfd: avoid infinite loop when static linking XCOFFClément Chigot1-0/+4
2021-04-13RISC-V: Don't report the mismatched version warning for the implicit extensions.Nelson Chu1-0/+9
2021-04-13ENABLE_CHECKING in bfd, opcodes, binutils, ldAlan Modra1-0/+8
2021-04-12convert elf_link_hash macros to inline functionsAlan Modra1-0/+24
2021-04-12elf_backend_archive_symbol_lookupAlan Modra1-0/+12
2021-04-12RISC-V: The version of i-ext should be RISCV_UNKNOWN_VERSION when expanding g...Nelson Chu1-0/+5
2021-04-12RISC-V: Add i-ext as the implicit extension when e-ext is set.Nelson Chu1-0/+10
2021-04-12RISC-V: Support to parse the multi-letter prefix in the architecture string.Nelson Chu1-0/+36