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
regenerate configure
[binutils.git]
/
ld
/
testsuite
/
ld-elf
/
weak-dyn-1.ld
blob
495b712161d7b0a11cac97043b2a47ccedb21d03
1
SECTIONS
2
{
3
. = 0x800000;
4
PROVIDE (bar = .);
5
.data : {
6
*(.data)
7
}
8
}