URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-elf/] [foo.c] - Rev 449
Go to most recent revision | Compare with Previous | Blame | View Log
#include <stdio.h> void foo (void) { printf ("TEST2\n"); } static void (*const init_array []) (void) __attribute__ ((used, section (".init_array"), aligned (sizeof (void *)))) = { foo };
Go to most recent revision | Compare with Previous | Blame | View Log