From: Richard Kenner Date: Wed, 12 Oct 1994 13:17:28 +0000 (-0400) Subject: (??hf2_libfunc): Add declarations, like ??sf2_libfunc. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=361f165377fe422717c6a5034343d02a04a472f7;p=gcc.git (??hf2_libfunc): Add declarations, like ??sf2_libfunc. From-SVN: r8260 --- diff --git a/gcc/expr.h b/gcc/expr.h index 3bb94907e1e..3a4a0afbe5d 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -372,6 +372,13 @@ extern rtx bcmp_libfunc; extern rtx memset_libfunc; extern rtx bzero_libfunc; +extern rtx eqhf2_libfunc; +extern rtx nehf2_libfunc; +extern rtx gthf2_libfunc; +extern rtx gehf2_libfunc; +extern rtx lthf2_libfunc; +extern rtx lehf2_libfunc; + extern rtx eqsf2_libfunc; extern rtx nesf2_libfunc; extern rtx gtsf2_libfunc;