This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [RFA] Change auto-solib-add to boolean, add auto-solib-limit


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]