From fe1d504432d01a52696fc31c09eeec218f34331b Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Thu, 27 Nov 2014 10:21:18 +0000 Subject: [PATCH] update gdb to 7.8 --- .../patches/{gdb-7.7.1.patch => gdb-7.8.patch} | 14 +++++++------- dkarm-eabi/scripts/build-gcc.sh | 2 +- select_toolchain.sh | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) rename dkarm-eabi/patches/{gdb-7.7.1.patch => gdb-7.8.patch} (73%) diff --git a/dkarm-eabi/patches/gdb-7.7.1.patch b/dkarm-eabi/patches/gdb-7.8.patch similarity index 73% rename from dkarm-eabi/patches/gdb-7.7.1.patch rename to dkarm-eabi/patches/gdb-7.8.patch index 06ea8f1..efe3957 100644 --- a/dkarm-eabi/patches/gdb-7.7.1.patch +++ b/dkarm-eabi/patches/gdb-7.8.patch @@ -1,7 +1,7 @@ -diff -Nbaur gdb-7.7.1/gdb/Makefile.in gdb-7.7.1-arm/gdb/Makefile.in ---- gdb-7.7.1/gdb/Makefile.in 2014-05-05 22:51:24.000000000 +0100 -+++ gdb-7.7.1-arm/gdb/Makefile.in 2014-05-18 17:05:16.105567001 +0100 -@@ -2307,10 +2307,8 @@ +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 +@@ -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 # not atomically write the dependency output file. @@ -14,9 +14,9 @@ diff -Nbaur gdb-7.7.1/gdb/Makefile.in gdb-7.7.1-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.7.1/sim/common/Make-common.in gdb-7.7.1-arm/sim/common/Make-common.in ---- gdb-7.7.1/sim/common/Make-common.in 2014-01-08 09:23:36.000000000 +0000 -+++ gdb-7.7.1-arm/sim/common/Make-common.in 2014-05-18 17:05:16.105567001 +0100 +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 @@ -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/dkarm-eabi/scripts/build-gcc.sh b/dkarm-eabi/scripts/build-gcc.sh index 3fd1222..3eaeb14 100755 --- a/dkarm-eabi/scripts/build-gcc.sh +++ b/dkarm-eabi/scripts/build-gcc.sh @@ -54,7 +54,7 @@ then --with-headers=../../newlib-$NEWLIB_VER/newlib/libc/include \ --prefix=$prefix \ --enable-lto $plugin_ld\ - --with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 43" \ + --with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 44" \ $CROSS_PARAMS \ || { echo "Error configuring gcc"; exit 1; } touch configured-gcc diff --git a/select_toolchain.sh b/select_toolchain.sh index 6d767b5..d1fef07 100755 --- a/select_toolchain.sh +++ b/select_toolchain.sh @@ -33,7 +33,7 @@ case "$VERSION" in GCC_VER=4.9.2 BINUTILS_VER=2.24 NEWLIB_VER=2.1.0 - GDB_VER=7.7.1 + GDB_VER=7.8 basedir='dkarm-eabi' package=devkitARM target=arm-none-eabi