projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96603b4
)
Fix typo in last change.
author
Mark Mitchell
<mmitchel@gcc.gnu.org>
Thu, 9 Sep 1999 21:45:27 +0000
(21:45 +0000)
committer
Mark Mitchell
<mmitchel@gcc.gnu.org>
Thu, 9 Sep 1999 21:45:27 +0000
(21:45 +0000)
From-SVN: r29243
gcc/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index afc3ccbfb0bc0123ef23a92cbde15019fc505292..8d7e10b947f09df77a61540baaf9e7a83a8ad327 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-6,6
+6,7
@@
Thu Sep 9 14:36:31 1999 Mark Mitchell <mark@codesourcery.com>
* c-decl.c (finish_struct): Use ggc_alloc to allocate
TYPE_LANG_SPECIFIC when garbage collecting.
+ (lang_mark_tree): Mark TYPE_LANG_SPECIFIC.
(lang_cleanup_tree): Remove.
Thu Sep 9 14:23:02 1999 Jason Merrill <jason@yorick.cygnus.com>