GCC alwayszero function attribute

From CDOT Wiki
Revision as of 23:28, 24 September 2009 by Egmetcalfe (talk | contribs)
Jump to: navigation, search

This is a temporary page for initial thoughts on the project.

Attempt at identifying attribute implementation

langhooks.h (line 363)

 /* Pointers to machine-independent attribute tables, for front ends
    using attribs.c.  If one is NULL, it is ignored.  Respectively, a
    table of attributes specific to the language, a table of
    attributes common to two or more languages (to allow easy
    sharing), and a table of attributes for checking formats.  */
 const struct attribute_spec *attribute_table;
 const struct attribute_spec *common_attribute_table;
 const struct attribute_spec *format_attribute_table;

langhooks-def.h (line 261)

 LANG_HOOKS_ATTRIBUTE_TABLE, \
 LANG_HOOKS_COMMON_ATTRIBUTE_TABLE, \
 LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE, \