Fix warning with -Wsign-compare -Wsystem-headers
[official-gcc.git] / gcc / testsuite / gcc.target / arc / abitest.h
blob26de3e4f7e42ce44e5c035d3175fbe1b1a6546b8
1 #ifndef _DG_ABITEST_H
2 #define _DG_ABITEST_H 1
4 #ifdef __ASSEMBLER__
6 #define ENTRY(nm) \
7 .text ` \
8 .align 4 ` \
9 .globl nm ` \
10 .type nm,@function ` \
11 nm:
13 #define END(name) .size name,.-name
15 #endif /* __ASSEMBLER __*/
17 #endif /*_DG_ABITEST_H*/