12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- #ifndef _BITS_UCLIBC_ARCH_FEATURES_H
- #define _BITS_UCLIBC_ARCH_FEATURES_H
- #define __UCLIBC_ABORT_INSTRUCTION__ "hlt"
- #undef __UCLIBC_MMAP_HAS_6_ARGS__
- #undef __UCLIBC_SYSCALL_ALIGN_64BIT__
- #define __UCLIBC_BROKEN_CREATE_MODULE__
- #undef __UCLIBC_HANDLE_OLDER_RLIMIT__
- #define __UCLIBC_HAVE_ASM_SET_DIRECTIVE__
- #define __UCLIBC_HAVE_ASM_WEAK_DIRECTIVE__
- #undef __UCLIBC_HAVE_ASM_WEAKEXT_DIRECTIVE__
- #define __UCLIBC_HAVE_ASM_CFI_DIRECTIVES__
- #define __UCLIBC_HAVE_SIGNED_ZERO__
- #undef __UCLIBC_ASM_LINE_SEP__
- #if defined _LIBC
- #define internal_function __attribute__ ((regparm (3), stdcall))
- #endif
- #endif
|