update to gdb 7.8.2

This commit is contained in:
Dave Murphy 2015-01-21 17:24:24 +00:00
parent bfdab38a67
commit 0b9a5d7f76
2 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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