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-vsb
/
hidden2.ld
blob
3c414dba48701b4a8da2efb706aae9ab723b9f03
1
SECTIONS
2
{
3
. = 0x1000;
4
PROVIDE (foo = .);
5
.data : { *(.data) }
6
.dynamic : { *(.dynamic) }
7
}