summaryrefslogtreecommitdiff
path: root/gcc/cfglayout.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cfglayout.h')
-rw-r--r--gcc/cfglayout.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/cfglayout.h b/gcc/cfglayout.h
index 4bc1e6759c8..e2c00ad2ab3 100644
--- a/gcc/cfglayout.h
+++ b/gcc/cfglayout.h
@@ -23,7 +23,8 @@
#include "basic-block.h"
-extern rtx cfg_layout_function_footer;
+extern GTY(()) rtx cfg_layout_function_footer;
+extern GTY(()) rtx cfg_layout_function_header;
extern void cfg_layout_initialize (unsigned int);
extern void cfg_layout_finalize (void);