diff options
author | Jeff Law <law@redhat.com> | 2000-11-20 17:44:07 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2000-11-20 17:44:07 +0000 |
commit | b57d7d21ef3c86b335d93b8942bb1ee50c2c9a9e (patch) | |
tree | a7aa7eead3f564ab49716bac4f91742da5be2155 /gdb/pa64solib.c | |
parent | be98a80a9f54a0d91317e1858b4193e85b255011 (diff) | |
download | gdb-b57d7d21ef3c86b335d93b8942bb1ee50c2c9a9e.zip gdb-b57d7d21ef3c86b335d93b8942bb1ee50c2c9a9e.tar.gz gdb-b57d7d21ef3c86b335d93b8942bb1ee50c2c9a9e.tar.bz2 |
* pa64solib.c (add_to_solib): Pass TARGET to pa64_solib_load_symbols.
Diffstat (limited to 'gdb/pa64solib.c')
-rw-r--r-- | gdb/pa64solib.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/pa64solib.c b/gdb/pa64solib.c index 480802d..073d271 100644 --- a/gdb/pa64solib.c +++ b/gdb/pa64solib.c @@ -1171,7 +1171,8 @@ add_to_solist (boolean from_tty, char *dll_path, pa64_solib_load_symbols (new_so, dll_path, from_tty, - 0); + 0, + target); return; } |