aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-28Class-ify lm_info_aixSimon Marchi2-41/+31
2017-04-28Make various lm_info implementations inherit from a base classSimon Marchi11-222/+291
2017-04-28Standardize darwin's lm_infoSimon Marchi2-13/+11
2017-04-28x86: Add run-time tests for -mtls-dialect=gnu2H.J. Lu8-0/+223
2017-04-28ELF: Add run-time tests for -z nowH.J. Lu5-0/+298
2017-04-28Consistently use fprintf_filtered when displaying MIPS registers.John Baldwin2-1/+6
2017-04-28x86: Check plt_got before using .plt.gotH.J. Lu3-2/+12
2017-04-28Add constructor and destructor to regcacheYao Qi2-36/+50
2017-04-28Fix off by one error when checking for empty note names.Nick Clifton2-5/+16
2017-04-28Fix heap-buffer address violation when reading version data from a corrupt bi...Nick Clifton2-2/+9
2017-04-28Fix heap-buffer overflow bugs caused when dumping debug information from a co...Nick Clifton2-16/+60
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