On Mon, May 28, 2007 at 11:56:27AM -0700, Matthew Dillon wrote: > > :Yup, adding back the static and removing the initialiser also fixed the > :problem. > : > :So my fault for building with GCC 4, contrary to the instructions. :-) > : > :It's the only problem I've found so far, though (apart from a barrel > :load of warnings!). > : > :-- > :David Murray > > Ok. Two birds with one stone then... I've removed the unneeded > static initialization in HEAD.
But a question remains: why the asm code can't see a static variable with initializer only when it's compiled with GCC4.1? Cheers.
