diff options
author | gerald <gerald@FreeBSD.org> | 2003-04-14 09:06:18 +0000 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2003-04-14 09:06:18 +0000 |
commit | f98257e8ff273df59887636b990c96473f83145f (patch) | |
tree | f874e4af307896e14e002f813fc6c048a8566977 /lang/gcc32 | |
parent | ffcc69e15d0f6def13b1a0d6a9db36785a8436c8 (diff) | |
download | FreeBSD-ports-f98257e8ff273df59887636b990c96473f83145f.zip FreeBSD-ports-f98257e8ff273df59887636b990c96473f83145f.tar.gz |
Remove the last part of jdp's profile fixes from 1998/10/08, which actually
breaks -fprofile-arcs for current GCCs.
PR: 50842
Diffstat (limited to 'lang/gcc32')
-rw-r--r-- | lang/gcc32/files/patch-ai | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/gcc32/files/patch-ai b/lang/gcc32/files/patch-ai deleted file mode 100644 index 01b23d5..0000000 --- a/lang/gcc32/files/patch-ai +++ /dev/null @@ -1,11 +0,0 @@ ---- gcc/final.c.orig Thu Jan 3 09:39:59 2002 -+++ gcc/final.c Sat Feb 2 19:20:09 2002 -@@ -295,6 +295,8 @@ - /* Zero word. */ - assemble_integer (const0_rtx, long_bytes, align2, 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), pointer_bytes, |