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
758d77bec1
binutils-gdb
/
ld
/
testsuite
/
ld-elfvers
/
vers26b.c
11 lines
72 B
C
Raw
Blame
History
#
pragma weak foo
void
foo
(
)
;
void
ref
(
)
{
if
(
foo
)
foo
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink