aboutsummaryrefslogtreecommitdiff
path: root/libcpp/include/ChangeLog
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@apple.com>2004-05-30 00:49:06 +0000
committerGeoffrey Keating <geoffk@gcc.gnu.org>2004-05-30 00:49:06 +0000
commitb453c95fd3fa689a6d70e8878848e5d6531e9ac5 (patch)
tree53fb5889181940508762ddb472618440e4b6aca6 /libcpp/include/ChangeLog
parent666e5d7b945c77f3bd9f3fdf00bf75f3a02e3499 (diff)
downloadgcc-b453c95fd3fa689a6d70e8878848e5d6531e9ac5.tar.gz
gcc-b453c95fd3fa689a6d70e8878848e5d6531e9ac5.tar.bz2
gcc-b453c95fd3fa689a6d70e8878848e5d6531e9ac5.zip
Index: libcpp/ChangeLog
2004-05-29 Geoffrey Keating <geoffk@apple.com> * symtab.c (ht_create): Set entries_owned. (ht_destroy): Honour entries_owned. (ht_expand): Likewise. (ht_load): New. Index: libcpp/include/ChangeLog 2004-05-29 Geoffrey Keating <geoffk@apple.com> * symtab.h (struct ht): New field 'entries_owned' (ht_load): New prototype. Index: gcc/ChangeLog 2004-05-29 Geoffrey Keating <geoffk@apple.com> * gengtype-yacc.y: Add NESTED_PTR token. (option): Record `nested_ptr' option. * gengtype-lex.l: Handle `nested_ptr' keyword. * gengtype.c (walk_type): Process `nested_ptr' option. * gengtype.h (struct nested_ptr_data): New. * doc/gty.texi (GTY Options): Document `nested_ptr' option. * stringpool.c (struct string_pool_data): Make 'entries' point to ht_identifier instead of tree. (gt_pch_save_stringpool): Don't adjust pointers. (gt_pch_restore_stringpool): Call ht_load. From-SVN: r82438
Diffstat (limited to 'libcpp/include/ChangeLog')
-rw-r--r--libcpp/include/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libcpp/include/ChangeLog b/libcpp/include/ChangeLog
index f6c47fa6daf..a2f4bc5e3ef 100644
--- a/libcpp/include/ChangeLog
+++ b/libcpp/include/ChangeLog
@@ -1,3 +1,8 @@
+2004-05-29 Geoffrey Keating <geoffk@apple.com>
+
+ * symtab.h (struct ht): New field 'entries_owned'
+ (ht_load): New prototype.
+
2004-05-23 Paolo Bonzini <bonzini@gnu.org>
* cpplib.h: Moved from gcc. Change header guard name.