update to gdb 7.10

This commit is contained in:
Dave Murphy 2015-10-30 22:21:04 +00:00
parent 14359b772f
commit 6e94598966
2 changed files with 9 additions and 9 deletions

View File

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

View File

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