wrong initialized global variable (in the wrong section: .bss instead of .data)

Alan Modra amodra@bigpond.net.au
Thu Feb 10 04:25:00 GMT 2005


On Wed, Feb 09, 2005 at 12:26:53PM -0800, Virgil Anuichi wrote:
> Right now all my initialized global variables end up
> in the .bss section, which is wrong.

Is the initialization zero?  gcc -fno-zero-initialized-in-bss

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre



More information about the Binutils mailing list