summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Strip global symbol defined in discarded sectionusers/hjl/pr17550H.J. Lu2016-05-0510-1/+88
* Extract convert_load_reloc from x86 convert_loadH.J. Lu2016-05-053-670/+714
* Cache the section contents in x86 check_relocsH.J. Lu2016-05-053-53/+93
* Initialize res in get_next_pcs_read_memory_unsigned_integerYao Qi2016-05-052-0/+6
* Change type of cpsr in arm_sigreturn_next_pcYao Qi2016-05-052-1/+6
* Pass %E to einfo when bfd_section == NULLH.J. Lu2016-05-042-1/+5
* Automatic date update in version.inGDB Administrator2016-05-051-1/+1
* [spu] Fix C++ build problemsUlrich Weigand2016-05-044-6/+19
* LD/testsuite: Add STB_GNU_UNIQUE cross-linker testMaciej W. Rozycki2016-05-043-2/+19
* [ARC] Add SYNTAX_NOP and SYNTAX_1OP for extension instructionsClaudiu Zissulescu2016-05-0410-11/+133
* Throw NOT_AVAILABLE_ERROR in read_stack and read_codeYao Qi2016-05-042-14/+24
* Fix solib-display.exp remote checkSimon Marchi2016-05-042-1/+23
* Introduce procedure use_gdb_stubSimon Marchi2016-05-042-0/+24
* Fix some AVR test failures.Senthil Kumar Selvaraj2016-05-048-31/+55
* Automatic date update in version.inGDB Administrator2016-05-041-1/+1
* PR symtab/19914 fix handling of dwp + split debugDoug Evans2016-05-035-3/+93
* Fix typos in gdb_pipe function commentDon Breazeal2016-05-032-2/+6
* PR 10549: MIPS/LD: Handle OSABI setting for STB_GNU_UNIQUEMaciej W. Rozycki2016-05-034-1/+18
* Updated Swedish translation for the binutils.Nick Clifton2016-05-032-4/+8
* Fix gdb/python/python.c use-after-freePedro Alves2016-05-032-1/+10
* Remove gdb/python/python.c code that handles strlen failing with -1Pedro Alves2016-05-032-5/+5
* [AArch64] Also puts value in place for R_AARCH64_RELATIVEJiong Wang2016-05-0313-6/+109
* Fix generation of AArhc64 instruction table.Szabolcs Nagy2016-05-035-6/+17
* Assume that the GAS testsuite for the AVR is being run without -mlink-relax s...Pitchumani Sivanupandi2016-05-032-0/+6
* Skip ELF STT_COMMON linker tests if shared libraries are not supported.Senthil Kumar Selvaraj2016-05-032-0/+13
* Fix PR gdb/16818, workaround Python's forcing of -export-dynamicPedro Alves2016-05-033-0/+33
* Fix "-Wl,--dynamic-list" gdb/configure testPedro Alves2016-05-033-2/+14
* [gdb] Fix -Wparentheses warningsKyrylo Tkachov2016-05-032-37/+50
* Automatic date update in version.inGDB Administrator2016-05-031-1/+1
* Fix detach.exp remote checkSimon Marchi2016-05-022-5/+4
* Fix annota-input-while-running.exp remote checkSimon Marchi2016-05-022-19/+12
* Fix startup on MS-Windows when 'gdb.ini' is found in $HOMEEli Zaretskii2016-05-022-3/+11
* Automatic date update in version.inGDB Administrator2016-05-021-1/+1
* Automatic date update in version.inGDB Administrator2016-05-011-1/+1
* Automatic date update in version.inGDB Administrator2016-04-301-1/+1
* Set interpreter in x86 create_dynamic_sectionsH.J. Lu2016-04-293-28/+31
* Pass GOT_RELOC to UNDEFINED_WEAK_RESOLVED_TO_ZEROH.J. Lu2016-04-293-11/+47
* Download source only on remote hostH.J. Lu2016-04-293-7/+32
* Enhance readelf's recognition of AVR relocation types.Pitchumani Sivanupandi2016-04-292-37/+57
* i386: Don't relocate section when check_relocs failedH.J. Lu2016-04-292-16/+34
* X86-64: Set check_relocs_failed on errorH.J. Lu2016-04-292-17/+29
* Enhance support for copying and stripping Solaris and ARM binaries.Nick Clifton2016-04-2910-143/+361
* Automatic date update in version.inGDB Administrator2016-04-291-1/+1
* Don't show deprecated commands in helpSimon Marchi2016-04-282-1/+9
* Add test for tracepoint enable/disableSimon Marchi2016-04-283-0/+171
* Fix write endianness/size problem for fast tracepoint enabled flagPar Olsson2016-04-282-1/+14
* ftrace tests: Use gdb_load_shlib result to lookup IPA in info sharedlibrarySimon Marchi2016-04-288-14/+25
* Updated Chinese (simplified) translations for bfd, binutils and gold.Nick Clifton2016-04-286-216/+215
* Remove need_step_over from struct lwp_infoYao Qi2016-04-282-20/+0
* Add support to AArch64 disassembler for verifying instructions. Add verifier...Nick Clifton2016-04-2810-1332/+1272