Go to file
Per Bothner 45b44fbed7 expr.c (process_jvm_instruction): Do load_type_state after JSR.
a
	* expr.c (process_jvm_instruction):  Do load_type_state after JSR.
	* verify.c (verify_jvm_instructions):  Fix off-by-one error.
	* jcf-write.c (CHECK_PUT):  Add (void) cast to avoid -Wall warnings.
	(localvar_alloc):  Change return type to void,
	(emit_unop):  Remove unused variable size.
	* jcf-write.c (struct jcf_block):  Add new union.
	(PENDING_CLEANUP_PC, PENDING_EXIT_PC, UNDEFINED_PC):  New macros.
	(call_cleanups):  New functions.
	(struct jcf_partial):  New fields num_finalizers and return_value_decl.
	(generate_bytecode_insns):  Support CLEANUP_POINT_EXPR and
	WITH_CLEANUP_EXPR.  Handle cleanups in RETURN_EXPR and EXIT_BLOCK_EXPR.
	* lang.c (lang_init):  Call using_eh_for_cleanups.
	* parse.y (java_complete_lhs):  For SYNCHRONIZED_EXPR, defer
	completing operands to patch_synchronized_statement.
	Support CLEANUP_POINT_EXPR, WITH_CLEANUP_EXPR.
	(patch_synchronized_statement): Re-write suing CLEANUP_POINT_EXPR and
	WITH_CLEANUP_EXPR instead of TRY_EXPR.

From-SVN: r24404
1998-12-23 02:46:39 -08:00
config
contrib
etc
gcc expr.c (process_jvm_instruction): Do load_type_state after JSR. 1998-12-23 02:46:39 -08:00
include demangle.h: Don't check IN_GCC anymore. 1998-12-14 06:55:07 +00:00
INSTALL
libchill
libf2c
libiberty Warning fixes: 1998-12-22 06:57:17 +00:00
libio
libobjc
libstdc++
texinfo
.cvsignore
ChangeLog * config.sub: Clean up handling of hppa2.0. 1998-12-22 16:23:33 -07:00
config-ml.in
config.guess * config.guess: Use C code to identify more HP machines. 1998-12-22 15:58:25 -07:00
config.if
config.sub * config.sub: Clean up handling of hppa2.0. 1998-12-22 16:23:33 -07:00
configure
configure.in
COPYING
COPYING.LIB
install-sh
ltconfig
ltmain.sh
MAINTAINERS Added myself to "Write after approval" section in MAINTAINERS. 1998-12-19 12:10:51 +00:00
Makefile.in
missing
mkinstalldirs
move-if-change
README
symlink-tree Initial revision 1997-08-21 18:57:35 -04:00
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.