2009-06-25 Kai Tietz <kai.tietz@onevision.com>
[deliverable/binutils-gdb.git] / ld / testsuite / ld-pe / aligncomm-1.c
CommitLineData
c1711530
DK
1
2typedef float __m128 __attribute__ ((__vector_size__ (16), __may_alias__));
3
4long s1 = 0;
5__m128 r;
6__m128 * volatile raddr = &r;
7
8int main (int argc, const char **argv)
9{
10 return 15 & (int)raddr;
11}
12
13void __main (void)
14{
15 asm (".section .drectve\n"
16 " .ascii \" -aligncomm:_r,4\"\n"
17 " .ascii \" -aligncomm:r,4\"\n"
18 " .text");
19}
c344f845
DK
20
21#if defined (__CYGWIN__) || defined (__MINGW32__)
22void _alloca (void)
23{
24}
25#endif
This page took 0.028231 seconds and 4 git commands to generate.