Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
eddad872
Commit
eddad872
authored
Mar 28, 2000
by
Bryce McKinlay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Forgot to commit this earlier.
From-SVN: r32775
parent
28b98868
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
libjava/Makefile.in
+5
-0
No files found.
libjava/Makefile.in
View file @
eddad872
...
@@ -1635,9 +1635,14 @@ java/lang/Thread.h: java/lang/Thread.class libgcj.zip
...
@@ -1635,9 +1635,14 @@ java/lang/Thread.h: java/lang/Thread.class libgcj.zip
$(GCJH)
-classpath
$(top_builddir)
\
$(GCJH)
-classpath
$(top_builddir)
\
-prepend
'class _Jv_JNIEnv;'
\
-prepend
'class _Jv_JNIEnv;'
\
-prepend
'extern "Java" { namespace gnu { namespace gcj { namespace jni { class NativeThread; } } } };'
\
-prepend
'extern "Java" { namespace gnu { namespace gcj { namespace jni { class NativeThread; } } } };'
\
-prepend
'#define _JV_NOT_OWNER 1'
\
-prepend
'#define _JV_INTERRUPTED 2'
\
-friend
'_Jv_JNIEnv * _Jv_GetCurrentJNIEnv ();'
\
-friend
'_Jv_JNIEnv * _Jv_GetCurrentJNIEnv ();'
\
-friend
'void _Jv_SetCurrentJNIEnv (_Jv_JNIEnv *env);'
\
-friend
'void _Jv_SetCurrentJNIEnv (_Jv_JNIEnv *env);'
\
-friend
'class gnu::gcj::jni::NativeThread;'
\
-friend
'class gnu::gcj::jni::NativeThread;'
\
-friend
'int _Jv_CondWait (_Jv_ConditionVariable_t *cv, _Jv_Mutex_t *mu, jlong millis, jint nanos);'
\
-friend
'int _Jv_CondNotify (_Jv_ConditionVariable_t *cv, _Jv_Mutex_t *mu);'
\
-friend
'void _Jv_ThreadInterrupt (_Jv_Thread_t *data);'
\
$
(
basename
$<
)
$
(
basename
$<
)
java/lang/String.h
:
java/lang/String.class libgcj.zip
java/lang/String.h
:
java/lang/String.class libgcj.zip
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment