aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-28Use ptid method lwp in mips_linux_new_threadYao Qi2-1/+6
2017-04-28[MIPS] Use lwpid from lwp_info instead of inferior_ptidYao Qi2-3/+7
2017-04-28Automatic date update in version.inGDB Administrator1-1/+1
2017-04-27Fix overload resolution involving rvalue references and cv qualifiers.Keith Seitz8-57/+119
2017-04-27x86-64: Use "=" instead of "+=" to update 0H.J. Lu2-1/+6
2017-04-27Add missing incref when creating Inferior Python objectSimon Marchi2-2/+10
2017-04-27x86: Create dynamic sections in create_dynamic_sectionsH.J. Lu6-191/+185
2017-04-27Remove has_bnd_reloc from elf_x86_64_link_hash_entryH.J. Lu2-10/+13
2017-04-27Change _bfd_elf_link_setup_gnu_properties to bfd *H.J. Lu3-6/+17
2017-04-27i386: Simplify VxWorks for non-PICH.J. Lu2-32/+35
2017-04-27Read corrrect auxiliary entry in AIXUlrich Weigand2-25/+53
2017-04-27MIPS16/GAS: Factor out duplicate symbol value conversion codeMaciej W. Rozycki2-92/+94
2017-04-27MIPS16/GAS: Rename the LONG_BRANCH relaxation flagMaciej W. Rozycki2-6/+16
2017-04-27Remove some MAX_REGISTER_SIZE uses in ia64-tdep.cAlan Hayward2-41/+28
2017-04-27Tidy S_FORCE_RELOCAlan Modra2-6/+14
2017-04-27Constify elf_backend_eh_frame_address_sizeAlan Modra7-12/+27
2017-04-27Edit .eh_frame symbolsAlan Modra4-3/+185
2017-04-27Clear dynstr_index when forcing symbols localAlan Modra2-1/+7
2017-04-27PowerPC undefweak handlingAlan Modra3-36/+41
2017-04-27[GOLD] testsuite/plugin_section_order.c fixAlan Modra2-0/+5
2017-04-27Automatic date update in version.inGDB Administrator1-1/+1
2017-04-27MIPS/GAS: Fix `.option picX' handling with relaxationMaciej W. Rozycki20-52/+375
2017-04-26x86: Add DT_PLTRELSZ/DT_PLTREL/DT_JMPREL for PLT relocationH.J. Lu8-18/+52
2017-04-26Fix a seg-fault when processing a corrupt binary containing reloc(s) with neg...Nick Clifton2-1/+10
2017-04-26Fix PR number in ChangeLog comment.Nick Clifton1-1/+1
2017-04-26Fix invocation of stat() on a NULL pointer.Nick Clifton3-0/+13
2017-04-26Improve decoding of corrupt/unrecognised gnu build attribute notes.Nick Clifton4-47/+67
2017-04-26[gdbarch] New method "execute_dwarf_cfa_vendor_op" and migrate SPARC to itJiong Wang9-80/+167
2017-04-26PR ld/21334: Always call `_bfd_elf_link_renumber_dynsyms' if requiredMaciej W. Rozycki11-12/+116
2017-04-26ELF/BFD: Limit `_bfd_elf_link_renumber_dynsyms' call in section GCMaciej W. Rozycki2-1/+8
2017-04-26MIPS/readelf: With `-A' also dump GOT in static binariesMaciej W. Rozycki2-2/+91
2017-04-26Fix seg-fault attempting to compress a debug section in a corrupt binary.Nick Clifton2-10/+15
2017-04-26xtensa_pseudo_register_read/write - Use regcache_raw_read_unsignedAlan Hayward2-12/+15
2017-04-26nds32: Abort instead of returning REG_UNKNOWNAlan Hayward2-8/+20
2017-04-26Automatic date update in version.inGDB Administrator1-1/+1
2017-04-25Change readonly_p to boolYao Qi2-4/+10
2017-04-25MIPS/readelf: Simplify GOT[1] data availability checkMaciej W. Rozycki2-18/+19
2017-04-25MIPS/readelf: Remove extraneous null GOT data checkMaciej W. Rozycki2-2/+5
2017-04-25[ARC] Enhance enter/leave mnemonics.Claudiu Zissulescu7-20/+85
2017-04-25[ARC] Prefer NOP instead of MOV 0,0Claudiu Zissulescu5-8/+17
2017-04-25Change gdbarch_wchar_bit for AArch64 and ARMYao Qi3-2/+6
2017-04-25MIPS16/opcodes: Add `-M no-aliases' disassembler option help textMaciej W. Rozycki2-0/+8
2017-04-25MIPS16/opcodes: Annotate instruction aliasesMaciej W. Rozycki7-5/+73
2017-04-25MIPS/GAS: Correct BFD_RELOC_MIPS16_16_PCREL_S1 fixup sizeMaciej W. Rozycki8-5/+108
2017-04-25Fix build on gcc < 5 (std::is_trivially_copyable missing)Pedro Alves3-0/+24
2017-04-25gas: sparc: fix relaxation of CALL instruction into branches in a.out targetsJose E. Marchesi6-2/+69
2017-04-25Poison non-POD memset & non-trivially-copyable memcpy/memmovePedro Alves5-37/+126
2017-04-25Don't memset non-POD types: struct breakpointPedro Alves3-42/+37
2017-04-25Don't memset non-POD types: struct btrace_insnPedro Alves2-9/+21
2017-04-25Don't memset non-POD types: struct bp_locationPedro Alves4-54/+58