Clarification on section variable attribute usage [try #2]

2007-12-10 Thread Franck Bui-Huu
[ example updated ] Hi, Since at least 3.4, the GCC manual says: Use the `section' attribute with an _initialized_ definition of a _global_ variable, as shown in the example. GCC issues a warning and otherwise ignores the `section' attribute in uninitialized variable declara

Clarification on section variable attribute usage

2007-12-04 Thread Franck Bui-Huu
Hi, Since at least 3.4, the GCC manual says: Use the `section' attribute with an _initialized_ definition of a _global_ variable, as shown in the example. GCC issues a warning and otherwise ignores the `section' attribute in uninitialized variable declarations. but this does