Go to file
Per Bothner b635eb2fc0 parse.y (complete_loop_body): Rename to finish_loop_body.
d
	* parse.y (complete_loop_body):  Rename to finish_loop_body.
 	(complete_labeled_statement):  Rename to finish_labeled_statement.
	(complete_for_loop):  Rename to finish_for_loop.
	(complete_method_declaration):  Rename to finish_method_declaration.
	* java-tree.h (continue_identifier_node):  New global node.
	* decl.c:  Define and initialize continue_identifier_node.
	* parse.y (generate_labeled_block):  Remove - no longer needed.
	(build_loop_body):  Use continue_identifier_node for continue block.
	(finish_labeled_statement):  Also do pop_labeled_block actions.
	(java_complete_lhs):  POP_LOOP even if error.
	(build_labeled_block):  Special handling for continue_identifier_node.
	(patch_loop_statement):  Re-organize.
	(patch_bc_statement):  Re-write.

From-SVN: r26015
1999-03-27 08:05:24 -08:00
config mh-go32: Delete. 1999-03-17 16:19:59 -07:00
contrib egcs_update: Test return values of 'cvs update'. 1999-02-04 08:07:51 +00:00
etc
gcc parse.y (complete_loop_body): Rename to finish_loop_body. 1999-03-27 08:05:24 -08:00
include
INSTALL
libchill configure.in (AC_PREREQ): Update to 2.13. 1999-03-24 14:46:41 -07:00
libf2c configure.in (AC_PREREQ): Update to 2.13. 1999-03-24 14:46:18 -07:00
libiberty pexecute.c (__CYGWIN32__): Rename to 1999-03-10 17:32:50 -07:00
libio configure.in (EXEEXT): Define. 1999-03-24 14:44:23 -07:00
libobjc Explicitly specify the char arguments to __objc_code_char and __objc_code_char as being signed. 1999-03-26 23:44:04 +00:00
libstdc++ configure.in (EXEEXT): Define. 1999-03-24 14:44:48 -07:00
texinfo Makefile.in: Regen dependencies. 1999-02-24 01:03:01 +00:00
.cvsignore
ChangeLog mh-go32: Delete. 1999-03-17 16:19:59 -07:00
config-ml.in
config.guess config.sub: Add i386-uwin support. 1999-03-10 17:20:22 -07:00
config.if
config.sub config.sub: Add i386-uwin support. 1999-03-10 17:20:22 -07:00
configure
configure.in mh-go32: Delete. 1999-03-17 16:19:59 -07:00
COPYING
COPYING.LIB
install-sh
ltconfig
ltmain.sh
MAINTAINERS Added John Wehle. 1999-03-25 21:11:47 +00:00
Makefile.in Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR) only if it is not empty. 1999-02-16 17:40:16 -07:00
missing
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.