ack/mach/i86/libem/tail.s
em 9d0812746b The assembler proved to contain yet another bug.
.align in text segments will not work for values that are
not a divisor of the gcd of the instruction sizes.
1985-03-14 17:33:28 +00:00

17 lines
176 B
ArmAsm

.define endtext,enddata,endbss
.define _end,_etext,_edata
! $Header$
.text
endtext:
_etext:
.align 2
.data
.align 2
enddata:
_edata:
.bss
.align 2
_end:
endbss: