aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorMike Stump <mrs@gcc.gnu.org>1996-07-23 19:58:32 +0000
committerMike Stump <mrs@gcc.gnu.org>1996-07-23 19:58:32 +0000
commit3d1953912dca5809d9e37fccd9ee606d5b637dc4 (patch)
tree1c0bd0746f99e312b8963dffdd68f8232301c95b /gcc/expr.h
parent84f414bc1f23881578336f4758a00538711f1bbc (diff)
downloadgcc-3d1953912dca5809d9e37fccd9ee606d5b637dc4.zip
gcc-3d1953912dca5809d9e37fccd9ee606d5b637dc4.tar.gz
gcc-3d1953912dca5809d9e37fccd9ee606d5b637dc4.tar.bz2
install EH code
From-SVN: r12548
Diffstat (limited to 'gcc/expr.h')
-rw-r--r--gcc/expr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index f6a9247..c5200e8 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -358,6 +358,8 @@ extern rtx bcmp_libfunc;
extern rtx memset_libfunc;
extern rtx bzero_libfunc;
+extern rtx throw_libfunc;
+
extern rtx eqhf2_libfunc;
extern rtx nehf2_libfunc;
extern rtx gthf2_libfunc;