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-1.t
blob
6b96b3389c6e8e1441f75249448c4e735e04d051
1
SECTIONS
2
{
3
.data 0x2000 :
4
{
5
LONG (foo)
6
LONG (bar)
7
. = ALIGN (0x10);
8
*(.data)
9
}
10
PROVIDE (foo = .);
11
PROVIDE (bar = .);
12
}