index
:
ppe42-binutils
binutils-2_24-ppe42
GNU Binutils for the PPE42
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ld
/
testsuite
/
ld-plugin
/
lto-14b.c
blob: 5d3eb75c7e7a08ebb9fcf8abe3ee6f16f17fc0f8 (
plain
)
1
2
3
4
5
6
7
extern int bar(void); extern int i; void foo(void) { i = bar(); }