Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jan 1999 18:39:21 +0100 (CET)
From:      assar@sics.se
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   kern/9369: i386/i386/support.s doesn't build with -DGPROF
Message-ID:  <199901071739.SAA17474@assaris.sics.se>

next in thread | raw e-mail | index | archive | help

>Number:         9369
>Category:       kern
>Synopsis:       i386/i386/support.s doesn't build with -DGPROF
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan  7 09:40:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Assar Westerlund
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
none
>Environment:

>Description:

support.s has an explicit label and an ENTRY macros.  That's ok as
long as we're not building with profiling, when we are it doesn't work
any longer.

ENTRY(bcopyb)
bcopyb:

>How-To-Repeat:

config -p FOO
cd ../../compile/FOO; make

>Fix:
	
Index: support.s
===================================================================
RCS file: /src/fbsd-repository/src/sys/i386/i386/support.s,v
retrieving revision 1.59
diff -u -w -u -w -r1.59 support.s
--- support.s	1998/05/11 02:13:43	1.59
+++ support.s	1999/01/07 17:38:45
@@ -398,7 +398,6 @@
 	ret
 
 ENTRY(bcopyb)
-bcopyb:
 	pushl	%esi
 	pushl	%edi
 	movl	12(%esp),%esi
>Release-Note:
>Audit-Trail:
>Unformatted:

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



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