From d0a0254a41e72228a60fe0d3e1044f746d8e56ab Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Wed, 4 Oct 2006 20:14:44 +0000 Subject: [PATCH] * arch-utils.h (gdbarch_info_fill): Remove duplicate prototype. --- gdb/ChangeLog | 4 ++++ gdb/arch-utils.h | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c402098..971a05b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2006-10-04 Daniel Jacobowitz + + * arch-utils.h (gdbarch_info_fill): Remove duplicate prototype. + 2006-10-03 Daniel Jacobowitz * memory-map.c (XML_STATUS_OK, XML_STATUS_ERROR): Provide default diff --git a/gdb/arch-utils.h b/gdb/arch-utils.h index ae2d8f5..533f5af 100644 --- a/gdb/arch-utils.h +++ b/gdb/arch-utils.h @@ -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, -- 2.7.4