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