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
daily update
[binutils.git]
/
ld
/
testsuite
/
ld-scripts
/
provide-1.t
blob
dd309560d814e388a5e32a5741940177cf0f1d26
1
SECTIONS
2
{
3
.data :
4
{
5
LONG (foo)
6
LONG (bar)
7
*(.data)
8
}
9
PROVIDE (foo = .);
10
PROVIDE (bar = .);
11
}