allwinner_a64/android/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/defined4.t
2018-08-08 20:10:12 +08:00

6 lines
107 B
Raku

SECTIONS {
.text : { *(.text) }
.data : { *(.data) }
.bss : { *(.bss) *(COMMON) }
}
defined1 = defined;