aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-11Explicit locations: use new location APIKeith Seitz22-411/+897
2015-08-11Explicit locations: introduce new struct event_location-based APIKeith Seitz6-3/+385
2015-08-11Explicit locations: rename "address string"/"addr_string" to "location"Keith Seitz4-66/+99
2015-08-12Automatic date update in version.inGDB Administrator1-1/+1
2015-08-11[AArch64] Improve BFD overflow warning message for -fpicJiong Wang2-0/+18
2015-08-11[AArch64] Commit missing testcasesJiong Wang4-0/+56
2015-08-11[AArch64]Speed up linking speed by skipping unncessary TLS reloc type checkJiong Wang2-1/+20
2015-08-11[AArch64] Long branch veneer support far symbol defined by --defsymJiong Wang4-2/+19
2015-08-11[AArch64] PR18668, repair long branch veneer for plt stubJiong Wang10-31/+161
2015-08-11[AArch64][8/8] LD support BFD_RELOC_AARCH64_TLSLD_ADD_DTPREL_LO12Jiong Wang13-0/+102
2015-08-11[AArch64][7/8] GAS support BFD_RELOC_AARCH64_TLSLD_ADD_DTPREL_LO12Jiong Wang14-0/+90
2015-08-11[AArch64][6/8] LD support BFD_RELOC_AARCH64_TLSLD_ADD_LO12_NCJiong Wang5-2/+27
2015-08-11[AArch64][5/8] GAS support BFD_RELOC_AARCH64_TLSLD_ADD_LO12_NCJiong Wang12-0/+90
2015-08-11[AArch64][4/8] Add R_AARCH64_P32_TLSLD_ADD_LO12_NC in elf headerJiong Wang2-0/+5
2015-08-11[AArch64][3/8] LD support BFD_RELOC_AARCH64_TLSLD_ADR_PAGE21Jiong Wang7-2/+48
2015-08-11[AArch64][2/8] GAS support BFD_RELOC_AARCH64_TLSLD_ADR_PAGE21Jiong Wang12-1/+84
2015-08-11[AArch64][1/8] Add R_AARCH64_P32_TLSLD_ADR_PAGE21 in elf headerJiong Wang2-0/+5
2015-08-11Skip IFUNC relocations in debug sectionsH.J. Lu9-4/+141
2015-08-11Fix the disassembly of the AArch64 SIMD EXT instruction.Nick Clifton2-1/+7
2015-08-11Fix encoding or OpenRisk1000 PC relative relocations.Peter Zotov2-3/+10
2015-08-11Fix typo in coff-sh.c.Nick Clifton2-1/+5
2015-08-11Tweak binutils testsuiteAlan Modra7-13/+27
2015-08-11Fix memory access problems discovered when running some binary tools on corru...Nick Clifton3-2/+56
2015-08-11Fix a typo in _bfd_elf_copy_private_bfd_dataH.J. Lu2-2/+6
2015-08-11Fix compile time warning messages about constant expressions where a value is...Nick Clifton2-5/+13
2015-08-11Convert 'A && (!A || B)' to 'A || B' in various places.Nick Clifton2-10/+15
2015-08-11Fix typo checking MMIX operands.Nick Clifton2-2/+6
2015-08-11Fix typo checking number of operands.Nick Clifton2-1/+4
2015-08-11Fix a typo where the same name was checked twice.Nick Clifton2-1/+6
2015-08-11PR gdb/18669 libiberty demangle.test failure: strtod() on sparc-sun-solaris2.9Iain Buclaw3-22/+22
2015-08-11Automatic date update in version.inGDB Administrator1-1/+1
2015-08-10remove trailing space in previous entryDoug Evans1-1/+1
2015-08-10PR gdb/17960 Internal error: tracker != NULL when completing on file:functionDoug Evans4-5/+129
2015-08-10gdb/infrun.c: Various trivial ARI fixes.Joel Brobecker2-5/+11
2015-08-10Replace hidden with versioned in elf_link_hash_entryH.J. Lu3-47/+107
2015-08-10Add SIGRIE instruction for MIPS R6Robert Suchanek7-0/+21
2015-08-10Automatic date update in version.inGDB Administrator1-1/+1
2015-08-09Automatic date update in version.inGDB Administrator1-1/+1
2015-08-08tc-arm.c: Append ULL to 0xFFFFFFFFFFFFF to avoid errors on 32-bit hosts.Hans-Peter Nilsson2-2/+7
2015-08-08Automatic date update in version.inGDB Administrator1-1/+1
2015-08-08binutils-all/strip-12.s: Use ".section .bss" instead of ".bss"Hans-Peter Nilsson2-1/+6
2015-08-07Check sh_type/sh_flags/sh_addralign/sh_entsize when copying sh_link/sh_infoH.J. Lu6-1/+39
2015-08-07native Linux: enable always non-stop by defaultPedro Alves2-1/+5
2015-08-07S/390: displaced stepping and PC-relative RIL-b/RIL-c instructionsPedro Alves2-3/+120
2015-08-07PPC64: Fix gdb.arch/ppc64-atomic-inst.exp with displaced steppingPedro Alves7-34/+131
2015-08-07Disable displaced stepping if trying it failsPedro Alves5-20/+277
2015-08-07Fix step-over-{trips-on-watchpoint|lands-on-breakpoint}.exp racePedro Alves5-22/+42
2015-08-07Fix interrupt-noterm.exp on targets always in non-stopPedro Alves14-48/+174
2015-08-07Fix signal-while-stepping-over-bp-other-thread.exp on targets always in non-stopPedro Alves2-1/+6
2015-08-07Implement all-stop on top of a target running non-stop modePedro Alves11-38/+318