* i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
authorMark Kettenis <kettenis@gnu.org>
Thu, 12 Apr 2012 10:32:23 +0000 (10:32 +0000)
committerMark Kettenis <kettenis@gnu.org>
Thu, 12 Apr 2012 10:32:23 +0000 (10:32 +0000)
gdb/ChangeLog
gdb/i386bsd-nat.c

index ffc4e1ab37b469ed7fc7b6dd34d36ddc5c43636d..0262d6f6c625153822c631b94141efecb419070a 100644 (file)
@@ -1,3 +1,7 @@
+2012-04-12  Mark Kettenis  <kettenis@gnu.org>
+
+       * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
+
 2012-04-12  Doug Evans  <dje@google.com>
 
        * dwarf2read.c (create_all_type_units): Renamed from
index 0cc6d8dad9f847e333fc02cafb74a0fcacedc41e..7bc906f70e94632d8d557b72724c8603b980038e 100644 (file)
@@ -331,6 +331,9 @@ i386bsd_dr_get_control (void)
 #endif /* PT_GETDBREGS */
 \f
 
+/* Provide a prototype to silence -Wmissing-prototypes.  */
+void _initialize_i386bsd_nat (void);
+
 void
 _initialize_i386bsd_nat (void)
 {