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
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