* solib.c (solib_add_common_symbols): Don't call lookup_minimal_symbol.

(solib_add): Call special_symbol_handling once, not once per library.
This commit is contained in:
Jim Kingdon
1993-06-22 23:35:35 +00:00
parent 042c6907f3
commit 15d4eb2197

View File

@ -1,5 +1,8 @@
Tue Jun 22 03:15:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* solib.c (solib_add_common_symbols): Don't call lookup_minimal_symbol.
(solib_add): Call special_symbol_handling once, not once per library.
* procfs.c (procfs_resume): Don't pass a SIGTSTP whose action
is SIG_DFL.