aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Lozano <llozano@google.com>2012-05-23 08:22:52 +0000
committerLuis Lozano <llozano@google.com>2012-05-23 08:22:52 +0000
commit993314225d258583261ff98038ae13b2361c69c1 (patch)
treef98638e48e718e66fd9e9241f65a14cb8e093323
parentde13939d54c2216fcdcd683b0f92ab4f045f819e (diff)
Updated ChangeLog.vtable-security
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/google/gcc-4_6-mobile@187793 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--vtable-security/ChangeLog.vtable-security13
1 files changed, 13 insertions, 0 deletions
diff --git a/vtable-security/ChangeLog.vtable-security b/vtable-security/ChangeLog.vtable-security
index 4900e5a9d8c..85f222584aa 100644
--- a/vtable-security/ChangeLog.vtable-security
+++ b/vtable-security/ChangeLog.vtable-security
@@ -1,3 +1,16 @@
+2012-05-23 Luis Lozano <llozano@google.com>
+
+ * gcc/cp/vtable-class-hierarchy.c: Removed some unneded code for
+ handling of template class instances.
+ (vtable_find_or_create_map_decl): Moved routine from class.c file
+ (vtv_save_base_class_info): Moved routine from class.c file and
+ renamed to be more consistent
+ * gcc/cp/pt.c: removed unnecessary call to record_template_vtable_info
+ * gcc/cp/cp-tree.h: cleaned up prototypes and renamed to all be
+ prefixed by "vtv_"
+ * gcc/cp/decl2.c: Renamed vtable verification function calls according
+ to the changes to cp-tree.h
+
2012-05-21 Caroline Tice <cmtice@google.com>
* gcc/vtv_memory_pool/vtmalloc.c (VTV_malloc_init): Add code