Go to file
Per Bothner fa029f453a re PR java/1208 (Gcj can't compile a class file it generates.)
e
	* verify.c (verify_jvm_instructions):  Replace 3 pop_type by POP_TYPE
	macro for better error pin-pointing.
	* java-tree.h:  Fix typo in comment.

	* jcf-write.c (generate_bytecode_insns):  Changes to TRY_FINALLY_EXPR.
	Don't include jsr/goto in exception range.
	Check if start and end of exception range are the same (also TRY_EXPR).
	Don't emit jsr after try_block if CAN_COMPLETE_NORMALLY is false.
	However, do emit the following goto even if try_block is empty.
	Defer freeing exception_decl until after the finalizer, to make
	sure the local isn't reused in the finalizer.  Fixes PR java/1208.

	* parse.y (java_complete_lhs):  If the try-clause is empty, just
	return the finally-clause and vice versa.

From-SVN: r40801
2001-03-23 17:13:30 -08:00
boehm-gc * Makefile.am (gctest_LDFLAGS): Use -shared-libgcc. 2001-03-22 19:03:01 +00:00
config
contrib
fastjar
gcc re PR java/1208 (Gcj can't compile a class file it generates.) 2001-03-23 17:13:30 -08:00
include demangle.h (enum gnu_v3_constructor_kinds, [...]): New declarations. 2001-03-21 14:37:53 -05:00
INSTALL
libchill
libf2c Daily bump. 2001-03-23 08:16:08 +00:00
libffi Makefile.in: Rebuilt. 2001-03-23 01:26:33 +00:00
libiberty mangle.c (write_discriminator): Use _0' for discriminator 1, not _'. 2001-03-23 23:12:55 +01:00
libjava natDouble.cc (parseDouble): Cannot use errno to check for errors... 2001-03-23 16:59:57 -08:00
libobjc * encoding.c (REAL_TYPE): Define. 2001-03-21 09:46:20 +00:00
libstdc++-v3 ostream.tcc: Use __builtin_alloca. 2001-03-23 20:29:14 +00:00
maintainer-scripts update_web_docs_libstdcxx: New script. 2001-03-19 01:40:04 +00:00
zlib
.cvsignore
ChangeLog Makefile.in (DO_X): Do not backslash single-quotes in backquotes (two places). 2001-03-23 18:59:17 -05:00
config-ml.in * config-ml.in: Handle GCJ and GCJFLAGS. 2001-03-21 23:55:58 +00:00
config.guess
config.if
config.sub
configure
configure.in
COPYING
COPYING.LIB
install-sh
libtool.m4 ltconfig, [...]: Upgraded to libtool 1.4a 1.641.2.198. 2001-03-22 06:48:32 +00:00
ltcf-c.sh ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. 2001-03-22 18:13:39 +00:00
ltcf-cxx.sh ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. 2001-03-22 18:13:39 +00:00
ltcf-gcj.sh ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. 2001-03-22 18:13:39 +00:00
ltconfig ltconfig, [...]: Upgraded to libtool 1.4a 1.641.2.198. 2001-03-22 06:48:32 +00:00
ltmain.sh ltconfig, [...]: Upgraded to libtool 1.4a 1.641.2.198. 2001-03-22 06:48:32 +00:00
MAINTAINERS * MAINTAINERS: Add myself as "documentation co-maintainer". 2001-03-22 14:27:11 +00:00
Makefile.in Makefile.in (DO_X): Do not backslash single-quotes in backquotes (two places). 2001-03-23 18:59:17 -05:00
missing
mkdep
mkinstalldirs
move-if-change
README
symlink-tree
ylwrap

		   README for GNU development tools

This directory contains various GNU compilers, assemblers, linkers, 
debuggers, etc., plus their support routines, definitions, and documentation.


Check the INSTALL directory for detailed configuration and installation
instructions.


Much of the code and documentation enclosed is copyright by
the Free Software Foundation, Inc.  See the file COPYING or
COPYING.LIB in the various directories, for a description of the
GNU General Public License terms under which you can copy the files.

REPORTING BUGS: Again, see gdb/README, binutils/README, etc., for info
on where and how to report problems.