aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2001-10-08 09:46:24 -0700
committerRichard Henderson <rth@gcc.gnu.org>2001-10-08 09:46:24 -0700
commit6ba3b2142afa6dc34bc4946e3d147d768a5523b7 (patch)
tree1ef7f51a92bb7772d1a5442e68d47fb8473a35f9 /gcc/function.h
parent31ed8fea3d618377c79be11b05f41539df915cc4 (diff)
downloadgcc-6ba3b2142afa6dc34bc4946e3d147d768a5523b7.zip
gcc-6ba3b2142afa6dc34bc4946e3d147d768a5523b7.tar.gz
gcc-6ba3b2142afa6dc34bc4946e3d147d768a5523b7.tar.bz2
varasm.c (restore_varasm_status): New.
* varasm.c (restore_varasm_status): New. * function.h: Declare it. * function.c (pop_function_context_from): Call it. From-SVN: r46080
Diffstat (limited to 'gcc/function.h')
-rw-r--r--gcc/function.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h
index 8eeda3a..c441960 100644
--- a/gcc/function.h
+++ b/gcc/function.h
@@ -592,6 +592,7 @@ extern void free_after_parsing PARAMS ((struct function *));
extern void free_after_compilation PARAMS ((struct function *));
extern void init_varasm_status PARAMS ((struct function *));
+extern void restore_varasm_status PARAMS ((struct function *));
extern void free_varasm_status PARAMS ((struct function *));
extern void free_emit_status PARAMS ((struct function *));
extern void free_stmt_status PARAMS ((struct function *));