diff options
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index 3fb21fc..28d6e8e 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -1419,7 +1419,7 @@ extern void clear_solib PARAMS ((void)); extern struct objfile * - symbol_file_add PARAMS ((char *, int, struct section_addr_info *, int, int, int, int)); +symbol_file_add PARAMS ((char *, int, struct section_addr_info *, int, int)); /* source.c */ |