mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 01:50:48 +00:00
Phase 1 of the ptid_t changes.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user