summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/final.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1997-01-13 12:15:29 +0000
committerphk <phk@FreeBSD.org>1997-01-13 12:15:29 +0000
commitf335bb5f5001804a537882e51ad651622a2c8211 (patch)
treeb9114cc53d3ba9d9d243fca769a0dd8163729aad /contrib/gcc/final.c
parent746f820e962e2a6cf8dc088c791243b10c03c6f1 (diff)
downloadFreeBSD-src-f335bb5f5001804a537882e51ad651622a2c8211.zip
FreeBSD-src-f335bb5f5001804a537882e51ad651622a2c8211.tar.gz
Fix BB profiling.
Submitted by: bde
Diffstat (limited to 'contrib/gcc/final.c')
-rw-r--r--contrib/gcc/final.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gcc/final.c b/contrib/gcc/final.c
index b53914f..25bf55f 100644
--- a/contrib/gcc/final.c
+++ b/contrib/gcc/final.c
@@ -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);
OpenPOWER on IntegriCloud