From 9c4ba9c9bfc2e51220c533d679587d994e980f45 Mon Sep 17 00:00:00 2001 From: mmitchel Date: Fri, 18 May 2001 07:14:18 +0000 Subject: [PATCH] * dwarf2out.c (output_comp_unit): Always output a compilation-unit DIE, even if it has no children. (dwarf2out_finish): Always output the line-number table, even if it has no content. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-3_0-branch@42250 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a700ebc51e8..583eec1e769 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2001-05-17 Mark Mitchell + + * dwarf2out.c (output_comp_unit): Always output a compilation-unit + DIE, even if it has no children. + (dwarf2out_finish): Always output the line-number table, even if + it has no content. + 2000-05-18 David Edelsohn * rs6000.md (movsfcc,movdfcc): Remove NE case. -- 2.11.4.GIT