* Makefile.tpl: Clean $(BUILD_SUBDIR).
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfvsb / sh2.c
CommitLineData
6fc49d28
L
1/* This is part of the shared library ld test. This file becomes part
2 of a shared library. */
3
4/* This variable is defined here, and referenced by another file in
5 the shared library. */
6int shlibvar2 = 4;
7
8/* This function is called by another file in the shared library. */
9
10int
11shlib_shlibcalled ()
12{
13 return 5;
14}
7cda33a1
L
15
16#ifdef DSO_DEFINE_TEST
17int
18visibility ()
19{
20 return 2;
21}
22
23int visibility_var = 2;
24#endif
This page took 0.154819 seconds and 4 git commands to generate.