diff options
Diffstat (limited to 'gdb/addrmap.c')
-rw-r--r-- | gdb/addrmap.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/addrmap.c b/gdb/addrmap.c index aa5afeb..4b119f5 100644 --- a/gdb/addrmap.c +++ b/gdb/addrmap.c @@ -533,6 +533,9 @@ addrmap_create_mutable (struct obstack *obstack) /* Initialization. */ +/* Provide a prototype to silence -Wmissing-prototypes. */ +extern initialize_file_ftype _initialize_addrmap; + void _initialize_addrmap (void) { |