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
Properly create and use a bfd_arch_info_type for 32-bit tilegx.
[binutils.git]
/
ld
/
testsuite
/
ld-gc
/
pr11218-1.c
blob
9cc79f019f0214ca736ec3eba6706398f234ec75
1
extern
void
unresolved_detected_at_runtime_not_at_linktime
(
void
);
2
void
foo_in_so
(
void
)
3
{
4
unresolved_detected_at_runtime_not_at_linktime
();
5
}