Go to file
Mark Mitchell f54a7f6fe2 except.h (struct eh_queue): Add `next' pointer.
* except.h (struct eh_queue): Add `next' pointer.
	(struct eh_status): Make x_ehqueue a pointer.
	(push_ehqueue):  Declare.
	(pop_ehqueue): Likewise.
	* except.c (expand_eh_region_end): Adjust now that ehqueue is a
	pointer.
	(expand_fixup_region_end): Likewise.
	(expand_leftover_cleanups): Likewise.
	(push_ehqueue): Define.
	(pop_ehqueue): Likewise.
	(emit_cleanup_handler): Use push_ehqueue and pop_ehqueue rather
	than doing it inline.
	(expand_start_all_catch):  Adjust now that ehqueue is a
	pointer.
	(mark_eh_queue): Mark all level of the queue.
	(mark_eh_status):  Adjust now that ehqueue is a
	pointer.
	(init_eh_for_function): Allocate ehqueue.
	(free_eh_status): Free it.
	* stmt.c (expand_cleanups): Save the ehqueue around the cleanup
	expansion for a fixup.

From-SVN: r30874
1999-12-12 18:32:36 +00:00
boehm-gc gcconfig.h (DATASTART): Define as (&data_start) for PowerPC Linux. 1999-12-12 18:06:08 +00:00
config
contrib
etc
gcc except.h (struct eh_queue): Add `next' pointer. 1999-12-12 18:32:36 +00:00
include splay-tree.h (struct splay_tree_node): Rename to ... 1999-12-05 18:13:48 +00:00
INSTALL
libchill
libf2c Daily bump. 1999-12-12 01:45:07 -07:00
libffi
libiberty splay-tree.h (struct splay_tree_node): Rename to ... 1999-12-05 18:13:48 +00:00
libio
libjava re GNATS libgcj/117 (_Jv_PthreadCheckMonitor test is not portable.) 1999-12-09 16:57:27 +00:00
libobjc
libstdc++
texinfo
zlib
.cvsignore
ChangeLog * config.guess, config.sub: Update from autoconf. 1999-12-03 04:17:09 +00:00
config-ml.in
config.guess * config.guess, config.sub: Update from autoconf. 1999-12-03 04:17:09 +00:00
config.if
config.sub * config.guess, config.sub: Update from autoconf. 1999-12-03 04:17:09 +00:00
configure
configure.in
COPYING
COPYING.LIB
install-sh
ltconfig
ltmain.sh
MAINTAINERS Update e-address 1999-11-29 22:31:15 +00:00
Makefile.in
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.