URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-selective/] [1.c] - Rev 286
Go to most recent revision | Compare with Previous | Blame | View Log
/* _start should be the only thing left after GC. */ void _start() __asm__("_start"); void _start() { } void dropme1() { } int dropme2[102] = { 0 };
Go to most recent revision | Compare with Previous | Blame | View Log