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
Add missing files.
[binutils.git]
/
ld
/
testsuite
/
ld-elfvsb
/
hidden2.ld
blob
3c414dba48701b4a8da2efb706aae9ab723b9f03
1
SECTIONS
2
{
3
. = 0x1000;
4
PROVIDE (foo = .);
5
.data : { *(.data) }
6
.dynamic : { *(.dynamic) }
7
}