diff options
author | Andrew Haley <aph@redhat.com> | 2016-09-30 16:24:48 +0000 |
---|---|---|
committer | Andrew Haley <aph@gcc.gnu.org> | 2016-09-30 16:24:48 +0000 |
commit | 07b78716af6a9d7c9fd1e94d9baf94a52c873947 (patch) | |
tree | 3f22b3241c513ad168c8353805614ae1249410f4 /libjava/gnu/java/math/MPN.h | |
parent | eae993948bae8b788c53772bcb9217c063716f93 (diff) | |
download | gcc-07b78716af6a9d7c9fd1e94d9baf94a52c873947.zip gcc-07b78716af6a9d7c9fd1e94d9baf94a52c873947.tar.gz gcc-07b78716af6a9d7c9fd1e94d9baf94a52c873947.tar.bz2 |
Makefile.def: Remove libjava.
2016-09-30 Andrew Haley <aph@redhat.com>
* Makefile.def: Remove libjava.
* Makefile.tpl: Likewise.
* Makefile.in: Regenerate.
* configure.ac: Likewise.
* configure: Likewise.
* gcc/java: Remove.
* libjava: Likewise.
From-SVN: r240662
Diffstat (limited to 'libjava/gnu/java/math/MPN.h')
-rw-r--r-- | libjava/gnu/java/math/MPN.h | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/libjava/gnu/java/math/MPN.h b/libjava/gnu/java/math/MPN.h deleted file mode 100644 index 50289ab..0000000 --- a/libjava/gnu/java/math/MPN.h +++ /dev/null @@ -1,57 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __gnu_java_math_MPN__ -#define __gnu_java_math_MPN__ - -#pragma interface - -#include <java/lang/Object.h> -#include <gcj/array.h> - -extern "Java" -{ - namespace gnu - { - namespace java - { - namespace math - { - class MPN; - } - } - } -} - -class gnu::java::math::MPN : public ::java::lang::Object -{ - -public: - MPN(); - static jint add_1(JArray< jint > *, JArray< jint > *, jint, jint); - static jint add_n(JArray< jint > *, JArray< jint > *, JArray< jint > *, jint); - static jint sub_n(JArray< jint > *, JArray< jint > *, JArray< jint > *, jint); - static jint mul_1(JArray< jint > *, JArray< jint > *, jint, jint); - static void mul(JArray< jint > *, JArray< jint > *, jint, JArray< jint > *, jint); - static jlong udiv_qrnnd(jlong, jint); - static jint divmod_1(JArray< jint > *, JArray< jint > *, jint, jint); - static jint submul_1(JArray< jint > *, jint, JArray< jint > *, jint, jint); - static void divide(JArray< jint > *, jint, JArray< jint > *, jint); - static jint chars_per_word(jint); - static jint count_leading_zeros(jint); - static jint set_str(JArray< jint > *, JArray< jbyte > *, jint, jint); - static jint cmp(JArray< jint > *, JArray< jint > *, jint); - static jint cmp(JArray< jint > *, jint, JArray< jint > *, jint); - static jint rshift(JArray< jint > *, JArray< jint > *, jint, jint, jint); - static void rshift0(JArray< jint > *, JArray< jint > *, jint, jint, jint); - static jlong rshift_long(JArray< jint > *, jint, jint); - static jint lshift(JArray< jint > *, jint, JArray< jint > *, jint, jint); - static jint findLowestBit(jint); - static jint findLowestBit(JArray< jint > *); - static jint gcd(JArray< jint > *, JArray< jint > *, jint); - static jint intLength(jint); - static jint intLength(JArray< jint > *, jint); - static ::java::lang::Class class$; -}; - -#endif // __gnu_java_math_MPN__ |