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] noexec + noplt -> type_class


On Sun, Aug 26, 2001 at 03:20:40PM -0700, Ulrich Drepper wrote:
> Jakub Jelinek <jakub@redhat.com> writes:
> 
> > Here it is (bootstrapped, regression tested on i686):
> 
> Looks good, I've applied it.  With one additional change: there is no
> need pass reloc_type to the _dl_lookup_* functions.  We can just pass
> the computed type_class value.  I think I've also changed all callers
> correctly.

I thought about this too. But was afraid of doing this change since
_dl_lookup_*symbol* are exported from ld.so. On the other side, I think apps
have no businness to call this function...

	Jakub


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