OpenGrok
Cross Reference: imm.ld
xref
: /
toolchain
/
binutils
/
binutils-2.25
/
ld
/
testsuite
/
ld-nds32
/
imm.ld
Home
|
History
|
Annotate
|
Download
|
only in
ld-nds32
1
SECTIONS
2
{
3
.text 0x1000 : {
4
* (.text .text.*);
5
}
6
}
7