URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-elf/] [begin.c] - Rev 88
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