repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Automatic date update in version.in
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-elf
/
weak-dyn-1.ld
blob
25a510c4dadb88425a007214a96ec9494c39ec49
1
SECTIONS
2
{
3
. = SIZEOF_HEADERS;
4
. = 0x800000;
5
PROVIDE (bar = .);
6
.data : {
7
*(.data)
8
}
9
}