This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r195583 - in /branches/google/gcc-4_7-mobile-vt...
- From: ctice at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Wed, 30 Jan 2013 17:33:16 -0000
- Subject: r195583 - in /branches/google/gcc-4_7-mobile-vt...
Author: ctice
Date: Wed Jan 30 17:33:15 2013
New Revision: 195583
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195583
Log:
Migrate vtable verification feature to GCC 4.7.
Added:
branches/google/gcc-4_7-mobile-vtable-verification/libstdc++-v3/libsupc++/vtv_fail.h
branches/google/gcc-4_7-mobile-vtable-verification/libstdc++-v3/libsupc++/vtv_init.cc
branches/google/gcc-4_7-mobile-vtable-verification/libstdc++-v3/libsupc++/vtv_malloc.cc
branches/google/gcc-4_7-mobile-vtable-verification/libstdc++-v3/libsupc++/vtv_malloc.h
branches/google/gcc-4_7-mobile-vtable-verification/libstdc++-v3/libsupc++/vtv_map.h
branches/google/gcc-4_7-mobile-vtable-verification/libstdc++-v3/libsupc++/vtv_rts.cc
branches/google/gcc-4_7-mobile-vtable-verification/libstdc++-v3/libsupc++/vtv_rts.h
branches/google/gcc-4_7-mobile-vtable-verification/libstdc++-v3/libsupc++/vtv_set.h
branches/google/gcc-4_7-mobile-vtable-verification/libstdc++-v3/libsupc++/vtv_stubs.cc
branches/google/gcc-4_7-mobile-vtable-verification/libstdc++-v3/libsupc++/vtv_utils.cc
branches/google/gcc-4_7-mobile-vtable-verification/libstdc++-v3/libsupc++/vtv_utils.h
Modified:
branches/google/gcc-4_7-mobile-vtable-verification/libstdc++-v3/config/abi/pre/gnu.ver
branches/google/gcc-4_7-mobile-vtable-verification/libstdc++-v3/configure
branches/google/gcc-4_7-mobile-vtable-verification/libstdc++-v3/libsupc++/Makefile.am
branches/google/gcc-4_7-mobile-vtable-verification/libstdc++-v3/libsupc++/Makefile.in
branches/google/gcc-4_7-mobile-vtable-verification/libstdc++-v3/src/Makefile.am
branches/google/gcc-4_7-mobile-vtable-verification/libstdc++-v3/src/Makefile.in
Changes in other areas also in this revision:
Added:
branches/google/gcc-4_7-mobile-vtable-verification/ChangeLog.google-4_7-vtable
branches/google/gcc-4_7-mobile-vtable-verification/gcc/cp/vtable-class-hierarchy.c
branches/google/gcc-4_7-mobile-vtable-verification/gcc/tree-vtable-verify.c
branches/google/gcc-4_7-mobile-vtable-verification/gcc/tree-vtable-verify.h
branches/google/gcc-4_7-mobile-vtable-verification/libgcc/vtv_end.c
branches/google/gcc-4_7-mobile-vtable-verification/libgcc/vtv_start.c
Modified:
branches/google/gcc-4_7-mobile-vtable-verification/gcc/Makefile.in
branches/google/gcc-4_7-mobile-vtable-verification/gcc/cgraph.c
branches/google/gcc-4_7-mobile-vtable-verification/gcc/common.opt
branches/google/gcc-4_7-mobile-vtable-verification/gcc/config/gnu-user.h
branches/google/gcc-4_7-mobile-vtable-verification/gcc/config/i386/gnu-user.h
branches/google/gcc-4_7-mobile-vtable-verification/gcc/config/i386/gnu-user64.h
branches/google/gcc-4_7-mobile-vtable-verification/gcc/cp/Make-lang.in
branches/google/gcc-4_7-mobile-vtable-verification/gcc/cp/class.c
branches/google/gcc-4_7-mobile-vtable-verification/gcc/cp/cp-tree.h
branches/google/gcc-4_7-mobile-vtable-verification/gcc/cp/decl2.c
branches/google/gcc-4_7-mobile-vtable-verification/gcc/cp/g++spec.c
branches/google/gcc-4_7-mobile-vtable-verification/gcc/cp/init.c
branches/google/gcc-4_7-mobile-vtable-verification/gcc/cp/mangle.c
branches/google/gcc-4_7-mobile-vtable-verification/gcc/cp/pt.c
branches/google/gcc-4_7-mobile-vtable-verification/gcc/flag-types.h
branches/google/gcc-4_7-mobile-vtable-verification/gcc/output.h
branches/google/gcc-4_7-mobile-vtable-verification/gcc/passes.c
branches/google/gcc-4_7-mobile-vtable-verification/gcc/timevar.def
branches/google/gcc-4_7-mobile-vtable-verification/gcc/tree-pass.h
branches/google/gcc-4_7-mobile-vtable-verification/gcc/tree.h
branches/google/gcc-4_7-mobile-vtable-verification/gcc/varasm.c
branches/google/gcc-4_7-mobile-vtable-verification/libgcc/Makefile.in
branches/google/gcc-4_7-mobile-vtable-verification/libgcc/config.host