binutils-gdb/ld/testsuite/ld-sh/sh64/endian.ld

7 lines
66 B
Plaintext

SECTIONS {
.text : {
*(.text)
LONG(0x12345678);
}
}