diff --git a/tests/lib/csu/dso/h_initfini_align.S b/tests/lib/csu/dso/h_initfini_align.S deleted file mode 100644 index f96bae8d547f..000000000000 --- a/tests/lib/csu/dso/h_initfini_align.S +++ /dev/null @@ -1,15 +0,0 @@ -/* $NetBSD: h_initfini_align.S,v 1.1 2010/11/30 18:38:53 joerg Exp $ */ - -#include - -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