Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Apr 2003 16:06:14 -0700 (PDT)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 30176 for review
Message-ID:  <200304302306.h3UN6ErV044780@repoman.freebsd.org>

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

Change 30176 by jmallett@jmallett_dalek on 2003/04/30 16:05:38

	Don't need a .ent here.

Affected files ...

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

Differences ...

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

@@ -63,7 +63,7 @@
 #define	HIDENAME(asmsym)	__CONCAT(.,asmsym)
 
 #define	_GLOBAL(x) \
-	.data; .align 2; .globl x; .ent x; x:
+	.data; .align 2; .globl x; x:
 
 #define	_ENTRY(x) \
 	.text; .align 2; .globl x; .ent x; .type x,@function; x:



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