Correctly handle stack probes of more than one function in an object file under

NT.

From-SVN: r12633
This commit is contained in:
Michael Meissner 1996-08-13 21:26:31 +00:00
parent 3807773bc4
commit 2a50d6bc50
1 changed files with 1 additions and 1 deletions

View File

@ -3519,7 +3519,7 @@ output_prolog (file, size)
asm_fprintf (file, "\tmr %s,%s\n", reg_names[12], reg_names[1]);
ASM_OUTPUT_INTERNAL_LABEL (file, "LCprobe", probe_labelno);
asm_fprintf (file, "\t{lu|lwzu} %s,-4096(%s)\n", reg_names[0], reg_names[12]);
ASM_GENERATE_INTERNAL_LABEL (buf, "LCprobe", probe_labelno);
ASM_GENERATE_INTERNAL_LABEL (buf, "LCprobe", probe_labelno++);
fputs ("\tbdnz ", file);
assemble_name (file, buf);
fputs ("\n", file);