* stabsread.c (get_substring): Declare second arg as int.
[deliverable/binutils-gdb.git] / gdb / xcoffsolib.h
index 9d10b2e5d2d917e3826a9c78adc0124dd3638f44..2b75d22fecdce5eda41b3901cb750c61a9908111 100644 (file)
@@ -51,6 +51,9 @@ struct vmap_and_bfd {
 
 extern struct vmap *vmap;
 
-void
+extern void
 add_text_to_loadinfo PARAMS ((CORE_ADDR textaddr, CORE_ADDR dataaddr));
 
+/* Hook for symbol table relocation at runtime. */
+
+extern void (*xcoff_relocate_symtab_hook) PARAMS ((unsigned int));
This page took 0.023377 seconds and 4 git commands to generate.