Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * builtins.c (java_builtins): Add acos, asin, ceil and floor. | sayle | 2004-04-30 | 1 | -2/+23 |
| | | | | | | | | | | (initialize_builtins): Likewise, define acos, asin, ceil and floor. * testsuite/libjava.lang/MathBuiltin.java: Add tests for acos, asin, ceil and floor. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81341 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
* | * builtins.c (define_builtin_type, builtin_types): Delete. | sayle | 2003-06-08 | 1 | -0/+70 |
(define_builtin): Rewritten to take just the built-in code, the function's name, type and fallback library function name. All built-ins used by Java are implicit and BUILT_IN_NORMAL. (initialize_builtins): Overhaul to define the GCC builtins used by gcj manually, providing the Java run-time's implementations as the fallback library function. * libjava.lang/MathBuiltin.java: New test case. * libjava.lang/MathBuiltin.out: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67632 138bc75d-0d04-0410-961f-82ee72b054a4 |