URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [binutils-2.20.1/] [ld/] [testsuite/] [ld-elf/] [begin.c] - Rev 847
Go to most recent revision | Compare with Previous | Blame | View Log
extern void foo (void); 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