gcc/libjava
Tom Tromey 5940c2b7a7 resolve.cc (_Jv_PrepareClass): Round size up to alignment required by this object.
* resolve.cc (_Jv_PrepareClass): Round size up to alignment
	required by this object.  Search superclasses to find required
	alignment.
	(get_alignment_from_class): Use alignment of type as it appears
	in a struct.
	(ALIGNOF): New macro.
	(struct aligner): New helper structure.

From-SVN: r66008
2003-04-23 19:09:56 +00:00
..
2003-02-24 02:15:43 +00:00
2002-12-30 22:42:20 +00:00
2003-03-22 17:38:00 -08:00
2003-01-31 17:59:00 +00:00
2003-01-31 17:59:00 +00:00
2002-01-22 00:20:23 +00:00
2003-03-28 23:40:51 +00:00
2002-01-22 22:40:42 +00:00
2003-04-19 20:54:55 +00:00
2003-04-19 20:54:55 +00:00
2001-10-10 22:25:43 +00:00
2002-01-27 22:33:35 +00:00
2003-03-10 19:45:30 +00:00
2003-03-10 19:45:30 +00:00
2003-04-11 01:57:05 +00:00
2003-03-10 19:45:30 +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