This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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]

Re: ideal visibility setting?


Jay K <jay.krell@cornell.edu> writes:

> What I would like is..basically the NT model, but without __declspec(dllimport)
> ÂÂÂ which is "just" an optimization for functions, but, granted,
> ÂÂÂ more than that for data.
> Â I promise not to import/export data.
> Â I want all symbols, for codegen purposes, to be default assumed to be
> ÂÂÂ neither exported nor imported. I want to reference functions directly.
> ÂÂÂ No GOT or PLT references in the "main" code.
> ÂÂÂ No "interposition".

See the -fvisibility-ms-compat option.

Ian


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