diff options
author | shannonjr <shannonjr@pkgsrc.org> | 2005-11-13 14:16:05 +0000 |
---|---|---|
committer | shannonjr <shannonjr@pkgsrc.org> | 2005-11-13 14:16:05 +0000 |
commit | 683026dd08c8f66d8eb7c1e9d268e4ba059deabc (patch) | |
tree | 7c2507e89a85adea48f6306163d45d4f8d2e7f8c /devel/gdbada/patches/patch-ar | |
parent | ca9cde479317ba4b04e73c29525e704473869338 (diff) | |
download | pkgsrc-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-ar | 12 |
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; |