* Makefile.tpl: Clean $(BUILD_SUBDIR).
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfvers / vers24c.c
CommitLineData
9147e853
JJ
1/* Test whether .symver x, x@foo
2 causes relocations against x within the same shared library
3 to become dynamic relocations against x@foo. */
4int x = 12;
5__asm__ (".symver x, x@VERS.0");
6void foo (void)
7{
8 x = 24;
9}
This page took 0.049432 seconds and 4 git commands to generate.