This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: sh-unknown-linux-gnu (Support of no fdiv for integer division)
- To: gniibe at m17n dot org (NIIBE Yutaka)
- Subject: Re: sh-unknown-linux-gnu (Support of no fdiv for integer division)
- From: Joern Rennecke <amylaar at onetel dot net dot uk>
- Date: Fri, 12 Oct 2001 12:15:41 +0100 (BST)
- Cc: gcc-patches at gcc dot gnu dot org, aoliva at redhat dot com (Alexandre Oliva), amylaar at onetel dot net dot uk (Joern Rennecke), Stephen dot Clarke at st dot com (Stephen Clarke), kkojima at rr dot iij4u dot or dot jp
> 2001-10-12 NIIBE Yutaka <gniibe@m17n.org>
>
> * config/sh/sh.md (udivsi3_i1, udivsi3, divsi3_i1, divsi3):
> Handle the case of TARGET_NO_IMPLICIT_FP.
>
> * config/sh/sh.h (NO_IMPLICIT_FP_BIT): New flag.
> (TARGET_NO_IMPLICIT_FP): Added.
> (TARGET_SWITCHES): Add no-implicit-fp switch.
>
> * doc/invoke.texi (SH Options): Add descriopton of -mno-implicit-fp.
typo here ^
Otherwise, it's OK.