libiberty/ChangeLog:
[deliverable/binutils-gdb.git] / gdb / pa64solib.h
index b646074dd378bd80f2a1196dd527acdd59180b2b..7a3a068ff8d965f289cc35a1917037f532862215 100644 (file)
@@ -1,5 +1,5 @@
 /* HP PA64 ELF Shared library declarations for GDB, the GNU Debugger.
-   Copyright (C) 1999 Free Software Foundation, Inc.
+   Copyright 1999, 2000 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -25,10 +25,10 @@ struct section_offsets;
 
 /* Called to add symbols from a shared library to gdb's symbol table.  */
 
-#define SOLIB_ADD(filename, from_tty, targ) \
-    pa64_solib_add (filename, from_tty, targ)
+#define SOLIB_ADD(filename, from_tty, targ, readsyms) \
+    pa64_solib_add (filename, from_tty, targ, readsyms)
 
-extern void pa64_solib_add (char *, int, struct target_ops *);
+extern void pa64_solib_add (char *, int, struct target_ops *, int);
 
 extern CORE_ADDR pa64_solib_get_got_by_pc (CORE_ADDR);
 
This page took 0.024677 seconds and 4 git commands to generate.