diff options
| author | Jason Evans <jasone@FreeBSD.org> | 2000-01-20 03:15:01 +0000 |
|---|---|---|
| committer | Jason Evans <jasone@FreeBSD.org> | 2000-01-20 03:15:01 +0000 |
| commit | ed25321907f057ad8bb4538de167bba84a25f49d (patch) | |
| tree | de3588d75e0c628fabed972d13dadc3ac836c9fb /lib/libc | |
| parent | c95a5e9ebdbcc77f5d22d2f15598a6f65880b6ea (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/i386/DEFS.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/lib/libc/i386/DEFS.h b/lib/libc/i386/DEFS.h index 0e54055b1a39..edf08ea12379 100644 --- a/lib/libc/i386/DEFS.h +++ b/lib/libc/i386/DEFS.h @@ -39,26 +39,3 @@ */ #include <machine/asm.h> - -/* Already defined in machine/asm.h. */ -#undef ENTRY - -#define MCOUNT call PIC_PLT(HIDENAME(mcount)) -#define MEXITCOUNT call PIC_PLT(HIDENAME(mexitcount)) - -#ifdef PROF -/* - * XXX Looks good to me, but it sure looks different than the original... - * (jasone) - */ -#define ENTRY(name) _ENTRY(name) ; 9: ; MCOUNT -/* #define ENTRY(name) _ENTRY(name) ; 9: \ */ -/* pushl %ebp; movl %esp,%ebp; \ */ -/* call PIC_PLT(HIDENAME(mcount)); \ */ -/* popl %ebp */ - -#define ALTENTRY(name) _ENTRY(name) ; MCOUNT ; MEXITCOUNT ; jmp 9f -#else -#define ENTRY(name) _ENTRY(name) -#define ALTENTRY(name) _ENTRY(name) -#endif |
