diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-07-23 19:58:32 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-07-23 19:58:32 +0000 |
commit | 037a52285fe7424ffa9f92aca8684ea3fab4c5a6 (patch) | |
tree | 1c0bd0746f99e312b8963dffdd68f8232301c95b /gcc/expr.h | |
parent | f2c2bfe66cef301ae9cd131c27c16c946a416418 (diff) | |
download | gcc-037a52285fe7424ffa9f92aca8684ea3fab4c5a6.tar.gz |
install EH code
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12548 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/expr.h')
-rw-r--r-- | gcc/expr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/expr.h b/gcc/expr.h index f6a9247b30b..c5200e8eba8 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; |