URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-elfvers/] [vers24a.c] - Rev 853
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test whether .symver x, x@foo causes relocations against x within the same shared library to become dynamic relocations against x@foo. */ int x = 12; __asm__ (".symver x, x@VERS.0");
Go to most recent revision | Compare with Previous | Blame | View Log