This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r189900 - in /branches/google/gcc-4_6-mobile/vt...


Author: ctice
Date: Thu Jul 26 23:08:05 2012
New Revision: 189900

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189900
Log:
Remove the init hack.

2012-07-26  Caroline Tice  <cmtice@google.com>

        * libstdc++-v3/libsupc++/vtv_rts.cc (__VLTVerifyVtablePointerDebug):
        Remove code that says an empty hash table is valid.
        (__VLTVerifyVtablePointer):  Ditto.
        * libstdc++-v3/config/abi/pre/gnu.ver: Fix code	that exports vtable
        map variables to look for "__" rather than "." in the name.
        * gcc/cp/vtable-class-hierarchy.c (register_all_pairs):	Remove a line
	of commented out dead code.


Modified:
    branches/google/gcc-4_6-mobile/vtable-security/libstdc++-v3/config/abi/pre/gnu.ver
    branches/google/gcc-4_6-mobile/vtable-security/libstdc++-v3/libsupc++/vtv_rts.cc

Changes in other areas also in this revision:
Modified:
    branches/google/gcc-4_6-mobile/vtable-security/ChangeLog.vtable-security
    branches/google/gcc-4_6-mobile/vtable-security/gcc/cp/vtable-class-hierarchy.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]