Go to file
Tom Tromey 5a9e5c6fb6 java-except.h (struct eh_range): Removed unused `next' member.
* java-except.h (struct eh_range): Removed unused `next' member.
	* verify.c (verify_jvm_instructions): Call check_nested_ranges
	after adding all exception handlers.  Sort exception ranges in
	order of start PC.
	(struct pc_index): New structure.
	(start_pc_cmp): New function.
	* except.c (add_handler): Return `void'.  Don't call link_handler;
	instead construct an ordinary linked list and do range
	coalescing.
	(check_nested_ranges): New function.
	(link_handler): Changed interface to allow merging of eh_ranges.
	Split overlapping ranges.  Return `void'.

From-SVN: r26995
1999-05-18 15:03:26 +00:00
boehm-gc configure.in: Switch from irix threads to posix threads Defined IRIX_THREADS. 1999-05-05 11:46:18 +00:00
config
contrib
etc
gcc java-except.h (struct eh_range): Removed unused `next' member. 1999-05-18 15:03:26 +00:00
include
INSTALL
libchill
libf2c Update to Netlib version of 1999-05-10 1999-05-10 10:40:59 -04:00
libiberty cplus-dem.c (demangle_fund_type (near 'I' case)): Don't advance the *mangled pointer beyond the end of the string. 1999-05-16 18:44:09 -06:00
libio * libioP.h: Only include libc-lock.h if _IO_MTSAFE_IO is defined. 1999-05-17 16:58:56 -06:00
libjava natSystem.cc (init_properties): URL now points to sourceware. 1999-05-17 13:24:59 +00:00
libobjc
libstdc++ stl_config.h: Only define __STL_PTHREADS with GLIBC >= 2 for Linux. 1999-05-17 17:03:48 -06:00
texinfo
zlib configure, [...]: Rebuilt. 1999-05-10 08:05:43 +00:00
.cvsignore
ChangeLog
config-ml.in
config.guess
config.if
config.sub
configure
configure.in
COPYING
COPYING.LIB
install-sh
ltconfig
ltmain.sh
MAINTAINERS Add Stu 1999-05-14 20:15:03 -06: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.