Commit ede1dbac by Eric Schweitz Committed by Jason Merrill

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
parent 8d8238b6
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> 2000-05-10 Jason Merrill <jason@casey.cygnus.com>
* dwarf2out.c (gen_subprogram_die): Fixup die_parent for the * dwarf2out.c (gen_subprogram_die): Fixup die_parent for the
......
...@@ -5876,10 +5876,10 @@ dwarfout_finish () ...@@ -5876,10 +5876,10 @@ dwarfout_finish ()
{ {
char label[MAX_ARTIFICIAL_LABEL_BYTES]; char label[MAX_ARTIFICIAL_LABEL_BYTES];
retry_incomplete_types ();
fputc ('\n', asm_out_file); fputc ('\n', asm_out_file);
ASM_OUTPUT_PUSH_SECTION (asm_out_file, DEBUG_SECTION); 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 /* Mark the end of the chain of siblings which represent all file-scope
declarations in this compilation unit. */ declarations in this compilation unit. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment