diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-10 11:05:23 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-10 11:05:23 +0000 |
commit | 5a999c4747b4d29b812b1ba39b0294e4e7004e70 (patch) | |
tree | 8a4b212f39ea5bdf132cb05b9884344af18abbb9 /gcc/dwarfout.c | |
parent | 48fdacd0bd7cd8db04af007f087543373cb766c9 (diff) | |
download | ppe42-gcc-5a999c4747b4d29b812b1ba39b0294e4e7004e70.tar.gz ppe42-gcc-5a999c4747b4d29b812b1ba39b0294e4e7004e70.zip |
* dwarfout.c (dwarfout_finish): Call retry_incomplete_types
after we enter .debug.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33821 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dwarfout.c')
-rw-r--r-- | gcc/dwarfout.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c index c9a9d4fab9e..32e056900ab 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. */ |