diff options
Diffstat (limited to 'gcc/target.h')
-rw-r--r-- | gcc/target.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/target.h b/gcc/target.h index 45143abb3de..20714c9e0d8 100644 --- a/gcc/target.h +++ b/gcc/target.h @@ -87,6 +87,9 @@ struct gcc_target /* Assign default attributes to the newly defined TYPE. */ void (* set_default_type_attributes) PARAMS ((tree type)); + + /* Insert attributes on the newly created DECL. */ + void (* insert_attributes) PARAMS ((tree decl, tree *attributes)); }; extern struct gcc_target targetm; |