aboutsummaryrefslogtreecommitdiff
path: root/gdb/tm-rs6000.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/tm-rs6000.h')
-rw-r--r--gdb/tm-rs6000.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/tm-rs6000.h b/gdb/tm-rs6000.h
index 5465c6a..30d3a04 100644
--- a/gdb/tm-rs6000.h
+++ b/gdb/tm-rs6000.h
@@ -124,10 +124,10 @@ struct aix_framedata {
extern int aix_loadInfoTextIndex;
-#define SOLIB_CREATE_INFERIOR_HOOK() \
+#define SOLIB_CREATE_INFERIOR_HOOK(PID) \
do { \
if (aix_loadInfoTextIndex == 0) \
- aixcoff_relocate_symtab (pid); \
+ aixcoff_relocate_symtab (PID); \
} while (0)