Hi,

i want to use sparse to put out a list of symbols, which are declared with 
__attribute__((section(<sectionname>))),
where <sectionname> maybe either ".gio" or ".lio".

E.g.:
__attribute__((__section__(".gio"))) int gInt;

In 0.3 are several extensions to parse attributes, but it seems that 
<sectionname> isn't stored anywhere.
Is it possible to get <sectionname>? 

If there is no way to get <sectionname> in the actual implementation, i 
think of an extension in struct ctype.
Any comments?
Would this be useful for someone else?

Best regards
Thomas
-
To unsubscribe from this list: send the line "unsubscribe linux-sparse" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to