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 e86ba21..d43ea56 100644 --- a/gcc/target.h +++ b/gcc/target.h @@ -113,6 +113,9 @@ struct gcc_target /* Output code that will globalize a label. */ void (* globalize_label) (FILE *, const char *); + /* Output code that will globalise a declaration. */ + void (* globalize_decl_name) (FILE *, tree); + /* Output code that will emit a label for unwind info, if this target requires such labels. Second argument is the decl the unwind info is associated with, third is a boolean: true if |