aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-10Move nothing to do warning to mainH.J. Lu2-5/+11
2015-03-10Fixes "readelf -s --wide" not returning an error status or help message.Nick Clifton2-1/+5
2015-03-10Fixes a problem with objcopy leaving temporary files and directories around i...Nick Clifton2-6/+24
2015-03-10S/390: Add more IBM z13 instructionsAndreas Krebbel6-0/+303
2015-03-10S/390: Add check for length field operandAndreas Krebbel2-0/+8
2015-03-10Fixes a bug in the ARM port of GAS when parsing inverted register lists.Michael Perkins2-1/+9
2015-03-10[ARM]Fix "align directive causes MAP_DATA symbol to be lost"Sterling Augustine5-24/+32
2015-03-10[AARCH64] Remove Load/Store register (unscaled immediate) alias.Jiong Wang9-690/+643
2015-03-10[AArch64] Set the minimum alignment on code segmentsJiong Wang5-1/+36
2015-03-10[ARM] PR ld/16572: Remove EF_ARM_HASENTRY flagJiong Wang6-23/+18
2015-03-10Fixes a bug building the ARM Linux kernel with a toolchain compiled with CPU_...Nick Clifton2-0/+8
2015-03-10sim: bfin: fix up linux-fixed-code.h generation more [PR sim/13160]Mike Frysinger2-1/+7
2015-03-10Automatic date update in version.inGDB Administrator1-1/+1
2015-03-09Delete gdb/testsuite/dg-extract-results.pyPedro Alves2-585/+4
2015-03-09Make dg-extract-results.sh explicitly treat .{sum,log} files as textPedro Alves2-5/+28
2015-03-09sim: bfin: fix bug referenceMike Frysinger1-1/+1
2015-03-09Fix failure in exception_static_test.Cary Coutant6-40/+91
2015-03-09gdbserver/tracepoint: Add 'struct sockaddr_un *' -> 'struct sockaddr *' castPedro Alves3-1/+6
2015-03-09Revert union gdb_sockaddr_uPedro Alves7-77/+76
2015-03-09sim: bfin: fix up linux-fixed-code.h generation [PR sim/10143]Mike Frysinger2-3/+11
2015-03-09Automatic date update in version.inGDB Administrator1-1/+1
2015-03-08sim: microblaze: fix printf stringMike Frysinger2-1/+5
2015-03-08Automatic date update in version.inGDB Administrator1-1/+1
2015-03-07Remove C-specific warnings from common warning setPedro Alves6-12/+32
2015-03-07Fix struct sockaddr/sockaddr_in/sockaddr_un strict aliasing violationsPedro Alves7-52/+97
2015-03-07Make TRY/CATCH use real C++ try/catch in C++ modePedro Alves3-1/+170
2015-03-07kill volatile struct gdb_exceptionPedro Alves2-1/+6
2015-03-07more making TRY/CATCH callers look more like real C++ try/catch blocksPedro Alves7-33/+52
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves112-1295/+2190
2015-03-07quit_force: Replace TRY_CATCH wrapper macrosTom Tromey2-16/+16
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves22-120/+219
2015-03-07Fix mail address format of a couple recent ChangeLog entriesPedro Alves2-2/+2
2015-03-07Automatic date update in version.inGDB Administrator1-1/+1
2015-03-06Use show_debug_regs as a booleanYao Qi2-2/+8
2015-03-06Fix an undefined 32-bit right shift by replacing it with two 16-bit right shi...Nick Clifton2-1/+9
2015-03-06New common function "startswith"Gary Benson77-329/+309
2015-03-06Automatic date update in version.inGDB Administrator1-1/+1
2015-03-05gdb.base/bp-permanent.exp: Tighten regexPedro Alves2-1/+5
2015-03-05PR gdb/18002: Fix reinsert of a permanent breakpointsPedro Alves2-1/+16
2015-03-05Fix a potentially undefined right shift by replacing it with two smaller righ...Nick Clifton2-7/+17
2015-03-05Extend description of --add-gnu-debuglink option to explain why the file must...Nick Clifton2-2/+45
2015-03-05Enable rthreads support on OpenBSD/hppaMark Kettenis4-29/+39
2015-03-05Remove typename on elfcpp::Elf_types<size>::Elf_AddrH.J. Lu2-4/+9
2015-03-05Fixes PR 17994 - which reported that dlltool was not deleting temporary files...Nick Clifton2-9/+55
2015-03-05Add extern_protected_data and set it for x86H.J. Lu21-8/+112
2015-03-05Fixes a thinko in the implementation of the V850 -m8byte-align and -m4byte-al...Nick Clifton2-6/+14
2015-03-05Allows the binutils to cope with PE binaries where the section addresses have...Nick Clifton5-0/+91
2015-03-05Fix Windows/SPU/NTO/Lynx gdbserver buildsPedro Alves5-0/+25
2015-03-05Automatic date update in version.inGDB Administrator1-1/+1
2015-03-04Fix a race condition when setting default target for ARM targets.Cary Coutant2-4/+10