* Minor fix to pa64solib.c
@ 2000-11-20 9:42 Jeffrey A Law
0 siblings, 0 replies; only message in thread
From: Jeffrey A Law @ 2000-11-20 9:42 UTC (permalink / raw)
To: gdb-patches
Someone added a new parameter to pa64_solib_load_symbols, but missed adding
the argument to the caller of pa64_solib_load_symbols.
This patch fixes that oversight.
2000-11-20 Jeffrey A Law (law@cygnus.com)
* pa64solib.c (add_to_solib): Pass TARGET to pa64_solib_load_symbols.
Index: pa64solib.c
===================================================================
RCS file: /cvs/src/src/gdb/pa64solib.c,v
retrieving revision 1.7
diff -c -3 -p -r1.7 pa64solib.c
*** pa64solib.c 2000/08/27 22:30:29 1.7
--- pa64solib.c 2000/11/20 17:41:26
*************** add_to_solist (boolean from_tty, char *d
*** 1171,1177 ****
pa64_solib_load_symbols (new_so,
dll_path,
from_tty,
! 0);
return;
}
--- 1171,1178 ----
pa64_solib_load_symbols (new_so,
dll_path,
from_tty,
! 0,
! target);
return;
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2000-11-20 9:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-20 9:42 Minor fix to pa64solib.c Jeffrey A Law
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox