xref
: /
toolchain
/
binutils
/
binutils-2.25
/
ld
/
testsuite
/
ld-nds32
/
imm.ld
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
SECTIONS
2
{
3
.text 0x1000 : {
4
* (.text .text.*);
5
}
6
}
7