diff options
author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-10 04:50:53 +0000 |
---|---|---|
committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-10 04:50:53 +0000 |
commit | 1b55ec8068bcf752af412649fd7579383eefe79a (patch) | |
tree | 4246e43687c1babe51887e8eedea1afaecc70cf5 /gcc/cp/ChangeLog | |
parent | c25509f2935768c84f5a12ac00dc6d8f7fa69a30 (diff) | |
download | gcc-1b55ec8068bcf752af412649fd7579383eefe79a.tar.gz |
* c-dump.c (dequeue_and_dump): Dump function bodies.
* dump.c (cp_dump_tree): Don't dump function bodies here.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37359 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r-- | gcc/cp/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 9d79a4cdd39..f05fc60c4a7 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,5 +1,7 @@ 2000-11-09 Mark Mitchell <mark@codesourcery.com> + * dump.c (cp_dump_tree): Don't dump function bodies here. + * Make-lang.in (CXX_C_OBJS): Add c-dump.o. (dump.o): Update dependency list. * cp-tree.h (DECL_MAYBE_TEMPLATE): Remove. |