summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix PR gdb/19676: Internal error in linux-thread.db.c if /proc not mountedusers/palves/proc-not-mountedPedro Alves2016-03-011-6/+10
* Fix PR gdb/19676: Disable displaced stepping if /proc not mountedPedro Alves2016-03-012-2/+4
* Speedup ELF orphan placement for relocatable linkH.J. Lu2016-03-011-13/+20
* S390: Fix output path for s390-tdbregs test caseAndreas Arnez2016-03-012-15/+7
* S390: Fix internal error with stackless inferiorAndreas Arnez2016-03-015-2/+86
* Fix typo in print_insn_rl78_common function.Nick Clifton2016-03-012-1/+7
* Automatic date update in version.inGDB Administrator2016-03-011-1/+1
* Add a testcase for PR ld/19162H.J. Lu2016-02-294-0/+20
* aarch64-linux process record: more syscallsYao Qi2016-02-292-9/+13
* Support more syscalls in linux-record: pipe2 epoll_create1 eventfd2 fallocate...Yao Qi2016-02-293-0/+28
* [ARC] Local symbols relocation cleanupClaudiu Zissulescu2016-02-2912-40/+96
* [ARC] General fixes.Claudiu Zissulescu2016-02-296-9/+41
* Automatic date update in version.inGDB Administrator2016-02-291-1/+1
* Don't recursively look for a symbol in all imports of imported modules.Iain Buclaw2016-02-285-5/+197
* Automatic date update in version.inGDB Administrator2016-02-281-1/+1
* Automatic date update in version.inGDB Administrator2016-02-271-1/+1
* Fix CXX invalid cast from void *.Keith Seitz2016-02-262-1/+6
* Add aarch64-*-rtems* targetJoel Sherrill2016-02-264-4/+5
* Add x86_64-*-rtems* targetJoel Sherrill2016-02-263-2/+6
* [BFD][AARCH64]Fix MOVW_SABS_G(0,1,2) relocation overflow check.Renlin Li2016-02-2613-29/+79
* Optimize x86 GOT32X/GOTPCRELX relocationsH.J. Lu2016-02-2692-122/+1320
* Discard FDEs for zero-length address ranges.Cary Coutant2016-02-263-5/+47
* Fix various bugs in arm_record_exreg_ld_st_insnYao Qi2016-02-264-35/+115
* Record right reg num of thumb special data instructionsYao Qi2016-02-262-4/+9
* Rename gdb.reverse/aarch64.{exp,c} to gdb.reverse/insn-reverse.{exp,c}Yao Qi2016-02-263-0/+7
* Generalize gdb.reverse/aarch64.expYao Qi2016-02-263-19/+67
* Add ChangeLog entries for PR ld/19645H.J. Lu2016-02-265-0/+151
* Properly implement STT_COMMONH.J. Lu2016-02-2687-138/+1001
* [x86] Resolve non-PIC undefweak symbols in executableH.J. Lu2016-02-2695-165/+1970
* Fix powerpc64 -r --save-restore-funcsAlan Modra2016-02-262-27/+40
* Automatic date update in version.inGDB Administrator2016-02-261-1/+1
* gdbserver/s390: Enable high GPRs, VX, TDB with 31-bit gdbserver.Marcin Kościelnicki2016-02-252-26/+96
* avoid compiler warnings in remote-m32r-sdi.cDoug Evans2016-02-252-2/+8
* Remove gdb.base/branches.cYao Qi2016-02-252-113/+4
* [PR gdb/13808] gdb.trace: Pass tdesc selected in gdbserver to IPA.Marcin Kościelnicki2016-02-2515-70/+298
* Convert more variables to a constant form.Trevor Saunders2016-02-2542-135/+205
* Initialize variables in i386_linux_handle_segmentation_faultSimon Marchi2016-02-252-1/+7
* gdb.trace: Remove unnecessary target check from ftrace.exp.Marcin Kościelnicki2016-02-252-69/+70
* gdb.trace: Surround $call_insn with \y in entry-values.expMarcin Kościelnicki2016-02-252-1/+8
* Map registers to remote numbers when encoding an ax_reg or ax_reg_mask operationAntoine Tremblay2016-02-252-1/+13
* Add elf_x86_64_need_picH.J. Lu2016-02-252-41/+49
* gas: Update tests for big-endian arc targetsAndrew Burgess2016-02-254-3/+10
* Remove unused field from ld_config_type structure.Nick Clifton2016-02-252-20/+29
* Automatic date update in version.inGDB Administrator2016-02-251-1/+1
* Update symbol version for symbol from linker scriptH.J. Lu2016-02-246-0/+52
* Handle MIPS Linux SIGTRAP siginfo.si_code valuesPedro Alves2016-02-245-185/+203
* [OBV] gdb/rs6000: Fix maybe-uninitialized warning.Marcin Kościelnicki2016-02-242-1/+6
* Move tfile-avx.exp to tracefile-pseudo-reg.expAntoine Tremblay2016-02-243-0/+7
* Move new skip features to proper section (post 7.11).Doug Evans2016-02-241-8/+10
* [GAS][ARM][3/3]Add armv8.2 fp16 scalar instruction support. Based on SE_H ins...Renlin Li2016-02-248-39/+801