sparc64: add basic support
[uclibc-ng.git] / libc / sysdeps / linux / arc / sysdep.h
blob5fcc63deb6506d5d61b3a7bf42de44fab56cda77
1 #ifndef _LINUX_ARC_SYSDEP_H
2 #define _LINUX_ARC_SYSDEP_H 1
4 #include <features.h>
5 #include <libc-internal.h>
7 #ifdef __ASSEMBLER__
9 #define ENTRY(nm) \
10 .text ` \
11 .align 4 ` \
12 .globl nm ` \
13 .type nm,@function ` \
14 nm:
16 #define END(name) .size name,.-name
18 #endif /* __ASSEMBLER __*/
20 #include <common/sysdep.h>
21 #endif