ld: Xfail pr20995 and pr20995-2 for tic6x-*-*
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / begin.c
CommitLineData
d2dee3b2
L
1extern void foo (void);
2
3static void (*const init_array []) (void)
4 __attribute__ ((used, section (".init_array"), aligned (sizeof (void *))))
5 = { foo };
This page took 0.725308 seconds and 4 git commands to generate.