summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/final.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-03-21 12:28:14 +0000
committerphk <phk@FreeBSD.org>1999-03-21 12:28:14 +0000
commitc981a9a5a24b0970352910a98c696ef9cc44fb2a (patch)
tree00933d2b3de6f12412a7d59728cee1d295739bc5 /contrib/gcc/final.c
parent5a225bdc8c7e76ed06e9b50332c284704dacf23b (diff)
downloadFreeBSD-src-c981a9a5a24b0970352910a98c696ef9cc44fb2a.zip
FreeBSD-src-c981a9a5a24b0970352910a98c696ef9cc44fb2a.tar.gz
Remove the linker-set hack we used for BB profiling.
Diffstat (limited to 'contrib/gcc/final.c')
-rw-r--r--contrib/gcc/final.c2
1 files changed, 0 insertions, 2 deletions
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);
OpenPOWER on IntegriCloud