URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-elf/] [pr9679-2.c] - Rev 95
Go to most recent revision | Compare with Previous | Blame | View Log
extern int foo (void) __attribute__((weak,__visibility__ ("hidden"))); int foo (void) { return 1; } int bar (void) { return foo (); }
Go to most recent revision | Compare with Previous | Blame | View Log