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


"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.

Thanks,

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------


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