aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix illegal memory access when parsing corrupt DWARF information.gentoo/binutils-2.30Nick Clifton2018-12-041-1/+12
* Add a check for a NULL table pointer before attempting to compute a DWARF fil...Nick Clifton2018-12-041-1/+1
* Fix an illegal memory access when copying a PE format file with corrupt debug...Nick Clifton2018-12-041-0/+9
* Fix an illegal memory access when trying to copy an ELF binary with corrupt s...Nick Clifton2018-12-041-1/+8
* Prevent a memory exhaustion failure when running objdump on a fuzzed input fi...Nick Clifton2018-12-042-0/+10
* x86: Disable GOT relaxation with data prefixH.J. Lu2018-11-3010-7/+150
* x86: Replace evex-no-scale.s with evex-no-scale-[32|64].sH.J. Lu2018-11-305-12/+16
* x86: don't mistakenly scale non-8-bit displacementsJan Beulich2018-11-306-1/+60
* Gentoo: add --with-extra-soversion-suffix= optiongentoo/binutils-2.30-5Sergei Trofimovich2018-09-254-0/+29
* Fix unwind offset for call_info->start_symbol.gentoo/binutils-2.30-4John David Anglin2018-09-102-1/+12
* x86-64: Clear the R_X86_64_converted_reloc_bit bitH.J. Lu2018-09-107-2/+43
* Fix parens in ld bootstrap.expAlan Modra2018-09-102-2/+9
* Replace CET bit with IBT and SHSTK bits.Igor Tsimbalist2018-09-1018-5563/+5677
* Automatic date update in version.ingentoo/binutils-2.30-3GDB Administrator2018-06-121-1/+1
* x86-64: Add TLSDESC fields to elf_x86_lazy_plt_layoutH.J. Lu2018-06-124-23/+115
* Fix the PR22983 test so that it will work regardless of the order of the symb...Nick Clifton2018-06-125-2/+41
* Fix test for precise textrel warning messageAndreas K. Hüttel2018-06-121-1/+1
* Pass --no-warn-shared-textrel to ld in its testsuiteAndreas K. Hüttel2018-06-121-4/+4
* Revert "Gentoo: We can't test for textrel warnings if we ignore them in the t...Andreas K. Hüttel2018-06-121-0/+12
* Revert "Gentoo: Disable another test that checks for textrel warnings (which ...Andreas K. Hüttel2018-06-121-0/+13
* Revert "Gentoo: Disable failing test ld-x86-64/x86-64.exp pie1.d"Andreas K. Hüttel2018-06-121-0/+1
* Revert "Gentoo: We can't test for textrel warnings if we regsub out the warni...Andreas K. Hüttel2018-06-121-0/+1
* Revert "Gentoo: Adapt the testsuite to our enhanced textrel warnings"Andreas K. Hüttel2018-06-121-9/+0
* Add an option --no-warn-shared-textrel (self-explanatory)Andreas K. Hüttel2018-06-123-0/+11
* Automatic date update in version.inGDB Administrator2018-06-121-1/+1
* Mark section in a section group with SHF_GROUPH.J. Lu2018-06-122-1/+15
* x86: Don't set eh->local_ref to 1 for versioned symbolH.J. Lu2018-06-1211-2/+76
* x86: Don't set eh->local_ref to 1 for linker defined symbolsH.J. Lu2018-06-1212-60/+73
* PR23199, Invalid SHT_GROUP entry leads to group confusionAlan Modra2018-06-122-6/+20
* Fix disassembly mask for vector sdot on AArch64.Tamar Christina2018-06-123-160/+188
* Fix uninitialised memory acccess in COFF bfd backendChristophe Guillon2018-06-122-0/+8
* Add new Portuguese translation for the bfd sub-directory.Nick Clifton2018-06-124-2/+8774
* PR22741, objcopy segfault on fuzzed COFF objectgentoo/binutils-2.30-2Alan Modra2018-04-291-1/+2
* Fix potential integer overflow when reading corrupt dwarf1 debug information.Nick Clifton2018-04-291-2/+15
* Catch integer overflows/underflows when parsing corrupt DWARF FORM blocks.Nick Clifton2018-04-291-15/+21
* Prevent illegal memory accesses triggerd by intger overflow when parsing corr...Nick Clifton2018-04-291-0/+15
* PR22887, null pointer dereference in aout_32_swap_std_reloc_outAlan Modra2018-04-291-2/+4
* PR22769, crash when running 32-bit objdump on corrupted fileAlan Modra2018-04-291-2/+5
* Prevent attempts to call strncpy with a zero-length field by chacking the siz...Nick Clifton2018-04-291-5/+17
* Automatic date update in version.inGDB Administrator2018-04-291-1/+1
* PR23123, PowerPC32 ifunc regressionAlan Modra2018-04-293-7/+15
* Fix the mask for the sqrdml(a|s)h instructions.Tamar Christina2018-04-296-127/+10072
* x86: Add is_solaris to elf_x86_target_osH.J. Lu2018-04-295-24/+54
* x86: Keep the unused _GLOBAL_OFFSET_TABLE_ for SolarisH.J. Lu2018-04-295-1/+45
* x86: Remove the unused _GLOBAL_OFFSET_TABLE_H.J. Lu2018-04-2921-242/+372
* Updated Spanish translation for gas sub-directoryNick Clifton2018-04-292-923/+730
* Updated Spanish translations for the gold and gprof sub-directoriesNick Clifton2018-04-294-974/+2836
* Updated Spanish and Russian translations for the gas sub-directoryNick Clifton2018-04-293-8776/+13929
* Import patch from mainline sources to stop the linker from removing IA64 unwi...Nick Clifton2018-04-292-2/+12
* i386: Clear vex instead of vex.evexH.J. Lu2018-04-295-6/+28