aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2007-11-29 01:15:03 +0000
committerBruce Evans <bde@FreeBSD.org>2007-11-29 01:15:03 +0000
commit7e7c8806bf3d6ed5aa0e4b33d4e1364d61e1e5fa (patch)
tree584bd232d58b0e0edae38ad1702a0608f250d12d /sys/i386/isa
parent35a04710d7286aa9538917fd7f8e417dbee95b82 (diff)
downloadsrc-7e7c8806bf3d6ed5aa0e4b33d4e1364d61e1e5fa.tar.gz
src-7e7c8806bf3d6ed5aa0e4b33d4e1364d61e1e5fa.zip
Remove entry points for -finstrument functions since they are currently
unused except to obfuscate disassemblies. -mprofiler-epilogue is currently with gcc-4 (it does too little), but -finstrument-functions is broken in a different way (it does too much). amd64 version: meger whitespace fixes from i386 version.
Notes
Notes: svn path=/head/; revision=174066
Diffstat (limited to 'sys/i386/isa')
-rw-r--r--sys/i386/isa/prof_machdep.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/i386/isa/prof_machdep.c b/sys/i386/isa/prof_machdep.c
index 855745f1d2f8..8fd0fc055384 100644
--- a/sys/i386/isa/prof_machdep.c
+++ b/sys/i386/isa/prof_machdep.c
@@ -90,8 +90,6 @@ __mcount: \n\
.p2align 4,0x90 \n\
.globl .mcount \n\
.mcount: \n\
- .globl __cyg_profile_func_enter \n\
-__cyg_profile_func_enter: \n\
cmpl $GMON_PROF_OFF,_gmonparam+GM_STATE \n\
je .mcount_exit \n\
# \n\
@@ -145,8 +143,6 @@ GMON_PROF_HIRES = 4 \n\
.p2align 4,0x90 \n\
.globl .mexitcount \n\
.mexitcount: \n\
- .globl __cyg_profile_func_exit \n\
-__cyg_profile_func_exit: \n\
cmpl $GMON_PROF_HIRES,_gmonparam+GM_STATE \n\
jne .mexitcount_exit \n\
pushl %edx \n\