From c981a9a5a24b0970352910a98c696ef9cc44fb2a Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 21 Mar 1999 12:28:14 +0000 Subject: Remove the linker-set hack we used for BB profiling. --- contrib/gcc/final.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'contrib/gcc') diff --git a/contrib/gcc/final.c b/contrib/gcc/final.c index 25bf55f..19b2c7c 100644 --- a/contrib/gcc/final.c +++ b/contrib/gcc/final.c @@ -345,8 +345,6 @@ end_final (filename) /* 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); -- cgit v1.1