summaryrefslogtreecommitdiff
path: root/devel/gdbada/patches/patch-ar
diff options
context:
space:
mode:
authorshannonjr <shannonjr@pkgsrc.org>2005-11-13 14:16:05 +0000
committershannonjr <shannonjr@pkgsrc.org>2005-11-13 14:16:05 +0000
commit683026dd08c8f66d8eb7c1e9d268e4ba059deabc (patch)
tree7c2507e89a85adea48f6306163d45d4f8d2e7f8c /devel/gdbada/patches/patch-ar
parentca9cde479317ba4b04e73c29525e704473869338 (diff)
downloadpkgsrc-683026dd08c8f66d8eb7c1e9d268e4ba059deabc.tar.gz
Update to gdbada-6.3. This is a version of GDB, maintained by AdaCore,
where Ada support has been added. Most of these changes are not part of the official sources yet. The source used in this port is a snapshot of AdaCore's CVS repository.
Diffstat (limited to 'devel/gdbada/patches/patch-ar')
-rw-r--r--devel/gdbada/patches/patch-ar12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/gdbada/patches/patch-ar b/devel/gdbada/patches/patch-ar
new file mode 100644
index 00000000000..63f0408a0ec
--- /dev/null
+++ b/devel/gdbada/patches/patch-ar
@@ -0,0 +1,12 @@
+$NetBSD: patch-ar,v 1.1 2005/11/13 14:16:05 shannonjr Exp $
+
+--- gdb/mi/mi-cmd-stack.c.orig 2004-10-20 17:13:34.000000000 -0600
++++ gdb/mi/mi-cmd-stack.c
+@@ -227,7 +227,6 @@ list_args_or_locals (int locals, int val
+ struct block *block;
+ struct symbol *sym;
+ struct dict_iterator iter;
+- int nsyms;
+ struct cleanup *cleanup_list;
+ static struct ui_stream *stb = NULL;
+ struct type *type;