On Thu, 25 Oct 2007, Sam Ravnborg wrote: > So we can avoid this if we invent a __constinitdata tag that uses > a new section? That would do. > I ask mainly to understand this error - not that I am that found > of the idea. Somebody wants to mix up read-only and read/write data in the same section and GCC quite legitimately complains about it. You cannot have both at a time. Maciej