URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-elfvers/] [vers24a.c] - Rev 450
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