Retro68/binutils/ld/testsuite/ld-sh/sh64/endian.ld
2012-03-26 21:18:29 +02:00

7 lines
66 B
Plaintext

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