summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-sh/sh64/endian.ld
blob: e9635e1cce7b1812b3fec5ad149ce375883ebda7 (plain)
1
2
3
4
5
6
SECTIONS {
  .text : {
     *(.text)
     LONG(0x12345678);
  }
}