gcc/libcpp
Geoffrey Keating b453c95fd3 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
2004-05-30 00:49:06 +00:00
..
include Index: libcpp/ChangeLog 2004-05-30 00:49:06 +00:00
po Makefile.def (host_modules): add libcpp. 2004-05-24 10:50:45 +00:00
ChangeLog Index: libcpp/ChangeLog 2004-05-30 00:49:06 +00:00
Makefile.am Makefile.am: the correct directory for gettext include files is given by @INCINTL@. 2004-05-25 06:14:37 +00:00
Makefile.in Makefile.am: the correct directory for gettext include files is given by @INCINTL@. 2004-05-25 06:14:37 +00:00
aclocal.m4 Makefile.def (host_modules): add libcpp. 2004-05-24 10:50:45 +00:00
charset.c Makefile.def (host_modules): add libcpp. 2004-05-24 10:50:45 +00:00
config.in Makefile.def (host_modules): add libcpp. 2004-05-24 10:50:45 +00:00
configure re PR bootstrap/15651 (Size Errors/Warnings Followed by ICE) 2004-05-26 06:58:53 +00:00
configure.ac re PR bootstrap/15651 (Size Errors/Warnings Followed by ICE) 2004-05-26 06:58:53 +00:00
directives.c Makefile.def (host_modules): add libcpp. 2004-05-24 10:50:45 +00:00
errors.c Makefile.def (host_modules): add libcpp. 2004-05-24 10:50:45 +00:00
expr.c Makefile.def (host_modules): add libcpp. 2004-05-24 10:50:45 +00:00
files.c Makefile.def (host_modules): add libcpp. 2004-05-24 10:50:45 +00:00
identifiers.c Makefile.def (host_modules): add libcpp. 2004-05-24 10:50:45 +00:00
init.c Makefile.def (host_modules): add libcpp. 2004-05-24 10:50:45 +00:00
internal.h Makefile.def (host_modules): add libcpp. 2004-05-24 10:50:45 +00:00
lex.c Makefile.def (host_modules): add libcpp. 2004-05-24 10:50:45 +00:00
line-map.c Makefile.def (host_modules): add libcpp. 2004-05-24 10:50:45 +00:00
macro.c Makefile.def (host_modules): add libcpp. 2004-05-24 10:50:45 +00:00
mkdeps.c Makefile.def (host_modules): add libcpp. 2004-05-24 10:50:45 +00:00
pch.c Makefile.def (host_modules): add libcpp. 2004-05-24 10:50:45 +00:00
symtab.c Index: libcpp/ChangeLog 2004-05-30 00:49:06 +00:00
system.h system.h: dgettext takes two parameters. 2004-05-24 15:04:09 +00:00
traditional.c Makefile.def (host_modules): add libcpp. 2004-05-24 10:50:45 +00:00
ucnid.h Makefile.def (host_modules): add libcpp. 2004-05-24 10:50:45 +00:00
ucnid.pl Makefile.def (host_modules): add libcpp. 2004-05-24 10:50:45 +00:00
ucnid.tab Makefile.def (host_modules): add libcpp. 2004-05-24 10:50:45 +00:00