diff options
author | Brian Jones <cbj@gnu.org> | 2001-11-28 04:27:33 +0000 |
---|---|---|
committer | Brian Jones <cbj@gnu.org> | 2001-11-28 04:27:33 +0000 |
commit | 5765f4b22ad064437fb85ef3727f980381a12494 (patch) | |
tree | 13f1a344e418b3cec7212e74a7f56d81caeb69c0 /resource | |
parent | a14894f3ee7860317bd2e5d1d74e9641c49cc91f (diff) | |
download | classpath-5765f4b22ad064437fb85ef3727f980381a12494.tar.gz |
* resource/orp-1.0.8.patch: new file
Diffstat (limited to 'resource')
-rw-r--r-- | resource/orp-1.0.8.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/resource/orp-1.0.8.patch b/resource/orp-1.0.8.patch new file mode 100644 index 000000000..3ff9c986e --- /dev/null +++ b/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]); |