From 72753510eaa191231455701ebfa00c41f0cdfb36 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Sun, 7 Jun 2009 22:52:44 +0000 Subject: * hppa-tdep.c (_initialize_hppa_tdep): Add declaration. --- gdb/hppa-tdep.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gdb/hppa-tdep.c') diff --git a/gdb/hppa-tdep.c b/gdb/hppa-tdep.c index fe29a86..59dec66 100644 --- a/gdb/hppa-tdep.c +++ b/gdb/hppa-tdep.c @@ -3145,6 +3145,9 @@ hppa_dump_tdep (struct gdbarch *gdbarch, struct ui_file *file) fprintf_unfiltered (file, "elf = %s\n", tdep->is_elf ? "yes" : "no"); } +/* Provide a prototype to silence -Wmissing-prototypes. */ +extern initialize_file_ftype _initialize_hppa_tdep; + void _initialize_hppa_tdep (void) { -- cgit v1.1