Subject: Re: dlopen and C++ (NetBSD 1.4.x)
To: Martin Husemann <martin@rumolt.teuto.de>
From: Bill Studenmund <wrstuden@zembu.com>
List: tech-toolchain
Date: 08/09/2000 12:04:05
On Fri, 28 Jul 2000, Martin Husemann wrote:

> So: check for the underscores (is there a "portable" way to do this besides
> autoconf?) and ignore the RSS relocations.

Christos posted one. Another would be to include sys/cdefs.h, and use the
_C_LABEL() macro, which adds a "_" on a.out and not on ELF. :-)

Take care,

Bill