Project

General

Profile

« Previous | Next » 

Revision 96cd73d7

Added by nobu (Nobuyoshi Nakada) almost 2 years ago

Ignore symbols even in empty shared library

On some platforms, such as FreeBSD and Oracle Linux, symbols defined
in the crt0 setup routine are exported from shared libraries. So
ignore the symbols that would be exported even in an empty shared
library.