diff options
Diffstat (limited to 'libjava/classpath/resource/orp-1.0.8.patch')
-rw-r--r-- | libjava/classpath/resource/orp-1.0.8.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libjava/classpath/resource/orp-1.0.8.patch b/libjava/classpath/resource/orp-1.0.8.patch new file mode 100644 index 0000000..3ff9c98 --- /dev/null +++ b/libjava/classpath/resource/orp-1.0.8.patch @@ -0,0 +1,19 @@ +diff -uNr orp.orig/base_natives/gnu_classpath/gnu_specific.cpp orp/base_natives/gnu_classpath/gnu_specific.cpp +--- orp.orig/base_natives/gnu_classpath/gnu_specific.cpp Fri Nov 16 04:14:38 2001 ++++ orp/base_natives/gnu_classpath/gnu_specific.cpp Tue Nov 27 23:19:42 2001 +@@ -298,7 +298,6 @@ + //libpath.length != 0; but it's ok in reality without libpath, for + //system can lookup needed libs in default pathes. + +- "java/lang/Runtime.loadLibrary(Ljava/lang/String;)V", + #endif + + //GNU Classpath has intern, we keep it here for efficiency +@@ -310,6 +309,7 @@ + + #endif //NON_ORP_NATIVE_LIBS + ++ "java/lang/Runtime.loadLibrary(Ljava/lang/String;)V", + }; //methods_with_native_impl + + static int num_methods_with_native_impl = sizeof(methods_with_native_impl) / sizeof(methods_with_native_impl[0]); |