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