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
* elf.c (bfd_section_from_shdr): Remove extraneous breaks.
[binutils.git]
/
ld
/
testsuite
/
ld-scripts
/
provide-2.t
blob
fe30dd85905cfdc6c879559b1345f5f4f8a6a280
1
SECTIONS
2
{
3
PROVIDE (foo = 1);
4
PROVIDE (bar = 2);
5
PROVIDE (baz = 3);
6
.data 0x2000 :
7
{
8
*(.data)
9
}
10
}