diff options
Diffstat (limited to 'gdb/config/rs6000')
-rw-r--r-- | gdb/config/rs6000/nm-rs6000.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/rs6000/nm-rs6000.h b/gdb/config/rs6000/nm-rs6000.h index 441b381..728497e 100644 --- a/gdb/config/rs6000/nm-rs6000.h +++ b/gdb/config/rs6000/nm-rs6000.h @@ -43,7 +43,7 @@ /* When a target process or core-file has been attached, we sneak in and figure out where the shared libraries have got to. */ -#define SOLIB_ADD(a, b, c) \ +#define SOLIB_ADD(a, b, c, d) \ if (PIDGET (inferior_ptid)) \ /* Attach to process. */ \ xcoff_relocate_symtab (PIDGET (inferior_ptid)); \ |