Date: Mon, 7 Jun 93 09:50:05 EDT From: DJ Delorie To: u7711501 AT bicmos DOT ee DOT nctu DOT edu DOT tw Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: static variable initialization Hmmm... The new linker is supposed to handle those cases. There was a bug in the linker in that it wouldn't initialize the first (0-4K) of .bss that shared a page with .data, but I changed the linker to always start .bss on a page boundary so that go32 will always zero-fill it. This certainly counts as a bug. Please generate a small test case that shows this bug so I can use it to test future versions.