Kill file that should be pulled in from a different directory.

Fixes regression test for i386.
This commit is contained in:
joerg 2010-12-07 00:54:44 +00:00
parent ed7bfdfad4
commit 994bc56774
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
/* $NetBSD: h_initfini_align.S,v 1.1 2010/11/30 18:38:53 joerg Exp $ */
#include <machine/asm.h>
RCSID("$NetBSD: h_initfini_align.S,v 1.1 2010/11/30 18:38:53 joerg Exp $")
_ENTRY(check_stack_alignment)
movl %esp, %eax
andl $3, %eax
jz 1f
xorl %eax, %eax
ret
1:
incl %eax
ret