binutils-gdb/ld/testsuite/ld-pe/image_size.s

9 lines
76 B
ArmAsm

.text
.global _start
_start:
.byte 1
.global data
.data
data:
.byte 2