summaryrefslogtreecommitdiffstats
path: root/lang/gcc45
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2003-04-02 20:18:22 +0000
committergerald <gerald@FreeBSD.org>2003-04-02 20:18:22 +0000
commit83b8f1a1af0c8258f3ef3375c4081b6372b9df21 (patch)
tree75440d3b29dc942e9464cbb33958b1161dd7dde5 /lang/gcc45
parent56384ecc8cdadfe88d348c58feacacba7351e5f7 (diff)
downloadFreeBSD-ports-83b8f1a1af0c8258f3ef3375c4081b6372b9df21.zip
FreeBSD-ports-83b8f1a1af0c8258f3ef3375c4081b6372b9df21.tar.gz
Finally remove the parts of this patch that date back to 1998 and have now
been commented for more than a year.
Diffstat (limited to 'lang/gcc45')
-rw-r--r--lang/gcc45/files/patch-ai24
1 files changed, 0 insertions, 24 deletions
diff --git a/lang/gcc45/files/patch-ai b/lang/gcc45/files/patch-ai
index 54d2e32..01b23d5 100644
--- a/lang/gcc45/files/patch-ai
+++ b/lang/gcc45/files/patch-ai
@@ -9,27 +9,3 @@
/* 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) ();
OpenPOWER on IntegriCloud