Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jul 2007 01:22:40 GMT
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 122688 for review
Message-ID:  <200707020122.l621Megg035465@repoman.freebsd.org>

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

Change 122688 by peter@peter_overcee on 2007/07/02 01:21:57

	Fix PSEUDO macro, which was bug compatible with i386/amd64.

Affected files ...

.. //depot/projects/hammer/lib/libc/sparc64/SYS.h#3 edit

Differences ...

==== //depot/projects/hammer/lib/libc/sparc64/SYS.h#3 (text+ko) ====

@@ -78,8 +78,7 @@
 	.weak	CNAME(__CONCAT(_,x)) ; \
 	.type	CNAME(__CONCAT(_,x)),@function ; \
 	.set	CNAME(__CONCAT(_,x)),CNAME(__CONCAT(__sys_,x)) ; \
-	mov	__CONCAT(SYS_,x), %g1 ; \
-	ta	%xcc, ST_SYSCALL ; \
+	_SYSCALL(x) ; \
 	retl ; \
 	 nop ; \
 	.size	CNAME(__CONCAT(__sys_,x)), . - CNAME(__CONCAT(__sys_,x)) ; \



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