xref
: /
toolchain
/
binutils
/
binutils-2.27
/
ld
/
testsuite
/
ld-scripts
/
provide-5.t
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
SECTIONS
2
{
3
foo = 0x10;
4
PROVIDE (foo = bar);
5
6
.data 0x1000 :
7
{
8
*(.data)
9
}
10
}
11