Use __asm__ rather than asm in ld testsuite
[deliverable/binutils-gdb.git] / ld / testsuite / ld-pe / aligncomm-2.c
CommitLineData
c1711530
DK
1
2typedef float __m128 __attribute__ ((__vector_size__ (16), __may_alias__));
204eb8bc 3typedef __SIZE_TYPE__ size_t;
c1711530
DK
4
5long s1 = 0;
6long s2 = 0;
7__m128 r;
8__m128 * volatile raddr = &r;
9
10int main (int argc, const char **argv)
11{
204eb8bc 12 return 15 & (int)(size_t)raddr;
c1711530
DK
13}
14
15void __main (void)
16{
07e7fdfd
AM
17 __asm__ (".section .drectve\n"
18 " .ascii \" -aligncomm:_r,4\"\n"
19 " .ascii \" -aligncomm:r,4\"\n"
20 " .text");
c1711530 21}
c344f845
DK
22
23#if defined (__CYGWIN__) || defined (__MINGW32__)
24void _alloca (void)
25{
26}
27#endif
This page took 0.566215 seconds and 4 git commands to generate.