Re: [PATCH] initdata and bss

2000-10-05 Thread Tigran Aivazian
On Thu, 5 Oct 2000, Roman Zippel wrote: > Hi, > > A few bss changes (to remove zero initialization) in test9 were not > completly correct. Init data must be initialized if you want that it gets > into the init section (it's also mentioned in the gcc documentation). > The following patch fixes wh

[PATCH] initdata and bss

2000-10-05 Thread Roman Zippel
Hi, A few bss changes (to remove zero initialization) in test9 were not completly correct. Init data must be initialized if you want that it gets into the init section (it's also mentioned in the gcc documentation). The following patch fixes what I was able to find with grep and also adds a note