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

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

Re: [PATCH]


Jakub Jelinek <jakub@redhat.com> writes:

> 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
> 
> 	* elf/dl-open.c (dl_open_worker): If l_opencount of freshly loaded
> 	object has been bumped because of relocation dependency, avoid
> 	duplicates in l_scope.
> 	(show_scope): Fix typos.

I've checked in the patch with the tests.  Just one change: I couldn't
convince myself that the object could have been added as a relocation
dependency only as the last object added (your runp[-1] test).
Instead the code tests now every element.  Seems to work.  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]