gcc/libjava
Andrew Haley f005dd79c5 i386-signal.h: Rewrite to use rt_sigaction.
2007-01-12  Andrew Haley  <aph@redhat.com>

        * include/i386-signal.h: Rewrite to use rt_sigaction.

From-SVN: r120721
2007-01-12 12:30:56 +00:00
..
classpath *.h: New files. 2007-01-11 00:15:27 +00:00
gcj Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
gnu *.h: New files. 2007-01-11 00:15:27 +00:00
include i386-signal.h: Rewrite to use rt_sigaction. 2007-01-12 12:30:56 +00:00
java natDouble.cc (toString): Added parens. 2007-01-10 22:56:20 +00:00
javax Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
libltdl Makefile.am: remove @X_CFLAGS@ from AM_CXXFLAGS... 2006-12-18 15:00:00 +00:00
org Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
scripts Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
sun Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
sysdep re PR libgcj/30424 (revision 120632 failed to build on ia64) 2007-01-10 09:50:40 -08:00
testsuite Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
COPYING
ChangeLog i386-signal.h: Rewrite to use rt_sigaction. 2007-01-12 12:30:56 +00:00
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
HACKING * HACKING: Various updates. 2007-01-10 23:44:46 +00:00
LIBGCJ_LICENSE
Makefile.am Makefile.am (install-exec-hook): Support $(DESTDIR). 2007-01-10 14:31:06 +00:00
Makefile.in URL.java: Removed. 2007-01-10 16:55:10 +00:00
NEWS
README
THANKS
aclocal.m4 re PR target/26792 (need to use autoconf when using newly-added libgcc functions) 2006-09-27 21:24:23 +00:00
addr2name.awk
boehm.cc Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
configure Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
configure.ac Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
configure.host configure.ac: Don't use darwin-signal.h as signal handler for Darwin/i386. 2006-09-21 23:50:50 +00:00
darwin.cc
defineclass.cc Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
exception.cc re PR target/26792 (need to use autoconf when using newly-added libgcc functions) 2006-09-27 21:24:23 +00:00
gij.cc makemake.tcl (emit_bc_rule): Do not skip gnu-java-awt-peer-qt.lo. 2006-06-07 21:46:24 +00:00
headers.txt Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
interpret-run.cc java-insns.h (enum java_code): Add op_breakpoint. 2006-10-14 20:11:12 +00:00
interpret.cc Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
jni-libjvm.cc Makefile.am (AM_CXXFLAGS): Define GCJ_VERSIONED_LIBDIR to "$(dbexecdir)". 2006-06-20 19:25:32 +00:00
jni.cc register2.java: New file. 2006-10-18 23:17:04 +00:00
jvmti.cc jvmti.cc (_Jv_JVMTI_GetLineNumberTable): New function. 2006-11-02 16:59:04 +00:00
libgcj-test.spec.in
libgcj.pc.in
libgcj.spec.in jvspec.c (lang_specific_driver): Add -s-bc-abi when needed. 2006-08-17 01:03:21 +00:00
libgcj_bc.c re PR libgcj/28698 ([gcj] libgcj-bc only used when building shared libs, not executables) 2006-08-31 17:23:57 +00:00
libtool-version * libtool-version: Updated. 2006-08-17 01:57:55 +00:00
link.cc natDouble.cc (toString): Added parens. 2007-01-10 22:56:20 +00:00
mauve-libgcj
mingwld.m4
no-threads.cc
nogc.cc no-gc.h (_Jv_SuspendThread): Declare. 2006-06-26 16:31:06 +00:00
pkg.m4
posix-threads.cc Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
posix.cc posix.cc (_Jv_platform_nanotime): Return nanoseconds, not microseconds; use gettimeofday when available. 2006-09-14 01:17:31 +00:00
prims.cc 2007-01-11 Andrew Haley <aph@redhat.com> 2007-01-11 13:54:49 +00:00
shlibpath.m4 configure: Rebuilt. 2006-09-18 18:34:56 +00:00
sources.am URL.java: Removed. 2007-01-10 16:55:10 +00:00
stacktrace.cc Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
standard.omit.in Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
verify.cc java-insns.h (enum java_code): Add op_breakpoint. 2006-10-14 20:11:12 +00:00
win32-threads.cc Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
win32.cc libgcj.spec.in: Use THREADSTARTFILESPEC to affect the spec for startfile. 2006-07-05 02:15:51 +00:00

README

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/

BUGS
====

Please submit bug reports via this URL:

	http://gcc.gnu.org/bugzilla