summaryrefslogtreecommitdiff
path: root/cross/avr-gdb/Makefile
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/Makefile
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/Makefile')
-rw-r--r--cross/avr-gdb/Makefile5
1 files changed, 2 insertions, 3 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/}