diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2003-04-02 20:18:22 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2003-04-02 20:18:22 +0000 |
commit | 61cf47fa3f20674bf87787638b83d2ee2abe99aa (patch) | |
tree | dde65a0762a4654a16fbfc071298331fe81f0481 /lang/gcc | |
parent | abaae213a0e49fcf2352731f18a8f55a30b2eb32 (diff) | |
download | ports-61cf47fa3f20674bf87787638b83d2ee2abe99aa.tar.gz ports-61cf47fa3f20674bf87787638b83d2ee2abe99aa.zip |
Notes
Diffstat (limited to 'lang/gcc')
-rw-r--r-- | lang/gcc/files/patch-ai | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/lang/gcc/files/patch-ai b/lang/gcc/files/patch-ai index 54d2e32149a2..01b23d573355 100644 --- a/lang/gcc/files/patch-ai +++ b/lang/gcc/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) (); |