URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [binutils-2.20.1/] [ld/] [testsuite/] [ld-elf/] [pr9676-4.c] - Rev 843
Go to most recent revision | Compare with Previous | Blame | View Log
extern int bar (void); extern int foo (void); int x (void) { foo (); return bar (); }
Go to most recent revision | Compare with Previous | Blame | View Log