diff options
Diffstat (limited to 'gdb/ppc-bdm.c')
-rw-r--r-- | gdb/ppc-bdm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/ppc-bdm.c b/gdb/ppc-bdm.c index 9e7133e..f189818 100644 --- a/gdb/ppc-bdm.c +++ b/gdb/ppc-bdm.c @@ -346,6 +346,8 @@ a wiggler, specify wiggler and then the port it is connected to\n\ bdm_ppc_ops.to_magic = OPS_MAGIC; } /* init_bdm_ppc_ops */ +extern initialize_file_ftype _initialize_bdm_ppc; /* -Wmissing-prototypes */ + void _initialize_bdm_ppc (void) { |