URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [ld/] [testsuite/] [ld-selective/] [1.c] - Rev 300
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