aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-21[Ada catchpoints] Fix "warning: failed to get exception name: No definition o...Pedro Alves4-10/+50
2016-06-21Prepare gdb.python/mi-py-events.exp for Python/MI in separate channelsPedro Alves3-13/+33
2016-06-21Automatic date update in version.inGDB Administrator1-1/+1
2016-06-20MIPS/GAS/testsuite: Uniquely identify MIPS64r6 testsMaciej W. Rozycki3-2/+7
2016-06-20MIPS/GAS: Update comment on jump reloc conversionMaciej W. Rozycki2-2/+7
2016-06-20gold/x86: Handle output without PLTH.J. Lu3-0/+17
2016-06-20Add support for MIPS .rld_map section.Vladimir Radosavljevic6-5/+91
2016-06-20Add unaligned check for R_MIPS_PC16.Vladimir Radosavljevic2-0/+7
2016-06-20Add support for Mips32r6 and Mips64r6.Vladimir Radosavljevic4-10/+407
2016-06-20Use the IR symbol table for the IR input objectH.J. Lu8-6/+79
2016-06-20Update the feature set for the Vulcan AArch64 cpu.Virendra Pathak2-2/+6
2016-06-20PR ld/20276: Set non_ir_ref on common symbolAlan Modra8-14/+66
2016-06-20Automatic date update in version.inGDB Administrator1-1/+1
2016-06-19Automatic date update in version.inGDB Administrator1-1/+1
2016-06-18Rename bfd_plugin_uknown to bfd_plugin_unknownH.J. Lu6-4/+17
2016-06-18Don't generate PLT for IFUNC GOT/pointer referenceH.J. Lu89-342/+1876
2016-06-18Automatic date update in version.inGDB Administrator1-1/+1
2016-06-17Add a test case for the jit-reader interfaceSanjoy Das7-9/+385
2016-06-17Add support for Thumb-2 long branch veneersThomas Preud'homme7-15/+58
2016-06-17Extend step-over-syscall.exp with different detach-on-fork and follow-fork modesYao Qi2-8/+53
2016-06-17Handle reinsert breakpoints for vforked childYao Qi4-5/+91
2016-06-17Delete reinsert breakpoints from forked childYao Qi2-0/+26
2016-06-17Step over exit with reinsert breakpointsYao Qi5-0/+196
2016-06-17More assert checks on reinsert breakpointYao Qi3-1/+19
2016-06-17Switch to current thread in finish_step_overYao Qi4-4/+67
2016-06-17gdb: new AndesTech NDS32 portYan-Ting Lin17-1/+2518
2016-06-17opcodes,gas: sparc: fix rdasr,wrasr,rdpr,wrpr,rdhpr,wrhpr insns.Jose E. Marchesi17-129/+613
2016-06-17opcodes,gas: adjust sparc insns and make GAS aware of itJose E. Marchesi9-192/+250
2016-06-17gas: sparc: fix collision of registers and pseudo-ops.Jose E. Marchesi2-141/+264
2016-06-17bfd,opcodes: sparc: new opcode v9{c,d,e,v,m} architectures and bfd machine nu...Jose E. Marchesi12-16/+382
2016-06-17Automatic date update in version.inGDB Administrator1-1/+1
2016-06-16Add missing ChangeLog entriesH.J. Lu2-0/+13
2016-06-16Don't check undefined symbol for IFUNC relocH.J. Lu5-18/+31
2016-06-16bfd/s390: Fix DT_PLTRELSZ in presence of R_390_IRELATIVE.Marcin Koƛcielnicki3-6/+10
2016-06-16Skip relocations in non-loaded, non-alloced sectionsH.J. Lu3-28/+49
2016-06-15Check SEC_ALLOC before allocating dynamic relocationH.J. Lu3-28/+32
2016-06-16Automatic date update in version.inGDB Administrator1-1/+1
2016-06-15X86: Add tests for static function pointerH.J. Lu24-6/+116
2016-06-15Fix simple gas testsuite failures.Nick Clifton35-543/+682
2016-06-15opcodes/arc: Fix extract for some add_s instructionsAndrew Burgess5-1/+22
2016-06-15Fix PR ld/20254Senthil Kumar Selvaraj5-2/+48
2016-06-15Automatic date update in version.inGDB Administrator1-1/+1
2016-06-14opcode/gas: Fix incorrect dates on ChangeLog entriesGraham Markall2-6/+6
2016-06-14Remove unneeded checks on type lengths.John Baldwin2-1/+5
2016-06-14Pass a NULL pointer as the last argument to find_pc_partial_function.John Baldwin2-1/+5
2016-06-14Initialize 'ra' to zero to avoid uninitialized use.John Baldwin2-0/+5
2016-06-14Change the size field of MSP430_Opcode_Decoded to a plain integer.John Baldwin2-8/+6
2016-06-14Use correct enum type for do_elf_stt_common.John Baldwin2-1/+5
2016-06-14Check R_*_IRELATIVE in x86 reloc_type_classH.J. Lu3-11/+23
2016-06-14Fix elf_x86_64_reloc_type_classH.J. Lu1-8/+14