* vax-tdep.c (vax_frame_chain): New function.
[deliverable/binutils-gdb.git] / gdb / somsolib.h
index cb6dd81c5530b814fac9deef50221ac5306d6ff2..4b23760199c419c5c7e28cab5f0e9cac30745aa5 100644 (file)
@@ -1,5 +1,6 @@
 /* HP SOM Shared library declarations for GDB, the GNU Debugger.
-   Copyright (C) 1992 Free Software Foundation, Inc.
+   Copyright 1992, 1994, 1995, 1998, 1999, 2000
+   Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -28,10 +29,10 @@ struct section_offsets;
 
 /* Called to add symbols from a shared library to gdb's symbol table. */
 
-#define SOLIB_ADD(filename, from_tty, targ) \
-    som_solib_add (filename, from_tty, targ)
+#define SOLIB_ADD(filename, from_tty, targ, readsyms) \
+    som_solib_add (filename, from_tty, targ, readsyms)
 
-extern void som_solib_add (char *, int, struct target_ops *);
+extern void som_solib_add (char *, int, struct target_ops *, int);
 
 extern CORE_ADDR som_solib_get_got_by_pc (CORE_ADDR);
 
This page took 0.037791 seconds and 4 git commands to generate.