diff options
Diffstat (limited to 'gdb/dbug-rom.c')
-rw-r--r-- | gdb/dbug-rom.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/dbug-rom.c b/gdb/dbug-rom.c index aadab6f..a592334 100644 --- a/gdb/dbug-rom.c +++ b/gdb/dbug-rom.c @@ -160,6 +160,8 @@ dbug_open (char *args, int from_tty) monitor_open (args, &dbug_cmds, from_tty); } +extern initialize_file_ftype _initialize_dbug_rom; /* -Wmissing-prototypes */ + void _initialize_dbug_rom (void) { |