repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
[binutils.git]
/
ld
/
testsuite
/
ld-shared
/
sh2.c
blob
013a4e0994fb0482cc468014c906e124b4168da8
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. */
6
int
shlibvar2
=
4
;
7
8
/* This function is called by another file in the shared library. */
9
10
int
11
shlib_shlibcalled
()
12
{
13
return
5
;
14
}