update generated files
[binutils.git] / ld / testsuite / ld-elfvsb / sh2.c
blob6ed30bc52e1f5817565266ff9d0260526356d4bc
1 /* This is part of the shared library ld test. This file becomes part
2 of a shared library. */
4 /* This variable is defined here, and referenced by another file in
5 the shared library. */
6 int shlibvar2 = 4;
8 /* This function is called by another file in the shared library. */
10 int
11 shlib_shlibcalled ()
13 return 5;
16 #ifdef DSO_DEFINE_TEST
17 int
18 visibility ()
20 return 2;
23 int visibility_var = 2;
24 #endif