From 643d208cf2d519d8adb3f46586119038732da975 Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 19 Dec 2005 15:23:29 +0000 Subject: Fix errno. --- cross/avr-gdb/distinfo | 3 ++- cross/avr-gdb/patches/patch-aa | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 cross/avr-gdb/patches/patch-aa (limited to 'cross/avr-gdb') 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 + #include "regcache.h" + +-extern int errno; +- + static void target_info (char *, int); + + static void cleanup_target (struct target_ops *); -- cgit v1.2.3