fixed bash/dash/sh issue (Ubuntu)
[zpugcc/jano.git] / toolchain / binutils / ld / testsuite / ld-sh / sh64 / endian.ld
blobe9635e1cce7b1812b3fec5ad149ce375883ebda7
1 SECTIONS {
2   .text : {
3      *(.text)
4      LONG(0x12345678);
5   }