Re: _GLOBAL_ query

2006-03-16 Thread Manfred Hollstein
Hi there, On Thu, 16 Mar 2006, 11:35:56 +0100, Inder wrote: > Hi All > > I have a query regarding __GLOBAL_ prefixed symbols. > while compiling the testcase given below produces > a symbol '_GLOBAL__I_main', which according to the defination of > static global initiallization should be a global

_GLOBAL_ query

2006-03-16 Thread Inder
Hi All I have a query regarding __GLOBAL_ prefixed symbols. while compiling the testcase given below produces a symbol '_GLOBAL__I_main', which according to the defination of static global initiallization should be a global symbol. But gcc makes it a local symbols. can anyone explain the reason