* arch-utils.h (gdbarch_info_fill): Remove duplicate prototype.
This commit is contained in:
parent
3b578682c1
commit
d0a0254a41
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue