gcc/libstdc++-v3 ChangeLog libsupc++/Makefile. ...

jason@gcc.gnu.org jason@gcc.gnu.org
Fri Oct 5 11:43:00 GMT 2001


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	jason@gcc.gnu.org	2001-11-17 18:09:24

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/libsupc++: Makefile.am Makefile.in cxxabi.h 
	                        eh_catch.cc eh_personality.cc exception 
	                        unwind-cxx.h 
	libstdc++-v3/src: Makefile.am Makefile.in 
Added files:
	libstdc++-v3/libsupc++: eh_type.cc 
	libstdc++-v3/src: vterminate.cc 

Log message:
	* libsupc++/eh_personality.cc (__cxa_call_unexpected): Take void*.
	* libsupc++/eh_catch.cc (__cxa_begin_catch): Likewise.
	* libsupc++/unwind-cxx.h: Adjust.
	* src/Makefile.am (strstream.o): Pass -Wno-deprecated.
	
	* libsupc++/eh_type.cc (__cxa_current_exception_type): New file.
	* libsupc++/cxxabi.h: Declare it.
	* libsupc++/Makefile.am (sources): Add it.
	* src/vterminate.cc (verbose_terminate_handler): New file.
	* libsupc++/exception: Declare it.
	* src/Makefile.am (sources): Add it.
	
	* src/Makefile.am (VPATH): Check the src directory before the top one.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.849&r2=1.850
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libsupc++/eh_type.cc.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libsupc++/Makefile.am.diff?cvsroot=gcc&r1=1.28&r2=1.29
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libsupc++/Makefile.in.diff?cvsroot=gcc&r1=1.70&r2=1.71
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libsupc++/cxxabi.h.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libsupc++/eh_catch.cc.diff?cvsroot=gcc&r1=1.2&r2=1.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libsupc++/eh_personality.cc.diff?cvsroot=gcc&r1=1.6&r2=1.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libsupc++/exception.diff?cvsroot=gcc&r1=1.5&r2=1.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libsupc++/unwind-cxx.h.diff?cvsroot=gcc&r1=1.2&r2=1.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/vterminate.cc.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/Makefile.am.diff?cvsroot=gcc&r1=1.99&r2=1.100
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/Makefile.in.diff?cvsroot=gcc&r1=1.137&r2=1.138



More information about the Libstdc++-cvs mailing list