summaryrefslogtreecommitdiff
path: root/cross/avr-gdb
diff options
context:
space:
mode:
authormef <mef>2014-08-29 06:43:32 +0000
committermef <mef>2014-08-29 06:43:32 +0000
commit52708258fa2857e1c5558b8d9cc2e58a82106b2d (patch)
tree025b84b87f4c443cd1d5019d144a6f45f88e3712 /cross/avr-gdb
parentb0f6e90b63df8b20b2758eded93c0549f756d44c (diff)
downloadpkgsrc-52708258fa2857e1c5558b8d9cc2e58a82106b2d.tar.gz
(Upstream)
Bump version 7.6 to 7.6.1 ------- GDB 7.6.1 provides the following fixes and improvements to GDB 7.6: * PR tdep/15420 (Cannot debug threaded programs on newer versions of x86-solaris - Solaris 10, Update 10 or later) * PR remote/15455 (QTro remote packet broken) * PR build/15476 (Build failure due to incomplete enum type in utils.h) * PR server/15594 (tls support in 64x32 x86 gdbserver doesn't extend address to 64 bit) * PR server/15075 (dprintf inteferes with "next") * PR server/15434 (dprintf uses a synchronous 'continue' even in non-stop mode) * PR tui/14880 (in split register layouts, up results in assertion failure in value.c) * PR c++/15519 (GDB 7.6 is 94x slower than GDB 7.5.1 using a certain core file) * PR gdb/15837 (GDB prints entry values for local variables) * PR gdb/15415 (gdb resolves symbolic links when passing argv[0]) * PR cli/15603 (CTRL-C can no longer interrupt inferior) * PR gdb/15604 (gdbserver socket leak 7.5 regression)
Diffstat (limited to 'cross/avr-gdb')
-rw-r--r--cross/avr-gdb/Makefile5
-rw-r--r--cross/avr-gdb/distinfo8
-rw-r--r--cross/avr-gdb/patches/patch-ac2
-rw-r--r--cross/avr-gdb/patches/patch-bfd_bfd-in2_h2
-rw-r--r--cross/avr-gdb/patches/patch-opcodes_configure2
5 files changed, 9 insertions, 10 deletions
diff --git a/cross/avr-gdb/Makefile b/cross/avr-gdb/Makefile
index 96b2c9f6775..6eb9bb84aa3 100644
--- a/cross/avr-gdb/Makefile
+++ b/cross/avr-gdb/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2013/08/26 01:11:34 mef Exp $
+# $NetBSD: Makefile,v 1.20 2014/08/29 06:43:32 mef Exp $
-DISTNAME= gdb-7.6
+DISTNAME= gdb-7.6.1
PKGNAME= ${DISTNAME:S/^/avr-/}
-PKGREVISION= 1
CATEGORIES= cross
MASTER_SITES= ${MASTER_SITE_GNU:=gdb/}
diff --git a/cross/avr-gdb/distinfo b/cross/avr-gdb/distinfo
index 9718441cde2..a820c28b1ec 100644
--- a/cross/avr-gdb/distinfo
+++ b/cross/avr-gdb/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.10 2013/08/07 05:34:14 mef Exp $
+$NetBSD: distinfo,v 1.11 2014/08/29 06:43:32 mef Exp $
-SHA1 (gdb-7.6.tar.gz) = 026f4c9e1c8152a2773354551c523acd32d7f00e
-RMD160 (gdb-7.6.tar.gz) = 986e1f92130c818d9bdac548259a5c63ddeefef8
-Size (gdb-7.6.tar.gz) = 31437633 bytes
+SHA1 (gdb-7.6.1.tar.gz) = 13beaab7d28f8591777c9271f0c20a22c70d6252
+RMD160 (gdb-7.6.1.tar.gz) = 351856b5b63ca8f03f91f1b5fc4e1eea7dae8cc9
+Size (gdb-7.6.1.tar.gz) = 31446111 bytes
SHA1 (patch-ac) = 2975101bbbd4a2e19fb9364b494a18e3940d9bac
SHA1 (patch-bfd_bfd-in2_h) = 66129d5e6ecac363f9f35437b0a3ca8e3b650c8c
SHA1 (patch-opcodes_configure) = 8c0b82710653c93320230c25ace0dbb6360cf656
diff --git a/cross/avr-gdb/patches/patch-ac b/cross/avr-gdb/patches/patch-ac
index 2aa4aee5fe3..c6cf3df6ac3 100644
--- a/cross/avr-gdb/patches/patch-ac
+++ b/cross/avr-gdb/patches/patch-ac
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.2 2013/08/07 05:34:14 mef Exp $
+$NetBSD: patch-ac,v 1.3 2014/08/29 06:43:32 mef Exp $
ERROR: [check-portability.awk] => Found test ... == ...:
diff --git a/cross/avr-gdb/patches/patch-bfd_bfd-in2_h b/cross/avr-gdb/patches/patch-bfd_bfd-in2_h
index 2b4f99f615b..36df7473909 100644
--- a/cross/avr-gdb/patches/patch-bfd_bfd-in2_h
+++ b/cross/avr-gdb/patches/patch-bfd_bfd-in2_h
@@ -1,4 +1,4 @@
-$NetBSD: patch-bfd_bfd-in2_h,v 1.1 2013/08/07 05:34:14 mef Exp $
+$NetBSD: patch-bfd_bfd-in2_h,v 1.2 2014/08/29 06:43:32 mef Exp $
Avoid following problem by clang-3.2
----------------
diff --git a/cross/avr-gdb/patches/patch-opcodes_configure b/cross/avr-gdb/patches/patch-opcodes_configure
index 0e7faf32907..d92a5529876 100644
--- a/cross/avr-gdb/patches/patch-opcodes_configure
+++ b/cross/avr-gdb/patches/patch-opcodes_configure
@@ -1,4 +1,4 @@
-$NetBSD: patch-opcodes_configure,v 1.1 2013/08/07 05:34:14 mef Exp $
+$NetBSD: patch-opcodes_configure,v 1.2 2014/08/29 06:43:32 mef Exp $
Revert to gdb-7.5.1 to avoid following error
(But why this is necessary is unkown yet).