* pa64solib.c (add_to_solib): Pass TARGET to pa64_solib_load_symbols.
This commit is contained in:
parent
be98a80a9f
commit
b57d7d21ef
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2000-11-20 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* pa64solib.c (add_to_solib): Pass TARGET to pa64_solib_load_symbols.
|
||||
|
||||
Mon Nov 20 23:21:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* MAINTAINERS: Peter Schauer and Kevin Buettner maintain AIX. Jim
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue