diff options
Diffstat (limited to 'gcc/explow.c')
-rw-r--r-- | gcc/explow.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/explow.c b/gcc/explow.c index 874713f..358d7ca 100644 --- a/gcc/explow.c +++ b/gcc/explow.c @@ -32,6 +32,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "optabs.h" #include "hard-reg-set.h" #include "insn-config.h" +#include "ggc.h" #include "recog.h" static rtx break_out_memory_refs PARAMS ((rtx)); @@ -1416,6 +1417,7 @@ set_stack_check_libfunc (libfunc) rtx libfunc; { stack_check_libfunc = libfunc; + ggc_add_rtx_root (&stack_check_libfunc, 1); } /* Emit one stack probe at ADDRESS, an address within the stack. */ |