From: Jim Kingdon Date: Tue, 22 Jun 1993 23:35:35 +0000 (+0000) Subject: * solib.c (solib_add_common_symbols): Don't call lookup_minimal_symbol. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=15d4eb2197e955ff0b2bada17a8698222be45552;p=binutils-gdb.git * solib.c (solib_add_common_symbols): Don't call lookup_minimal_symbol. (solib_add): Call special_symbol_handling once, not once per library. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 183a4ab6272..69c0f2b7134 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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.