aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-13Fixes for memory access violations triggered by running readelf on fuzzed bin...Nick Clifton2-2/+21
2015-02-13Fix illegal memory access errors triggered by running srconv on fuzzed binaries.Nick Clifton3-5/+17
2015-02-13Fix mistake in recent code to check for an unterminated leb128 number.Nick Clifton2-2/+7
2015-02-13Update Yao Qi's email address in MAINTAINERSYao Qi2-1/+5
2015-02-13binutils/dwarf.c white spaceAlan Modra2-305/+311
2015-02-13Correct ld.texinfo cross referenceAlan Modra2-4/+7
2015-02-13PowerPC64 offset check should test entire 64-bit value is in sectionAlan Modra2-2/+7
2015-02-13Automatic date update in version.inGDB Administrator1-1/+1
2015-02-12Add missing TLSLE relocations for gold aarch64 backend.Jing Yu3-5/+52
2015-02-12completer.c (completion_list_add_name): Fix memory leak.Doug Evans2-0/+5
2015-02-12Fix documentation of the QTDV packetDavid Taylor2-2/+12
2015-02-12completer.c (complete_line): Remove incorrect comment.Doug Evans2-8/+5
2015-02-12Fix memory access violations triggered by running addr2line on fuzzed binaries.Nick Clifton4-134/+308
2015-02-12oops - changelog entry accidentally omitted from previous delta.Nick Clifton1-0/+8
2015-02-12Replace elf_i386 with elf_i386_nacl for naclH.J. Lu2-1/+5
2015-02-12Automatic date update in version.inGDB Administrator1-1/+1
2015-02-11Add --[no-]map-whole-files for gold compatibilityH.J. Lu2-0/+11
2015-02-11Output "warning:" or "error:" in plugin messagesH.J. Lu8-5/+47
2015-02-11Remove unused dump_tv_tagH.J. Lu3-98/+11
2015-02-11Fixes a problem with the RL78 disassembler which would incorrectly disassembl...Nick Clifton3-93/+93
2015-02-11[AArch64] Fix code formatting in the cpu-tableJiong Wang2-6/+10
2015-02-11framefilter quit: New testJan Kratochvil2-0/+17
2015-02-11framefilter quit: Use RETURN_MASK_ERRORJan Kratochvil2-13/+18
2015-02-11sim/mcore/interp.c: Include "unistd.h".Chen Gang2-0/+5
2015-02-11framefilter quit: Make it exception safeJan Kratochvil2-33/+35
2015-02-11framefilter quit: Code cleanup: Avoid gotosJan Kratochvil2-29/+79
2015-02-11framefilter quit: Code cleanup: ReindentationJan Kratochvil2-133/+132
2015-02-11framefilter quit: Obvious whitespacing fixesJan Kratochvil2-15/+17
2015-02-11Add ChangeLogs for 439b7f41bH.J. Lu2-0/+47
2015-02-11Add ChangeLogs for commit 5ae0078cdH.J. Lu2-0/+37
2015-02-11Fixes for invalid memory accesses triggered by running readelf on fuzzed bina...Nick Clifton2-15/+38
2015-02-11Add tests for non-object IR fileH.J. Lu20-3/+1873
2015-02-11Merge linker plugin handling into BFD plugin supportH.J. Lu5-39/+160
2015-02-11xcoffread.c: delete 'within_function' definitionPedro Alves2-5/+4
2015-02-11Fix redefinition errors in C++ modeTom Tromey32-101/+124
2015-02-11[ARM] Add support for Cortex-A72Jiong Wang2-0/+6
2015-02-11Wrap BFD headers in extern "C"Pedro Alves11-0/+72
2015-02-11Fix adjust_pc_after_break, remove still current thread checkPedro Alves5-2/+155
2015-02-11gold/arm.cc: Output mapping symbol for PLT codeWill Newton2-0/+13
2015-02-10lib/gdb.exp (gdb_load): Always return a result.Doug Evans2-0/+6
2015-02-10internal_type_self_type: Handle TYPE_SPECIFIC_NONE.Doug Evans2-0/+9
2015-02-10Initialize use_mmapH.J. Lu2-0/+5
2015-02-10Unmap the buffer if plugin didn't claim the fileH.J. Lu2-12/+50
2015-02-10Rename new_symfile_objfile, make static.Doug Evans3-5/+9
2015-02-10Fix a pair of screen-resizing issues in TUIPatrick Palka3-0/+15
2015-02-10Fix truncation of TUI command historyPatrick Palka2-4/+16
2015-02-11Automatic date update in version.inGDB Administrator1-1/+1
2015-02-11gdb producer_is_gcc fix bool return value.Mark Wielaard2-2/+6
2015-02-10Change producer_is_gcc function return type to bool.Mark Wielaard4-10/+29
2015-02-10Add "signal SIGTRAP" testPedro Alves3-0/+118