aboutsummaryrefslogtreecommitdiff
path: root/gdb/xcoffsolib.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/xcoffsolib.h')
-rw-r--r--gdb/xcoffsolib.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/xcoffsolib.h b/gdb/xcoffsolib.h
index fbd3d5b..b8af8d4 100644
--- a/gdb/xcoffsolib.h
+++ b/gdb/xcoffsolib.h
@@ -56,6 +56,5 @@ struct vmap_and_bfd
extern struct vmap *vmap;
-/* Hook for symbol table relocation at runtime. */
-
-extern void (*xcoff_relocate_symtab_hook) (unsigned int);
+/* Add symbols for a vmap. */
+extern int vmap_add_symbols (struct vmap *vp);