blob: 3265c55b8ccae675c92ac0bd7ae0232486f34361 [file]
OUTPUT_ARCH(aarch64)
SECTIONS
{
. = 0x00010000;
.rela.plt : { *(.rela.plt) *(.rela.iplt) }
. = 0x00020000;
.plt : { *(.plt) *(.iplt) }
. = 0x00030000;
.text : { *(.text) }
. = 0x20000000;
.got : { *(.got) *(.got.plt) }
}