This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
binutils-gdb
Watch
12
Star
0
Fork
You've already forked binutils-gdb
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
7974a6050b
binutils-gdb
/
ld
/
testsuite
/
ld-elfvers
/
vers23a.c
14 lines
103 B
C
Raw
Blame
History
#
include
"vers.h"
FUNC_SYMVER
(
_old_bar
,
bar
@
VERS
.0
)
;
void
_old_bar
(
void
)
{
}
void
foo
(
void
)
{
}
Reference in New Issue
View Git Blame
Copy Permalink