~ubuntu-branches/ubuntu/utopic/binutils-arm64-cross/utopic

1
2
3
4
5
6
SECTIONS {
  .text : {
     *(.text)
     LONG(0x12345678);
  }
}