Re: ideal visibility setting?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Jay K <jay.krell@xxxxxxxxxxx> 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 of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux