/* $NetBSD: h_initfini_align.S,v 1.1 2013/12/11 17:31:56 matt Exp $ */ #include RCSID("$NetBSD: h_initfini_align.S,v 1.1 2013/12/11 17:31:56 matt Exp $") /* * LINTSTUB: bool check_stack_alignment(void); */ ARM_ENTRY(check_stack_alignment) #ifdef __ARM_EABI__ tst sp, #7 #else tst sp, #3 #endif movne r0, #0 moveq r0, #1 RET END(check_stack_alignment) ' alt='cgit logo'/> index : netbsd
NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/tests/libexec/ld.elf_so/Makefile.inc
AgeCommit message (Expand)Author
2021-05-30Drop explicit -msecure-plt, it's the default for both clang and gcc.joerg
2019-05-14clang ifunc's on powerpc require secure-plt.christos
2011-06-11Turn warns on for all tests and fix all the bugs.christos