diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-10-04 20:14:44 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-10-04 20:14:44 +0000 |
commit | d0a0254a41e72228a60fe0d3e1044f746d8e56ab (patch) | |
tree | 48125effab27004c5356368736c335f6cc80b333 /gdb | |
parent | 3b578682c112442b8873dcdc540c3c3a7177e086 (diff) | |
download | gdb-d0a0254a41e72228a60fe0d3e1044f746d8e56ab.zip gdb-d0a0254a41e72228a60fe0d3e1044f746d8e56ab.tar.gz gdb-d0a0254a41e72228a60fe0d3e1044f746d8e56ab.tar.bz2 |
* arch-utils.h (gdbarch_info_fill): Remove duplicate prototype.
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, |