]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-shared/sh2.c
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-shared / sh2.c
CommitLineData
f9c3e587
ILT
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}