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
f3cd89f49b
binutils-gdb
/
ld
/
testsuite
/
ld-elfvers
/
vers16.c
11 lines
95 B
C
Raw
Blame
History
int
show_bar
(
)
{
return
0
;
}
extern
int
show_foo
(
)
;
int
main
(
)
{
return
show_foo
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink