Fix BB profiling.

Submitted by:	bde
This commit is contained in:
Poul-Henning Kamp 1997-01-13 12:15:29 +00:00
parent a7c5db201b
commit ec4076d321
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21655

View File

@ -341,12 +341,12 @@ end_final (filename)
ASM_OUTPUT_ALIGN (asm_out_file, align);
fprintf(asm_out_file,".stabs \"bbset\", 25, 0, 0, LPBX0\n");
ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, "LPBX", 0);
/* zero word */
assemble_integer (const0_rtx, UNITS_PER_WORD, 1);
fprintf(asm_out_file,".stabs \"bbset\", 25, 0, 0, LPBX0\n");
/* address of filename */
ASM_GENERATE_INTERNAL_LABEL (name, "LPBX", 1);
assemble_integer (gen_rtx (SYMBOL_REF, Pmode, name), UNITS_PER_WORD, 1);