diff options
Diffstat (limited to 'gdb/gdbarch.h')
-rw-r--r-- | gdb/gdbarch.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h index bbda3da3764..90a63cab22c 100644 --- a/gdb/gdbarch.h +++ b/gdb/gdbarch.h @@ -82,7 +82,8 @@ typedef int (iterate_over_objfiles_in_search_order_cb_ftype) (struct objfile *objfile, void *cb_data); typedef void (iterate_over_regset_sections_cb) - (const char *sect_name, int size, const char *human_name, void *cb_data); + (const char *sect_name, int size, const struct regset *regset, + const char *human_name, void *cb_data); /* The following are pre-initialized by GDBARCH. */ |