-
- Downloads
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
Showing
- gcc/ChangeLog 13 additions, 0 deletionsgcc/ChangeLog
- gcc/doc/gty.texi 13 additions, 0 deletionsgcc/doc/gty.texi
- gcc/gengtype-lex.l 2 additions, 1 deletiongcc/gengtype-lex.l
- gcc/gengtype-yacc.y 9 additions, 1 deletiongcc/gengtype-yacc.y
- gcc/gengtype.c 45 additions, 1 deletiongcc/gengtype.c
- gcc/gengtype.h 11 additions, 4 deletionsgcc/gengtype.h
- gcc/stringpool.c 15 additions, 27 deletionsgcc/stringpool.c
- libcpp/ChangeLog 7 additions, 0 deletionslibcpp/ChangeLog
- libcpp/include/ChangeLog 5 additions, 0 deletionslibcpp/include/ChangeLog
- libcpp/include/symtab.h 8 additions, 1 deletionlibcpp/include/symtab.h
- libcpp/symtab.c 21 additions, 3 deletionslibcpp/symtab.c
Loading
Please register or sign in to comment