Makefile.in: Add gen-zero-r0 option.
[deliverable/binutils-gdb.git] / gdb / xcoffsolib.h
index 7069493375967873dabcee51d67ac2458916a2c8..d8370fa2d47019e1c6314eae46d123f90a1ae663 100644 (file)
@@ -1,5 +1,6 @@
 /* Data structures for RS/6000 shared libraries, for GDB.
-   Copyright 1991, 1992, 1994, 1997 Free Software Foundation, Inc.
+   Copyright 1991, 1992, 1993, 1994, 1996, 1997, 2000
+   Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -26,6 +27,9 @@
    shared libraries are loaded, or a "load" system call, followed by the
    user's issuance of a "load" command.  */
 
+#ifndef XCOFFSOLIB_H
+#define XCOFFSOLIB_H
+
 struct vmap
   {
     struct vmap *nxt;          /* ptr to next in chain                 */
@@ -56,6 +60,7 @@ struct vmap_and_bfd
 
 extern struct vmap *vmap;
 
-/* Hook for symbol table relocation at runtime. */
+/* Add symbols for a vmap.  */
+extern int vmap_add_symbols (struct vmap *vp);
 
-extern void (*xcoff_relocate_symtab_hook) PARAMS ((unsigned int));
+#endif
This page took 0.025562 seconds and 4 git commands to generate.