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
563 B
Text
21 lines
563 B
Text
$NetBSD: patch-ao,v 1.1 2005/11/13 14:16:05 shannonjr Exp $
|
|
|
|
--- gdb/mi/mi-cmd-disas.c.orig 2004-10-20 17:13:34.000000000 -0600
|
|
+++ gdb/mi/mi-cmd-disas.c
|
|
@@ -51,7 +51,6 @@
|
|
enum mi_cmd_result
|
|
mi_cmd_disassemble (char *command, char **argv, int argc)
|
|
{
|
|
- enum mi_cmd_result retval;
|
|
CORE_ADDR start;
|
|
|
|
int mixed_source_and_assembly;
|
|
@@ -84,7 +83,7 @@ mi_cmd_disassemble (char *command, char
|
|
{"n", NUM_OPT, 1},
|
|
{"s", START_OPT, 1},
|
|
{"e", END_OPT, 1},
|
|
- 0
|
|
+ {0}
|
|
};
|
|
|
|
/* Get the options with their arguments. Keep track of what we
|