This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Tidy up builtins.def and add fmod built-in.


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]