Phase 1 of the ptid_t changes.
[deliverable/binutils-gdb.git] / gdb / config / rs6000 / nm-rs6000.h
index e4ee51c7314fd9ae5a960a5478df3f7166d8c839..441b3818c003a665329ed83599aa7aa09c215d5a 100644 (file)
@@ -44,9 +44,9 @@
    and figure out where the shared libraries have got to.  */
 
 #define        SOLIB_ADD(a, b, c)      \
-  if (inferior_pid)    \
+  if (PIDGET (inferior_ptid))  \
     /* Attach to process.  */  \
-    xcoff_relocate_symtab (inferior_pid); \
+    xcoff_relocate_symtab (PIDGET (inferior_ptid)); \
   else         \
     /* Core file.  */ \
     xcoff_relocate_core (c);
This page took 0.025431 seconds and 4 git commands to generate.