diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-05 17:10:17 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-05 17:10:17 +0000 |
| commit | 4e011229e1560aceaaff8a6ca78e8631eb99ecf9 (patch) | |
| tree | c89f77d2e71dcc6b46200c0b2a3884e35393738b /libjava/Makefile.am | |
| parent | 6742819489f97c27531742eeccf04f5249bcf961 (diff) | |
| download | ppe42-gcc-4e011229e1560aceaaff8a6ca78e8631eb99ecf9.tar.gz ppe42-gcc-4e011229e1560aceaaff8a6ca78e8631eb99ecf9.zip | |
* java/lang/natThread.cc (stop): Removed argument name.
* java/lang/ThreadGroup.java (ThreadGroup(int)): No longer
`private'; now has default access.
* Makefile.in: Rebuilt.
* Makefile.am (java/lang/ThreadGroup.h): Removed.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30417 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/Makefile.am')
| -rw-r--r-- | libjava/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libjava/Makefile.am b/libjava/Makefile.am index e8641980985..57476d4beaf 100644 --- a/libjava/Makefile.am +++ b/libjava/Makefile.am @@ -215,14 +215,6 @@ java/lang/FirstThread.h: java/lang/FirstThread.class libgcj.zip -friend 'void _Jv_RunMain (const char*, int, const char **);' \ $(basename $<) -## ThreadGroup has a special constructor that is used when creating -## the first ThreadGroup. We need to expose this to the main program. -java/lang/ThreadGroup.h: java/lang/ThreadGroup.class libgcj.zip - $(GCJH) -classpath $(top_builddir) \ - -friend 'void JvRunMain (jclass, int, const char **);' \ - -friend 'void _Jv_RunMain (const char*, int, const char **);' \ - $(basename $<) - java/lang/String.h: java/lang/String.class libgcj.zip $(GCJH) -classpath $(top_builddir) \ -friend 'jchar* _Jv_GetStringChars (jstring str);' \ |

