Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Nov 2002 18:09:38 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 21200 for review
Message-ID:  <200211180209.gAI29cFA042323@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=21200

Change 21200 by jmallett@jmallett_dalek on 2002/11/17 18:09:17

	Remove PPC gprof stuff from copy.

Affected files ...

.. //depot/projects/mips/sys/mips/include/asm.h#2 edit

Differences ...

==== //depot/projects/mips/sys/mips/include/asm.h#2 (text+ko) ====

@@ -63,12 +63,6 @@
 #define	_ENTRY(x) \
 	.text; .align 2; .globl x; .type x,@function; x:
 
-#ifdef GPROF
-# define	_PROF_PROLOGUE	mflr 0; stw 0,4(1); bl _mcount
-#else
-# define	_PROF_PROLOGUE
-#endif
-
 #define	ENTRY(y)	_ENTRY(CNAME(y)); _PROF_PROLOGUE
 #define	ASENTRY(y)	_ENTRY(ASMNAME(y)); _PROF_PROLOGUE
 #define	GLOBAL(y)	_GLOBAL(CNAME(y))

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211180209.gAI29cFA042323>