From: Kaveh R. Ghazi Date: Wed, 21 Aug 2002 02:34:28 +0000 (+0000) Subject: * dsp16xx.h (dsp16xx_umulhi3_libcall): Delete. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f8f28a755cc2a489d56a7affb95b2671b08fa8b8;p=gcc.git * dsp16xx.h (dsp16xx_umulhi3_libcall): Delete. From-SVN: r56477 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 00e4f4293e3..578f4a0d8b9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-08-20 Kaveh R. Ghazi + + * dsp16xx.h (dsp16xx_umulhi3_libcall): Delete. + 2002-08-20 Devang Patel * tree.c (get_qualified_type): Add TYPE_CONTEXT check. diff --git a/gcc/config/dsp16xx/dsp16xx.h b/gcc/config/dsp16xx/dsp16xx.h index c2fddf2706f..345629ad70b 100644 --- a/gcc/config/dsp16xx/dsp16xx.h +++ b/gcc/config/dsp16xx/dsp16xx.h @@ -41,7 +41,6 @@ extern GTY(()) rtx dsp16xx_cmphf3_libcall; extern GTY(()) rtx dsp16xx_fixhfhi2_libcall; extern GTY(()) rtx dsp16xx_floathihf2_libcall; extern GTY(()) rtx dsp16xx_neghf2_libcall; -extern GTY(()) rtx dsp16xx_umulhi3_libcall; extern GTY(()) rtx dsp16xx_mulhi3_libcall; extern GTY(()) rtx dsp16xx_udivqi3_libcall; extern GTY(()) rtx dsp16xx_udivhi3_libcall;