From 1256b302a29e146814836913638aca8dc1d7b868 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Thu, 15 Oct 2015 15:24:21 +0200 Subject: [PATCH] gdb: update to 7.10. --- srcpkgs/gdb/patches/gdb-arm-gentmap.patch | 10 ---------- srcpkgs/gdb/patches/gdb-linux_nat.patch | 9 --------- srcpkgs/gdb/template | 6 +++--- 3 files changed, 3 insertions(+), 22 deletions(-) delete mode 100644 srcpkgs/gdb/patches/gdb-arm-gentmap.patch diff --git a/srcpkgs/gdb/patches/gdb-arm-gentmap.patch b/srcpkgs/gdb/patches/gdb-arm-gentmap.patch deleted file mode 100644 index 5432bb35203..00000000000 --- a/srcpkgs/gdb/patches/gdb-arm-gentmap.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- gdb-7.4.org/sim/common/gentmap.c 2012-06-27 16:43:51.032331245 +0000 -+++ gdb-7.4/sim/common/gentmap.c 2012-06-27 16:49:12.382319996 +0000 -@@ -2,6 +2,7 @@ - - #include - #include -+#include - - struct tdefs { - char *symbol; diff --git a/srcpkgs/gdb/patches/gdb-linux_nat.patch b/srcpkgs/gdb/patches/gdb-linux_nat.patch index f91e16f2c31..53f3132d36c 100644 --- a/srcpkgs/gdb/patches/gdb-linux_nat.patch +++ b/srcpkgs/gdb/patches/gdb-linux_nat.patch @@ -19,12 +19,3 @@ by default without setting any breakpoints or usage of libthread_db. /* This comment documents high-level logic of this file. Waiting for events in sync mode -@@ -2265,7 +2273,7 @@ - status = 0; - } - -- if (non_stop) -+ if (1) - { - /* Add the new thread to GDB's lists as soon as possible - so that: diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template index f3d1c5f355e..e23ed4bd21b 100644 --- a/srcpkgs/gdb/template +++ b/srcpkgs/gdb/template @@ -1,7 +1,7 @@ # Template file for 'gdb' pkgname=gdb -version=7.9.1 -revision=4 +version=7.10 +revision=1 patch_args="-Np1" build_style=gnu-configure configure_args="--disable-werror --disable-nls --with-system-readline @@ -14,7 +14,7 @@ maintainer="Juan RP " homepage="http://www.gnu.org/software/gdb/" license="GPL-3" distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz" -checksum=cd9c543a411a05b2b647dd38936034b68c2b5d6f10e0d51dc168c166c973ba40 +checksum=7ebdaa44f9786ce0c142da4e36797d2020c55fa091905ac5af1846b5756208a8 if [ "${CROSS_BUILD}" ]; then # Make python2.7 detection work in cross builds