Retro68/binutils/ld/testsuite/ld-mips-elf/unaligned-text.s

16 lines
167 B
ArmAsm
Raw Normal View History

2017-04-10 11:32:00 +00:00
.macro sym n:req
.if \n
.globl bar\@
.type bar\@, @object
bar\@ :
.byte 0
.size bar\@, . - bar\@
sym \n - 1
.endif
.endm
.text
.align 4
.space 32
sym 16