aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-27Create libiberty.m4, have GDB and GDBserver use itPedro Alves11-54/+694
2015-02-27Fixes a problem recognizing libraries created by Visual Studio.Nick Clifton2-1/+11
2015-02-27Add "../lib/unbuffer_output.c" and use it in gdb.base/interrupt.cPedro Alves3-0/+50
2015-02-27Don't skip catch-syscall.exp on hppa*-hp-hpux* targetYao Qi2-7/+6
2015-02-27Regenerate bfd-in2.h and libbfd.hMarcus Shawcroft3-0/+9
2015-02-27Fixes problems building the V850 simulator introduced with the previous delta.Nick Clifton6-206/+305
2015-02-27S390: Fix compiler invocation with "compile" commandAndreas Arnez2-3/+25
2015-02-27Mark latest entry in gdb/ChangeLog as "(tiny patch)".Joel Brobecker1-1/+1
2015-02-27Retrieve segment registers on Windows amd64Jon TURNEY2-3/+9
2015-02-27Adjust ChangeLog entry.Marcus Shawcroft1-1/+2
2015-02-26Add missing CHECK_TYPEDEF calls to recent vptr_{fieldno,basetype} cleanup.Doug Evans8-1/+83
2015-02-27Fix recent h8300 configury changesAlan Modra3-11/+15
2015-02-27Automatic date update in version.inGDB Administrator1-1/+1
2015-02-26[AArch64] Add tiny DESC test cases.Marcus Shawcroft8-0/+103
2015-02-26[AArch64] Add support for :tlsdesc: and TLSDESC_LD_PREL19Marcus Shawcroft4-5/+71
2015-02-26[AArch64] Add support for :tlsdesc: and TLSDESC_ADR_PREL21Marcus Shawcroft5-2/+40
2015-02-26Add tiny memory model GD test cases.Marcus Shawcroft8-0/+95
2015-02-26Add ADR :tlsgd: directive and TLSGD_ADR_PREL21 support.Marcus Shawcroft8-2/+103
2015-02-26Adding tls-tiny-ie test.Marcus Shawcroft4-0/+27
2015-02-26Adding support for TLSIE_LD_GOTTREL_PREL19.Marcus Shawcroft5-2/+36
2015-02-26Adding ld_literal_type.Marcus Shawcroft2-5/+42
2015-02-26Adding test case for abuse of :got: in offset loadMarcus Shawcroft3-0/+7
2015-02-26Adding adr_type and prevent adr :got:Marcus Shawcroft2-3/+53
2015-02-26Add test case for ADR :got:fooMarcus Shawcroft3-0/+7
2015-02-26Fix field size for TLSDESC_CALLMarcus Shawcroft2-1/+5
2015-02-26Fix field size for TLSLE_MOVW_TPREL_* relocations.Marcus Shawcroft2-5/+12
2015-02-26Fix TLSIE_MOVW_GOTTPREL_G0_NC field size.Marcus Shawcroft2-1/+6
2015-02-26Remove dead code.Marcus Shawcroft2-3/+4
2015-02-26Fix arithmetic overflows running srconv on fuzzed binaries.Nick Clifton2-3/+41
2015-02-26Fixes illegal memory access errors and arithmetic overflows when running stri...Nick Clifton5-6/+67
2015-02-26gdbserver/Linux: Simplify stepping past program breakpoint a littlePedro Alves2-6/+8
2015-02-26Add ATTRIBUTE_PRINTF attributes, and fix falloutPedro Alves9-13/+61
2015-02-26objcopy: Avoid shadowing optarg.Andrew Burgess2-4/+9
2015-02-26Rename windows-termcap.c -> stub-termcap.cPedro Alves6-5/+17
2015-02-26compile: Fix GNU-IFUNC funcs called from injected codeJan Kratochvil5-2/+122
2015-02-26Fix print of value type in a corner case of finishAntoine Tremblay4-2/+16
2015-02-26Fix undefined arithmetic operations detected by -fsanitize=undefined when run...Nick Clifton3-21/+55
2015-02-26Dwarf assembler: handle one instruction functionYao Qi2-1/+11
2015-02-26SEGV in ppc64_elf_get_synthetic_symtab reading a separate debug fileJan Kratochvil6-2/+66
2015-02-26Fixes a resource exhaustion problem when running windres on a corrupt binary.Nick Clifton2-6/+18
2015-02-26PowerPC64 thread-safe stubs not needed for ipltAlan Modra2-6/+17
2015-02-26Rework signal frame probing for FreeBSD/x86John Baldwin5-31/+245
2015-02-26Fix infinite recursion in amd64fbsd_sigcontext_addrJohn Baldwin2-1/+10
2015-02-26Change // comment in gdb/compile/Jan Kratochvil1-0/+6
2015-02-26Change // comment in gdb/compile/Jan Kratochvil2-2/+2
2015-02-26Remove // comment in gdb/iq2000-tdep.cJoel Brobecker2-2/+5
2015-02-26[ARM]Update for Tag_ABI_HardFP_use per EABI docTerry Guo35-20/+190
2015-02-26Use dynamic text relocs for protected varsAlan Modra3-0/+41
2015-02-26Automatic date update in version.inGDB Administrator1-1/+1
2015-02-25objcopy: Factor out some of the option parsing code.Andrew Burgess2-67/+84