aboutsummaryrefslogtreecommitdiff
path: root/bfd
AgeCommit message (Expand)AuthorFilesLines
2021-05-05elf: Always append ".COUNT" to local symbolsH.J. Lu2-20/+25
2021-05-06Automatic date update in version.inGDB Administrator1-1/+1
2021-05-05asan: stack-buffer-overflow vms-lib.c:367Alan Modra2-1/+6
2021-05-05Automatic date update in version.inGDB Administrator1-1/+1
2021-05-04Define bfd_realloc(ptr,0) to return allocated memory, whilst bfd_realloc_or_f...Nick Clifton4-23/+117
2021-05-04Automatic date update in version.inGDB Administrator1-1/+1
2021-05-03x86: don't request useless overflow checkingJan Beulich3-40/+47
2021-05-03PPC: undefweak dynamic relocsAlan Modra3-2/+18
2021-05-03PPC: ensure_undef_dynamic on weak undef only in pltAlan Modra3-2/+16
2021-05-03PR27755, powerpc-ld infinite loopAlan Modra2-1/+6
2021-05-03csky: fix annobin test failsAlan Modra2-0/+42
2021-05-03Automatic date update in version.inGDB Administrator1-1/+1
2021-05-02Automatic date update in version.inGDB Administrator1-1/+1
2021-05-01Automatic date update in version.inGDB Administrator1-1/+1
2021-04-30Fix illegal memory access parsing a corrupt MACH-O format file.Nick Clifton2-1/+8
2021-04-30Fix an illegal memory access when parsing a corrupt core note.Nick Clifton2-1/+12
2021-04-30Fix a double free when re-allocating a buffer to size 0.Nick Clifton2-1/+7
2021-04-30Fix illegal memory access when parsing a corrupt PE format file.Nick Clifton2-0/+10
2021-04-30Automatic date update in version.inGDB Administrator1-1/+1
2021-04-29Fix an access through a null pointer when parsing a corrupt SOM format fle.Nick Clifton3-1/+22
2021-04-29Fix illegal memory accesses when parsing a corrupt SOM format file.Nick Clifton2-4/+20
2021-04-29Automatic date update in version.inGDB Administrator1-1/+1
2021-04-28Stop the BFD library from treating annobin symbols as potential function symb...Nick Clifton5-30/+77
2021-04-28Automatic date update in version.inGDB Administrator1-1/+1
2021-04-26bfd: add stdlib.h when using abortMike Frysinger2-0/+6
2021-04-27Automatic date update in version.inGDB Administrator1-1/+1
2021-04-26x86: correct overflow checking for 16-bit PC-relative relocsJan Beulich3-2/+9
2021-04-26Automatic date update in version.inGDB Administrator1-1/+1
2021-04-25Automatic date update in version.inGDB Administrator1-1/+1
2021-04-24Automatic date update in version.inGDB Administrator1-1/+1
2021-04-23Fix type of .persistent.bss sectionEric Botcazou2-0/+5
2021-04-23x86: TLS desc call relocs target zero-size fieldsJan Beulich3-2/+9
2021-04-23Automatic date update in version.inGDB Administrator1-1/+1
2021-04-22fix string table generation for XCOFF64 .debug sectionCl?ment Chigot5-18/+40
2021-04-22Harmonize and improve auxiliary entries support for XCOFFCl?ment Chigot3-200/+203
2021-04-22Automatic date update in version.inGDB Administrator1-1/+1
2021-04-21Extend the description of PE header flags.Eli Zaretskii2-0/+39
2021-04-21Fix an assertion failure in the BFD library when parsing a corrupt SREC forma...Nick Clifton2-4/+14
2021-04-21Automatic date update in version.inGDB Administrator1-1/+1
2021-04-20Rework the R_NEG support on both gas and ld for the PowerPC AIX targets, in o...Cl?ment Chigot7-5/+56
2021-04-20Automatic date update in version.inGDB Administrator1-1/+1
2021-04-19Automatic date update in version.inGDB Administrator1-1/+1
2021-04-18Automatic date update in version.inGDB Administrator1-1/+1
2021-04-17Automatic date update in version.inGDB Administrator1-1/+1
2021-04-16PR27567, Linking PE files adds alignment section flags to executablesAlan Modra2-8/+15
2021-04-16Automatic date update in version.inGDB Administrator1-1/+1
2021-04-15RISC-V: PR27584, surpress local and empty name symbols for nm.Nelson Chu2-0/+18
2021-04-15CSKY: Fix special_function in howto tableLifang Xia2-60/+70
2021-04-15Automatic date update in version.inGDB Administrator1-1/+1
2021-04-14elf: Set p_memsz to p_filesz for loadable PT_NOTE segmentH.J. Lu2-0/+11