Recent glibc locale changes on ia64.
Ulrich Drepper
drepper@redhat.com
Sat Sep 9 00:10:00 GMT 2000
"H . J . Lu" <hjl@valinux.com> writes:
> --- iconv/gconv_dl.c 2000/09/05 04:02:03 1.1.1.3
> +++ iconv/gconv_dl.c 2000/09/08 18:21:01
> @@ -164,8 +164,6 @@ do_release_shlib (const void *nodep, VIS
> }
> else if (obj->counter <= 0)
> {
> - if (obj->counter >= -TRIES_BEFORE_UNLOAD)
> - --obj->counter;
> if (obj->counter < -TRIES_BEFORE_UNLOAD && obj->handle != NULL)
> {
> /* Unload the shared object. */
The code as it is is ok. Without it nothing would get unloaded. I
just checked in a patch to make things a bit clearer (at least to me)
but it should not have caused any problems. If something happened at
this place the problem is somewhere else.
--
---------------. ,-. 1325 Chesapeake Terrace
Ulrich Drepper \ ,-------------------' \ Sunnyvale, CA 94089 USA
Red Hat `--' drepper at redhat.com `------------------------
More information about the Libc-hacker
mailing list