summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix PR gdb/21364: Dead code due to an unreachable condition in osdata.cSergio Durigan Junior2017-04-102-1/+7
* Prevent a bigus warning from readelf about a gdb-index table being too big.John Delsignor2017-04-102-1/+7
* Document undocumented linker command line options.Nick Clifton2017-04-102-0/+32
* thread.c: ptid_equal -> operator==Pedro Alves2017-04-102-28/+39
* GC gdb/thread.c:current_thread_cleanup_chainPedro Alves2017-04-102-17/+8
* msp430: Don't use REG_UNKNOWNAlan Hayward2017-04-102-4/+7
* Don't delete thread_info if refcount isn't zeroYao Qi2017-04-104-62/+101
* Hoist code on marking thread as exitedYao Qi2017-04-102-21/+17
* gas: xtensa: fix incorrect code generated with auto litpoolsMax Filippov2017-04-108-32/+95
* Port the bug fix for PR 19704 (Missing dynamic relocation against undefined w...Qing Zhao2017-04-105-28/+228
* Remove the ns32k target from the obsolete list.Nick Clifton2017-04-102-1/+4
* Tidy ppc476 opcodesAlan Modra2017-04-103-43/+50
* PR21287, Inconsistent section type for .init_array and .init_array.42Alan Modra2017-04-106-24/+41
* Clean elfvsb files left over from previous runsAlan Modra2017-04-102-2/+14
* WebAssembly disassembler supportPip Cet2017-04-102-3/+7
* windows-nat.c: Fix bad initialization of ptidSimon Marchi2017-04-092-1/+6
* Automatic date update in version.inGDB Administrator2017-04-101-1/+1
* Automatic date update in version.inGDB Administrator2017-04-091-1/+1
* Add support for fcvtl and fcvtl2.Jim Wilson2017-04-084-0/+112
* Support the fcmXX zero instructions.Jim Wilson2017-04-084-0/+232
* Automatic date update in version.inGDB Administrator2017-04-081-1/+1
* Use NOPIE_CFLAGS and NOPIE_LDFLAGS to disable PIEH.J. Lu2017-04-072-1/+10
* ELF: Check ELF_COMMON_DEF_P for common symbolsH.J. Lu2017-04-077-9/+25
* ptid-selftests: Fix erroneous assert messagesSimon Marchi2017-04-072-9/+13
* Fix building the BFD library for Win64 by reqorking the find_separate_debug_f...Pedro Alves2017-04-072-94/+163
* Fix failure in x86_64 linker tests when compiling with a PIE enabled compiler.Nick Clifton2017-04-072-1/+7
* Remove E6500 insns from PPC_OPCODE_ALTIVEC2Alan Modra2017-04-075-188/+105
* Tweak MBIND ld test for ARM.Alan Modra2017-04-072-4/+8
* MBIND gas test tweakAlan Modra2017-04-072-2/+7
* Add BFIN_MAX_REGISTER_SIZEAlan Hayward2017-04-072-2/+10
* pe/coff: handle weak defined symbol for gc-sections.Tristan Gingold2017-04-076-2/+57
* Class-ify ptid_tSimon Marchi2017-04-067-77/+350
* Automatic date update in version.inGDB Administrator2017-04-071-1/+1
* Add support for disassembling WebAssembly opcodes.Pip Cet2017-04-0620-41/+654
* Fix Windows gdb build failure with Python 2 supportThomas Preud'homme2017-04-062-1/+6
* mbind tests: don't check PT_LOAD headersAlan Modra2017-04-074-24/+6
* Regen SRC-POTFILES.inAlan Modra2017-04-072-0/+5
* [objcopy] Fix quadratic-time when handling --redefine-symsJiong Wang2017-04-062-33/+88
* Automatic date update in version.inGDB Administrator2017-04-061-1/+1
* PR ld/21233: change xfails to kfails, fix the indentation issueHans-Peter Nilsson2017-04-052-3/+20
* ptid_{lwp,tid}_p: Remove unnecessary checksSimon Marchi2017-04-052-8/+5
* -Wwrite-strings: Remove -Wno-write-stringsPedro Alves2017-04-055-3/+12
* -Wwrite-strings: The RestPedro Alves2017-04-05150-452/+737
* -Wwrite-strings: More SolarisPedro Alves2017-04-058-24/+37
* -Wwrite-strings: Fix Solaris "set procfs-file"Pedro Alves2017-04-052-3/+10
* -Wwrite-strings: Some constification in gdb/breakpoint.cPedro Alves2017-04-056-29/+72
* -Wwrite-strings: execute_command calls with string literalsPedro Alves2017-04-055-13/+25
* -Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overloadPedro Alves2017-04-0512-63/+111
* -Wwrite-strings: Wrap PyGetSetDef for construction with string literalsPedro Alves2017-04-0518-19/+72
* -Wwrite-strings: More fix-old-Python-API wrappersPedro Alves2017-04-052-0/+71