* arch-utils.h (gdbarch_info_fill): Remove duplicate prototype.
authorDaniel Jacobowitz <drow@false.org>
Wed, 4 Oct 2006 20:14:44 +0000 (20:14 +0000)
committerDaniel Jacobowitz <drow@false.org>
Wed, 4 Oct 2006 20:14:44 +0000 (20:14 +0000)
gdb/ChangeLog
gdb/arch-utils.h

index c402098ec91c4e421c0dd5db4f2162306aebce7b..971a05bd07fccdb240bc2fef384478aa8e4aec9b 100644 (file)
@@ -1,3 +1,7 @@
+2006-10-04  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * arch-utils.h (gdbarch_info_fill): Remove duplicate prototype.
+
 2006-10-03  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * memory-map.c (XML_STATUS_OK, XML_STATUS_ERROR): Provide default
index ae2d8f5fcd986a580faa27d7a6b1f7caceee3563..533f5afabd49fad517de8a72efaf808be167ce51 100644 (file)
@@ -139,8 +139,6 @@ extern const char *selected_architecture_name (void);
    information and fills in any unspecified fields.  */
 
 extern void gdbarch_info_init (struct gdbarch_info *info);
-extern void gdbarch_info_fill (struct gdbarch *gdbarch,
-                              struct gdbarch_info *info);
 
 /* Similar to init, but this time fill in the blanks.  Information is
    obtained from the specified architecture, global "set ..." options,
This page took 0.035655 seconds and 4 git commands to generate.