683026dd08
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.
21 lines
541 B
Text
21 lines
541 B
Text
$NetBSD: patch-ag,v 1.2 2005/11/13 14:16:05 shannonjr Exp $
|
|
|
|
--- gdb/cli/cli-cmds.c.orig 2004-10-20 17:51:34.000000000 -0600
|
|
+++ gdb/cli/cli-cmds.c
|
|
@@ -225,7 +225,6 @@ compare_strings (const void *arg1, const
|
|
static void
|
|
complete_command (char *arg, int from_tty)
|
|
{
|
|
- int i;
|
|
int argpoint;
|
|
char **completions, *point, *arg_prefix;
|
|
|
|
@@ -841,7 +840,7 @@ disassemble_command (char *arg, int from
|
|
{
|
|
CORE_ADDR low, high;
|
|
char *name;
|
|
- CORE_ADDR pc, pc_masked;
|
|
+ CORE_ADDR pc;
|
|
char *space_index;
|
|
#if 0
|
|
asection *section;
|