From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Kettenis To: hjl@lucon.org Cc: drepper@cygnus.com, binutils@sourceware.cygnus.com, libc-hacker@sourceware.cygnus.com Subject: Re: libc/1818: pthread problem with dlcose() Date: Wed, 19 Jul 2000 08:16:00 -0000 Message-id: <200007191516.RAA06998@debye.wins.uva.nl> References: <200007190007.e6J07gm14827@delius.kettenis.local> <20000718212703.A614@lucon.org> <20000719043514.1575.qmail@daffy.airs.com> <20000718235148.A1011@lucon.org> <200007190831.e6J8VBs15310@delius.kettenis.local> <20000719080505.A2004@lucon.org> X-SW-Source: 2000-07/msg00280.html Date: Wed, 19 Jul 2000 08:05:05 -0700 From: "H . J . Lu" On Wed, Jul 19, 2000 at 10:31:11AM +0200, Mark Kettenis wrote: > HJ, for completeness you might also want to add `-z interpose' which > sets the DF_1_INTERPOSE flag. > Can you send me the man page for `-z interpose'? It is not in Solaris 2.7. I don't even know what it does. Or you can provide a patch later after I check mine in. Neither is it in the Solaris 2.6 man page. So it must be a Solaris 8 feature :-). I read about it in the Solaris 8 "Linker and Libraries Guide" which you can browse at: < http://docs.sun.com:80/ab2/coll.45.13/LLM/@Ab2TocView?Ab2Lang=C&Ab2Enc=iso-8859-1 > You can also download a PDF version. It's interesting literature if you're working on the (dynamic/static) linker. Mark