This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r196691 - in /branches/google/gcc-4_7-mobile: c...
- From: ctice at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Fri, 15 Mar 2013 23:31:19 -0000
- Subject: r196691 - in /branches/google/gcc-4_7-mobile: c...
Author: ctice
Date: Fri Mar 15 23:31:18 2013
New Revision: 196691
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196691
Log:
Add vtable verification feature but do not turn it on.
Added:
branches/google/gcc-4_7-mobile/libstdc++-v3/libsupc++/vtv_fail.h
branches/google/gcc-4_7-mobile/libstdc++-v3/libsupc++/vtv_init.cc
branches/google/gcc-4_7-mobile/libstdc++-v3/libsupc++/vtv_malloc.cc
branches/google/gcc-4_7-mobile/libstdc++-v3/libsupc++/vtv_malloc.h
branches/google/gcc-4_7-mobile/libstdc++-v3/libsupc++/vtv_map.h
branches/google/gcc-4_7-mobile/libstdc++-v3/libsupc++/vtv_rts.cc
branches/google/gcc-4_7-mobile/libstdc++-v3/libsupc++/vtv_rts.h
branches/google/gcc-4_7-mobile/libstdc++-v3/libsupc++/vtv_set.h
branches/google/gcc-4_7-mobile/libstdc++-v3/libsupc++/vtv_stubs.cc
branches/google/gcc-4_7-mobile/libstdc++-v3/libsupc++/vtv_utils.cc
branches/google/gcc-4_7-mobile/libstdc++-v3/libsupc++/vtv_utils.h
Modified:
branches/google/gcc-4_7-mobile/libstdc++-v3/acinclude.m4
branches/google/gcc-4_7-mobile/libstdc++-v3/config/abi/pre/gnu.ver
branches/google/gcc-4_7-mobile/libstdc++-v3/configure
branches/google/gcc-4_7-mobile/libstdc++-v3/configure.ac
branches/google/gcc-4_7-mobile/libstdc++-v3/libsupc++/Makefile.am
branches/google/gcc-4_7-mobile/libstdc++-v3/libsupc++/Makefile.in
branches/google/gcc-4_7-mobile/libstdc++-v3/src/Makefile.am
branches/google/gcc-4_7-mobile/libstdc++-v3/src/Makefile.in
branches/google/gcc-4_7-mobile/libstdc++-v3/src/c++11/Makefile.am
branches/google/gcc-4_7-mobile/libstdc++-v3/src/c++11/Makefile.in
branches/google/gcc-4_7-mobile/libstdc++-v3/src/c++98/Makefile.am
branches/google/gcc-4_7-mobile/libstdc++-v3/src/c++98/Makefile.in
Changes in other areas also in this revision:
Added:
branches/google/gcc-4_7-mobile/gcc/cp/vtable-class-hierarchy.c
branches/google/gcc-4_7-mobile/gcc/tree-vtable-verify.c
branches/google/gcc-4_7-mobile/gcc/tree-vtable-verify.h
branches/google/gcc-4_7-mobile/libgcc/vtv_end.c
branches/google/gcc-4_7-mobile/libgcc/vtv_start.c
Modified:
branches/google/gcc-4_7-mobile/configure
branches/google/gcc-4_7-mobile/configure.ac
branches/google/gcc-4_7-mobile/gcc/Makefile.in
branches/google/gcc-4_7-mobile/gcc/cgraph.c
branches/google/gcc-4_7-mobile/gcc/common.opt
branches/google/gcc-4_7-mobile/gcc/config/gnu-user.h
branches/google/gcc-4_7-mobile/gcc/config/i386/gnu-user.h
branches/google/gcc-4_7-mobile/gcc/config/i386/gnu-user64.h
branches/google/gcc-4_7-mobile/gcc/cp/Make-lang.in
branches/google/gcc-4_7-mobile/gcc/cp/class.c
branches/google/gcc-4_7-mobile/gcc/cp/config-lang.in
branches/google/gcc-4_7-mobile/gcc/cp/cp-tree.h
branches/google/gcc-4_7-mobile/gcc/cp/decl2.c
branches/google/gcc-4_7-mobile/gcc/cp/g++spec.c
branches/google/gcc-4_7-mobile/gcc/cp/init.c
branches/google/gcc-4_7-mobile/gcc/cp/mangle.c
branches/google/gcc-4_7-mobile/gcc/cp/pt.c
branches/google/gcc-4_7-mobile/gcc/flag-types.h
branches/google/gcc-4_7-mobile/gcc/output.h
branches/google/gcc-4_7-mobile/gcc/passes.c
branches/google/gcc-4_7-mobile/gcc/timevar.def
branches/google/gcc-4_7-mobile/gcc/tree-pass.h
branches/google/gcc-4_7-mobile/gcc/tree.h
branches/google/gcc-4_7-mobile/gcc/varasm.c
branches/google/gcc-4_7-mobile/libgcc/Makefile.in
branches/google/gcc-4_7-mobile/libgcc/config.host
branches/google/gcc-4_7-mobile/libgcc/configure