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
This commit is contained in:
parent
8d8238b626
commit
ede1dbac05
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue