Go to file
Nathan Sidwell 6d61f400fd cxxabi.h (__pointer_type_info): Add restrict and incomplete flags.
* inc/cxxabi.h (__pointer_type_info): Add restrict and
	incomplete flags.
	(__pointer_type_info::__pointer_catch): New virtual function.
	(__pointer_to_member_type_info): Derive from
	__pointer_type_info. Adjust.
	(__pointer_to_member_type_info::__do_catch): Remove.
	(__pointer_to_member_type_info::__is_pointer_p): Declare.
	(__pointer_to_member_type_info::__pointer_catch): Declare.
	* rtti.c (qualifier_flags): Add restrict flag.
	(ptmd_initializer): Reorder members.
	(create_tinfo_types): Expand comments. Reorder
	ptmd_desc_type_node members.
	* tinfo2.cc (__pointer_to_member_type_info::__is_pointer_p):
	Implement.
	(__pointer_type_info::__do_catch): Move specific code into
	__pointer_catch. Call it.
	(__pointer_type_info::__pointer_catch): Non-pointer-to-member
	specific catch checking. Fix void conversion check.
	(__pointer_to_member_type_info::__do_catch): Remove.
	(__pointer_to_member_type_info::__pointer_catch): Implement.

From-SVN: r33061
2000-04-10 16:21:28 +00:00
boehm-gc
config
contrib
etc
gcc cxxabi.h (__pointer_type_info): Add restrict and incomplete flags. 2000-04-10 16:21:28 +00:00
include
INSTALL
libchill
libf2c Daily bump. 2000-04-10 01:45:07 -06:00
libffi
libiberty
libio
libjava posix-threads.h (_Jv_MutexUnlock): Replace _JV_NOT_OWNER. 2000-04-09 06:53:00 +00:00
libobjc
libstdc++
texinfo
zlib
.cvsignore
ChangeLog * MAINTAINERS: Added myself. 2000-04-06 14:58:05 +00:00
config-ml.in
config.guess
config.if configure.in (enable_libstdcxx_v3): Add. 2000-04-06 06:48:16 +00:00
config.sub Recognize d30v-elf as d30v-unknown-elf 2000-04-06 00:23:39 +00:00
configure
configure.in configure.in (enable_libstdcxx_v3): Add. 2000-04-06 06:48:16 +00:00
COPYING
COPYING.LIB
install-sh
ltconfig
ltmain.sh
MAINTAINERS * MAINTAINERS: Added myself. 2000-04-06 14:58:05 +00:00
Makefile.in configure.in (enable_libstdcxx_v3): Add. 2000-04-06 06:48:16 +00: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.