diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | 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 <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 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, |