projects
/
deliverable
/
binutils-gdb.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git]
/
ld
/
testsuite
/
ld-elfvers
/
vers7a.c
1
/*
2
* Test supplied by Ulrich. Verify that we can correctly force 'a'
3
* to local scope.
4
*/
5
int
6
__a_internal
(
int
e
)
7
{
8
return
e
+
10
;
9
}
10
11
int
12
__b_internal
(
int
e
)
13
{
14
return
e
+
42
;
15
}
16
17
asm
(
".symver __a_internal,hide_a@@VERS_1"
);
18
asm
(
".symver __b_internal,show_b@@VERS_1"
);
This page took
0.03543 seconds
and
5
git commands to generate.