This is the mail archive of the gcc@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: Can we speed up the gcc_target structure?


On Mon, Jan 19, 2004 at 12:27:01AM +0100, Jan Hubicka wrote:
> I think that at least glibc has special marker for each external symbol
> so it is not concern there.

No.  glibc has some markers for internal symbols which are not static
(__attribute__((visibility ("hidden"))) ).
But in the end what is really exported is controlled by the linker version
script.

	Jakub


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