summaryrefslogtreecommitdiff
path: root/cross/avr-gdb
diff options
context:
space:
mode:
authorjoerg <joerg>2005-12-19 15:23:29 +0000
committerjoerg <joerg>2005-12-19 15:23:29 +0000
commita21cd7a11b821fe480b2cc90e038d6dfc2692ce1 (patch)
tree8809bbe2a3661472af519659b41a5d3864c1d51c /cross/avr-gdb
parent502af6c3b5ba7b9985004f832de843d15de42a6a (diff)
downloadpkgsrc-a21cd7a11b821fe480b2cc90e038d6dfc2692ce1.tar.gz
Fix errno.
Diffstat (limited to 'cross/avr-gdb')
-rw-r--r--cross/avr-gdb/distinfo3
-rw-r--r--cross/avr-gdb/patches/patch-aa13
2 files changed, 15 insertions, 1 deletions
diff --git a/cross/avr-gdb/distinfo b/cross/avr-gdb/distinfo
index f3692cd50e9..f7c26463b28 100644
--- a/cross/avr-gdb/distinfo
+++ b/cross/avr-gdb/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.6 2005/11/05 17:14:52 rillig Exp $
+$NetBSD: distinfo,v 1.7 2005/12/19 15:23:29 joerg Exp $
SHA1 (gdb-5.3.tar.gz) = 24a6c9da6e89b1b82b7508f27f94098d989ff662
RMD160 (gdb-5.3.tar.gz) = 3f88dc11115de08708c50c73b10acaf00ed25e96
Size (gdb-5.3.tar.gz) = 14707600 bytes
+SHA1 (patch-aa) = 3b2c3c8bbacbf87d9756ef282e4a37c930fcb4af
SHA1 (patch-ab) = 005c0ca2aea16927504e102f85638a65fd610597
diff --git a/cross/avr-gdb/patches/patch-aa b/cross/avr-gdb/patches/patch-aa
new file mode 100644
index 00000000000..2b5c5de3d3f
--- /dev/null
+++ b/cross/avr-gdb/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2005/12/19 15:23:29 joerg Exp $
+
+--- gdb/target.c.orig 2005-12-19 15:16:32.000000000 +0000
++++ gdb/target.c
+@@ -36,8 +36,6 @@
+ #include <signal.h>
+ #include "regcache.h"
+
+-extern int errno;
+-
+ static void target_info (char *, int);
+
+ static void cleanup_target (struct target_ops *);