allwinner_a64/android/toolchain/binutils/binutils-2.25/ld/testsuite/ld-d10v/reloc-002.ld
2018-08-08 20:10:12 +08:00

10 lines
78 B
Text

SECTIONS
{
.text 0x01014000 :
{
*(.text)
foo = (. + 0x1F8);
}
}