aboutsummaryrefslogtreecommitdiff
path: root/gdb/solib.h
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1992-03-12 20:18:54 +0000
committerPer Bothner <per@bothner.com>1992-03-12 20:18:54 +0000
commit6730b1398753e93900ac57c7c4ac102b7eec9f72 (patch)
treead26fa1f7017f14be1fcb95793c0ed9bf4e2c3ce /gdb/solib.h
parent2a274d5d196e87de2cdc19cbdb8a6e725f127556 (diff)
downloadbinutils-6730b1398753e93900ac57c7c4ac102b7eec9f72.zip
binutils-6730b1398753e93900ac57c7c4ac102b7eec9f72.tar.gz
binutils-6730b1398753e93900ac57c7c4ac102b7eec9f72.tar.bz2
* solib.h, infrun.c, tm-rs6000.h: Add a PID parameter
to SOLIB_CREATE_INFERIOR_HOOK macro.
Diffstat (limited to 'gdb/solib.h')
-rw-r--r--gdb/solib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/solib.h b/gdb/solib.h
index b0c6afc..aba26d4 100644
--- a/gdb/solib.h
+++ b/gdb/solib.h
@@ -42,7 +42,7 @@ solib_add PARAMS ((char *, int, struct target_ops *));
which they are linked, and sufficient information to read in their symbols
at a later time. */
-#define SOLIB_CREATE_INFERIOR_HOOK solib_create_inferior_hook
+#define SOLIB_CREATE_INFERIOR_HOOK(PID) solib_create_inferior_hook()
extern void
solib_create_inferior_hook PARAMS((void)); /* solib.c */