Module Name:    src
Committed By:   matt
Date:           Fri Feb 28 05:41:59 UTC 2014

Modified Files:
        src/sys/arch/powerpc/powerpc: sigcode.S

Log Message:
Remove _LP64 since it's only used on 32-bit


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/powerpc/powerpc/sigcode.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/powerpc/powerpc/sigcode.S
diff -u src/sys/arch/powerpc/powerpc/sigcode.S:1.7 src/sys/arch/powerpc/powerpc/sigcode.S:1.8
--- src/sys/arch/powerpc/powerpc/sigcode.S:1.7	Mon Jan 17 08:23:56 2011
+++ src/sys/arch/powerpc/powerpc/sigcode.S	Fri Feb 28 05:41:59 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: sigcode.S,v 1.7 2011/01/17 08:23:56 matt Exp $	*/
+/*	$NetBSD: sigcode.S,v 1.8 2014/02/28 05:41:59 matt Exp $	*/
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -33,9 +33,9 @@
 
 #include <machine/asm.h>
 #include <machine/signal.h>
-#include <sys/syscall.h>
 
 #ifndef SIGCODE_NAME
+#include <sys/syscall.h>
 #define	SIGCODE_NAME	sigcode
 #define	ESIGCODE_NAME	esigcode
 #define	SIGRETURN_NAME	SYS_compat_16___sigreturn14
@@ -45,12 +45,8 @@
 #define SIGNAL_FRAMESIZE	0
 #endif
 #ifndef SIGCALLFRAMESIZE
-#ifdef _LP64
-#define	SIGCALLFRAMESIZE	32
-#else
 #define	SIGCALLFRAMESIZE	16
 #endif
-#endif
 
 /*
  * The following code gets copied to the top of the user stack on process

Reply via email to