RTLD_GLOBAL on openbsd
OpenBSD lacks RTLD_GLOBAL, so it should be removed from
dynloader/openbsd.h
(netbsd and freebsd do have it, so its kosher there)
-alex
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
OpenBSD lacks RTLD_GLOBAL, so it should be removed from
dynloader/openbsd.h
I agree with this and my regression tests now pass. Can someone please
apply the attached patch?
- - Brandon
- ----------------------------------------------------------------------------
b. palmer, bpalmer@crimelabs.net pgp:crimelabs.net/bpalmer.pgp5
-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 5.0i for non-commercial use
Charset: noconv
iQA/AwUBOyuO0PYgmKoG+YbuEQK+agCfde8j3y0KxbwhUqIyVNpEjEqCp74AoPyt
b7+D94bTAw/yXYIValtBNB7d
=eisL
-----END PGP SIGNATURE-----
Attachments:
mrdifftext/plain; charset=US-ASCII; name=mrdiffDownload+1-1
Alex Pilosov writes:
OpenBSD lacks RTLD_GLOBAL, so it should be removed from
dynloader/openbsd.h
Okay.
Btw., couldn't we replace dynloader/openbsd.h with something more like,
say, dynloader/sunos4.h and get rid of the BSD44_derived_dl*() functions?
AFAICT, the issue was that on earlier (Net|Free)BSD systems you needed to
prepend an '_' to the looked-up symbol, but I could not find any reference
to this in the OpenBSD documentation.
--
Peter Eisentraut peter_e@gmx.net http://funkturm.homeip.net/~peter
On Sat, 16 Jun 2001, Peter Eisentraut wrote:
Alex Pilosov writes:
OpenBSD lacks RTLD_GLOBAL, so it should be removed from
dynloader/openbsd.hOkay.
Btw., couldn't we replace dynloader/openbsd.h with something more like,
say, dynloader/sunos4.h and get rid of the BSD44_derived_dl*() functions?
AFAICT, the issue was that on earlier (Net|Free)BSD systems you needed to
prepend an '_' to the looked-up symbol, but I could not find any reference
to this in the OpenBSD documentation.
On OpenBSD, you still need to do that. I haven't checked Free yet, but I
think that's still true also.
-alex
Alex Pilosov writes:
OpenBSD lacks RTLD_GLOBAL, so it should be removed from
dynloader/openbsd.h
RTLD_GLOBAL removed. You better hope it acts like it by default, though.
--
Peter Eisentraut peter_e@gmx.net http://funkturm.homeip.net/~peter