This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Control visibility for ELF DSO


Hi people,

is there a standard or gnu-ish way to control visibility of symbols
compiled by gfortran when building a (Linux) shared library?

What I know is that (thanks to Tobias' efforts) 4.5 will have a cool
dllexport/import feature, but there seems to be no equivalent to the
__attribute__ ((visibility("default"))) for Linux purposes, so I am
either missing something painfully obvious (e.g. an external tool like
dlltool with def-file for Windows), or this just does not exist. Which
one will it be?

TIA,
Dennis


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