This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] Tidy up builtins.def and add fmod built-in.
- From: Richard Henderson <rth at redhat dot com>
- To: Roger Sayle <roger at www dot eyesopen dot com>
- Cc: gcc-patches at gcc dot gnu dot org, java at gcc dot gnu dot org
- Date: Tue, 25 Feb 2003 14:45:48 -0800
- Subject: Re: [PATCH] Tidy up builtins.def and add fmod built-in.
- References: <Pine.LNX.4.44.0302221545380.4981-100000@www.eyesopen.com>
On Sat, Feb 22, 2003 at 04:19:50PM -0700, Roger Sayle wrote:
> * builtins.def (DEF_LIB_ALWAYS_BUILTIN, DEF_UNUSED_BUILTIN): Delete.
> (abs, labs, fabs, fabsf, fabsl, abort, exit, _exit, _Exit): Use
> the appropriate macro to define built-in function.
> (fmod,fmodf,fmodl): New built-in functions.
>
> * doc/extend.texi (fmod,fmodf,fmodl): Document new built-ins.
>
> * java/decl.c (java_init_decl_processing): Get soft_fmod_node from
> built_in_decls[BUILT_IN_FMOD] rather than define it ourselves.
Ok.
r~