aboutsummaryrefslogtreecommitdiff
path: root/gcc/langhooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/langhooks.h')
-rw-r--r--gcc/langhooks.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/langhooks.h b/gcc/langhooks.h
index cfaee62..c89cd09 100644
--- a/gcc/langhooks.h
+++ b/gcc/langhooks.h
@@ -512,6 +512,10 @@ struct lang_hooks
gimplification. */
bool deep_unsharing;
+ /* True if this language may use custom descriptors for nested functions
+ instead of trampolines. */
+ bool custom_function_descriptors;
+
/* Run all lang-specific selftests. */
void (*run_lang_selftests) (void);