This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


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

Re: NEW PATCH: Re: A patch for missing DSO


On Wed, May 23, 2001 at 03:38:20PM -0700, Ulrich Drepper wrote:
> "H . J . Lu" <hjl@lucon.org> writes:
> 
> > Here is an updated patch. We should just ignore all errors from
> > DT_AUXILIARY by making objname and errstring local to DT_AUXILIARY.
> > Also there is no need to check objname and errstring since they
> > should be set by an error return from _dl_catch_error ().
> 
> I've applied this patch with one exception: it's not necessary to make
> the variables local for DT_AUXILIARY.  Doing so would only cause the
> compiler to warn about local variables hiding other variables.

Then we should give some dummy names for local objname and errstring
used by DT_AUXILIARY so that they will be safely ignored.


H.J.


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