gcc/libjava
Martin Kahlert c66b9fd97e jni.cc (_Jv_JNI_AttachCurrentThread): env->locals assigned correctly.
2002-02-13  Martin Kahlert  <martin.kahlert@infineon.com>

	* jni.cc (_Jv_JNI_AttachCurrentThread): env->locals assigned
	correctly.

From-SVN: r49737
2002-02-13 17:34:52 +00:00
..
doc
gcj
gnu
include win32.h: Added _Jv_platform_gettimeofday. 2002-02-12 02:25:07 +00:00
java natFilePosix.cc: Copied this from natFile.cc. 2002-02-12 05:52:33 +00:00
javax
libltdl
org
scripts
sysdep
testsuite For PR java/5641: 2002-02-11 00:18:52 +00:00
acconfig.h
acinclude.m4
aclocal.m4
addr2name.awk
boehm.cc boehm.cc (initialized, [...]): Removed unused declarations. 2002-02-12 04:14:52 +00:00
ChangeLog jni.cc (_Jv_JNI_AttachCurrentThread): env->locals assigned correctly. 2002-02-13 17:34:52 +00:00
ChangeLog-1999
ChangeLog-2001
chartables.pl
configure natFilePosix.cc: Copied this from natFile.cc. 2002-02-12 05:52:33 +00:00
configure.host Add xscale-elf support 2002-02-08 14:46:36 +00:00
configure.in natFilePosix.cc: Copied this from natFile.cc. 2002-02-12 05:52:33 +00:00
COPYING
defineclass.cc
exception.cc * exception.cc (std::abort): Mark as noreturn. 2002-02-13 00:29:42 +00:00
gij.cc
HACKING
interpret.cc interpret.cc (continue1): Use PUSHL, not PUSHI. 2002-02-10 18:32:48 +00:00
jni.cc jni.cc (_Jv_JNI_AttachCurrentThread): env->locals assigned correctly. 2002-02-13 17:34:52 +00:00
LIBGCJ_LICENSE
libgcj-test.spec.in
libgcj.spec.in
libtool-version
Makefile.am
Makefile.in
mauve-libgcj
name-finder.cc
NEWS
no-threads.cc
nogc.cc
posix-threads.cc
posix.cc
prims.cc
README
resolve.cc
THANKS
verify.cc re PR libgcj/5671 (verify.cc problem merging local variables) 2002-02-13 17:12:27 +00:00
win32-threads.cc
win32.cc win32.cc: Added two #includes to make win32.cc compile. 2002-02-12 04:35:32 +00:00

This is libgcj: the runtime library for gcj, the GNU Compiler for Java. 
libgcj provides a partial implementation of the Java Class Libraries.

libgcj is free software.  See the file LIBGCJ_LICENSE for copying permission.


DOCUMENTATION
=============

All documentation, including detailed installation and usage instructions,
can be found on the gcj web pages at this URL:

		http://gcc.gnu.org/java/


REQUIREMENTS
============

libgcj must be built with a compatible version of the gcc compiler. libgcj
releases are usually numbered according to their corresponding gcc release.
For example, if this is "libgcj 2.95.3", you need to build it using "gcc
2.95.3".


QUICK INSTALLATION
==================

  > mkdir build
  > cd build
  > ../libgcj/configure --enable-threads=<THREADS_TYPE> --prefix=<DIR>
  > make
  > make install

where:

<THREADS_TYPE> specifies the threads library to be used by libgcj. Currently 
the possible values are "posix" and "none". This value must be the same as
the value used when configuring gcc itself.

<DIR> specifies the installation directory. This should be the same location 
as where gcc is installed.

Consult the gcj web pages for additional "configure" arguments.

NOTE: libgcj can not be built in the same directory as `configure'. You must 
create a separate build directory. 


BUGS
====

Please submit bug reports via this URL:

	http://gcc.gnu.org/cgi-bin/gnatsweb.pl?database=gcc