NEW PATCH: Re: A patch for missing DSO
H . J . Lu
hjl@lucon.org
Wed May 23 15:50:00 GMT 2001
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.
More information about the Libc-alpha
mailing list