diff options
Diffstat (limited to 'ld/testsuite/ld-elfvers/vers2.c')
-rw-r--r-- | ld/testsuite/ld-elfvers/vers2.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/testsuite/ld-elfvers/vers2.c b/ld/testsuite/ld-elfvers/vers2.c new file mode 100644 index 0000000..fbc6a95 --- /dev/null +++ b/ld/testsuite/ld-elfvers/vers2.c @@ -0,0 +1,9 @@ +/* + * Test function. This is built into a shared library, and references a + * versioned symbol foo that is in test.so. + */ + +show_xyzzy() +{ + printf("%d", show_foo()); +} |