summaryrefslogtreecommitdiff
path: root/lang/gcc45/files/patch-ai
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-01-16 05:08:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-01-16 05:08:57 +0000
commitdf3e7e93b8317ece24fbe7d0c9e4aa1ebb0feca0 (patch)
tree1d9ecedb74d255866c8e1e5df9db0f2739a8ba66 /lang/gcc45/files/patch-ai
parentConvert a few more uses of INDEX to ${INDEXFILE} (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_0_0'.release/5.0.0
Notes
Notes: svn path=/head/; revision=73228 svn path=/tags/RELEASE_5_0_0/; revision=73229; tag=release/5.0.0
Diffstat (limited to 'lang/gcc45/files/patch-ai')
-rw-r--r--lang/gcc45/files/patch-ai35
1 files changed, 0 insertions, 35 deletions
diff --git a/lang/gcc45/files/patch-ai b/lang/gcc45/files/patch-ai
deleted file mode 100644
index 54d2e32149a2..000000000000
--- a/lang/gcc45/files/patch-ai
+++ /dev/null
@@ -1,35 +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,
-@@ -1524,6 +1526,11 @@
- leaf_renumber_regs (first);
- #endif
-
-+/*
-+ if (profile_block_flag)
-+ add_bb (file);
-+*/
-+
- /* The Sun386i and perhaps other machines don't work right
- if the profiling code comes after the prologue. */
- #ifdef PROFILE_BEFORE_PROLOGUE
-@@ -1668,6 +1675,11 @@
- /* Finally, output the function epilogue:
- code to restore the stack frame and return to the caller. */
- (*targetm.asm_out.function_epilogue) (asm_out_file, get_frame_size ());
-+
-+/*
-+ if (profile_block_flag)
-+ add_bb (asm_out_file);
-+*/
-
- /* And debug output. */
- (*debug_hooks->end_epilogue) ();