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