From 6e9459896635a2b3fbfc94d7b2bb63f76ae75564 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Fri, 30 Oct 2015 22:21:04 +0000 Subject: [PATCH] update to gdb 7.10 --- .../patches/{gdb-7.9.patch => gdb-7.10.patch} | 16 ++++++++-------- select_toolchain.sh | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) rename dkarm-eabi/patches/{gdb-7.9.patch => gdb-7.10.patch} (73%) diff --git a/dkarm-eabi/patches/gdb-7.9.patch b/dkarm-eabi/patches/gdb-7.10.patch similarity index 73% rename from dkarm-eabi/patches/gdb-7.9.patch rename to dkarm-eabi/patches/gdb-7.10.patch index 776e90f..58ffecc 100644 --- a/dkarm-eabi/patches/gdb-7.9.patch +++ b/dkarm-eabi/patches/gdb-7.10.patch @@ -1,7 +1,7 @@ -diff -NBaur gdb-7.9/gdb/Makefile.in gdb-7.9-arm/gdb/Makefile.in ---- gdb-7.9/gdb/Makefile.in 2015-02-20 17:11:44.000000000 +0000 -+++ gdb-7.9-arm/gdb/Makefile.in 2015-03-16 18:00:14.357038000 +0000 -@@ -2614,10 +2614,8 @@ +diff -NBaur gdb-7.10/gdb/Makefile.in gdb-7.10-arm/gdb/Makefile.in +--- gdb-7.10/gdb/Makefile.in 2015-08-28 22:22:07.000000000 +0100 ++++ gdb-7.10-arm/gdb/Makefile.in 2015-10-21 08:54:36.492597858 +0100 +@@ -2676,10 +2676,8 @@ # Note that we put the dependencies into a .Tpo file, then move them # into place if the compile succeeds. We need this because gcc does # not atomically write the dependency output file. @@ -14,10 +14,10 @@ diff -NBaur gdb-7.9/gdb/Makefile.in gdb-7.9-arm/gdb/Makefile.in @GMAKE_TRUE@else @GMAKE_TRUE@override COMPILE.pre = source='$<' object='$@' libtool=no \ @GMAKE_TRUE@ DEPDIR=$(DEPDIR) $(DEPMODE) $(depcomp) $(CC) -diff -NBaur gdb-7.9/sim/common/Make-common.in gdb-7.9-arm/sim/common/Make-common.in ---- gdb-7.9/sim/common/Make-common.in 2015-02-19 11:58:08.000000000 +0000 -+++ gdb-7.9-arm/sim/common/Make-common.in 2015-03-16 18:00:14.361038000 +0000 -@@ -415,10 +415,8 @@ +diff -NBaur gdb-7.10/sim/common/Make-common.in gdb-7.10-arm/sim/common/Make-common.in +--- gdb-7.10/sim/common/Make-common.in 2015-07-06 20:57:46.000000000 +0100 ++++ gdb-7.10-arm/sim/common/Make-common.in 2015-10-21 08:54:36.492597858 +0100 +@@ -421,10 +421,8 @@ # Note that we put the dependencies into a .Tpo file, then move them # into place if the compile succeeds. We need this because gcc does # not atomically write the dependency output file. diff --git a/select_toolchain.sh b/select_toolchain.sh index a3625f5..3fbbd23 100755 --- a/select_toolchain.sh +++ b/select_toolchain.sh @@ -33,7 +33,7 @@ case "$VERSION" in GCC_VER=5.2.0 BINUTILS_VER=2.25 NEWLIB_VER=2.2.0 - GDB_VER=7.9 + GDB_VER=7.10 basedir='dkarm-eabi' package=devkitARM target=arm-none-eabi