From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Buettner To: fnf@ninemoons.com, gdb-patches@sources.redhat.com Subject: Re: [RFA] Change auto-solib-add to boolean, add auto-solib-limit Date: Sat, 27 Oct 2001 16:38:00 -0000 Message-id: <1011027233607.ZM9592@ocotillo.lan> References: <200110271948.f9RJmLd08493@fishpond.ninemoons.com> X-SW-Source: 2001-10/msg00339.html On Oct 27, 12:48pm, Fred Fish wrote: > In the past I've submitted several versions of a patch to fix some > problems with auto-solib-add, but they have never quite been approved > in full. In response to feedback, and by specific request to remove > the overloaded meaning of the auto-solib-add variable, this patch > changes auto-solib-add into a boolean and adds a new variable, called > auto-solib-limit to hold the shlib symbol table size limit value for > those systems that support this. The solib portions of this patch are approved. I noticed that you changed osfsolib.c. There is nothing wrong with this except that it isn't used anymore. (The functionality in this file has been moved to solib-osf.c and is used in conjunction with solib.c.) After you commit this patch, I'll mark osfsolib.c as obsolete. Thanks, Kevin