aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorEric Schweitz <schweitz@nortelnetworks.com>2000-05-10 11:05:23 +0000
committerJason Merrill <jason@gcc.gnu.org>2000-05-10 07:05:23 -0400
commitede1dbac052d2aa119fe519ef57d8afec897cb40 (patch)
tree8a4b212f39ea5bdf132cb05b9884344af18abbb9 /gcc
parent8d8238b6267048f1238ea5e6212fdb922b284954 (diff)
downloadgcc-ede1dbac052d2aa119fe519ef57d8afec897cb40.zip
gcc-ede1dbac052d2aa119fe519ef57d8afec897cb40.tar.gz
gcc-ede1dbac052d2aa119fe519ef57d8afec897cb40.tar.bz2
dwarfout.c (dwarfout_finish): Call retry_incomplete_types after we enter .debug.
* dwarfout.c (dwarfout_finish): Call retry_incomplete_types after we enter .debug. From-SVN: r33821
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/dwarfout.c4
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2c46eac..7c10938 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2000-05-10 Eric Schweitz <schweitz@nortelnetworks.com>
+
+ * dwarfout.c (dwarfout_finish): Call retry_incomplete_types
+ after we enter .debug.
+
2000-05-10 Jason Merrill <jason@casey.cygnus.com>
* dwarf2out.c (gen_subprogram_die): Fixup die_parent for the
diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c
index c9a9d4f..32e0569 100644
--- a/gcc/dwarfout.c
+++ b/gcc/dwarfout.c
@@ -5876,10 +5876,10 @@ dwarfout_finish ()
{
char label[MAX_ARTIFICIAL_LABEL_BYTES];
- retry_incomplete_types ();
-
fputc ('\n', asm_out_file);
ASM_OUTPUT_PUSH_SECTION (asm_out_file, DEBUG_SECTION);
+ retry_incomplete_types ();
+ fputc ('\n', asm_out_file);
/* Mark the end of the chain of siblings which represent all file-scope
declarations in this compilation unit. */