From 0b9a5d7f769125efedff6cece5b98141fe2b6f75 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Wed, 21 Jan 2015 17:24:24 +0000 Subject: [PATCH] update to gdb 7.8.2 --- .../patches/{gdb-7.8.patch => gdb-7.8.2.patch} | 12 ++++++------ select_toolchain.sh | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) rename dkarm-eabi/patches/{gdb-7.8.patch => gdb-7.8.2.patch} (75%) diff --git a/dkarm-eabi/patches/gdb-7.8.patch b/dkarm-eabi/patches/gdb-7.8.2.patch similarity index 75% rename from dkarm-eabi/patches/gdb-7.8.patch rename to dkarm-eabi/patches/gdb-7.8.2.patch index efe3957..6555be7 100644 --- a/dkarm-eabi/patches/gdb-7.8.patch +++ b/dkarm-eabi/patches/gdb-7.8.2.patch @@ -1,6 +1,6 @@ -diff -NBaur gdb-7.8/gdb/Makefile.in gdb-7.8-arm/gdb/Makefile.in ---- gdb-7.8/gdb/Makefile.in 2014-07-29 13:37:42.000000000 +0100 -+++ gdb-7.8-arm/gdb/Makefile.in 2014-11-27 09:29:56.466756000 +0000 +diff -NBaur gdb-7.8.2/gdb/Makefile.in gdb-7.8.2-arm/gdb/Makefile.in +--- gdb-7.8.2/gdb/Makefile.in 2015-01-15 10:58:12.000000000 +0000 ++++ gdb-7.8.2-arm/gdb/Makefile.in 2015-01-21 17:13:14.155896000 +0000 @@ -2516,10 +2516,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 @@ -14,9 +14,9 @@ diff -NBaur gdb-7.8/gdb/Makefile.in gdb-7.8-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.8/sim/common/Make-common.in gdb-7.8-arm/sim/common/Make-common.in ---- gdb-7.8/sim/common/Make-common.in 2014-06-11 17:34:41.000000000 +0100 -+++ gdb-7.8-arm/sim/common/Make-common.in 2014-11-27 09:29:56.470756000 +0000 +diff -NBaur gdb-7.8.2/sim/common/Make-common.in gdb-7.8.2-arm/sim/common/Make-common.in +--- gdb-7.8.2/sim/common/Make-common.in 2015-01-15 10:58:12.000000000 +0000 ++++ gdb-7.8.2-arm/sim/common/Make-common.in 2015-01-21 17:13:14.155896000 +0000 @@ -415,10 +415,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 diff --git a/select_toolchain.sh b/select_toolchain.sh index f7d55bf..46b64d9 100755 --- a/select_toolchain.sh +++ b/select_toolchain.sh @@ -33,7 +33,7 @@ case "$VERSION" in GCC_VER=4.9.2 BINUTILS_VER=2.25 NEWLIB_VER=2.2.0 - GDB_VER=7.8 + GDB_VER=7.8.2 basedir='dkarm-eabi' package=devkitARM target=arm-none-eabi