+Wed Jan 15 09:56:16 1992 Fred Fish (fnf at cygnus.com)
+
+ * solib.c (solib_add_common_symbols): Only compile in when not
+ using SVR4 style shared libraries.
+
Tue Jan 14 22:34:00 1992 Fred Fish (fnf at cygnus.com)
* dwarfread.c (locval): Add offreg flag to indicate location
/* Read all dynamically loaded common symbol definitions from the inferior
and add them to the misc_function_vector. */
+#ifndef SVR4_SHARED_LIBS
+
static void
solib_add_common_symbols (rtc_symp)
struct rtc_symb *rtc_symp;
condense_misc_bunches (1);
}
+#endif /* SVR4_SHARED_LIBS */
+
/*
LOCAL FUNCTION