From: keie Date: Fri, 15 Mar 1985 11:03:41 +0000 (+0000) Subject: The universal assembler has a bug that precludes use of .align X-Git-Tag: release-5-5~5554 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=d457c50945c51bb34fde19ec091739cd186b4b2a;p=ack.git The universal assembler has a bug that precludes use of .align in text segments, except as the very last command. --- diff --git a/mach/z8000/libem/end.s b/mach/z8000/libem/end.s index 019432cc2..c35d844a4 100644 --- a/mach/z8000/libem/end.s +++ b/mach/z8000/libem/end.s @@ -1,9 +1,9 @@ .define endtext, enddata, endbss, _etext, _edata, _end .text - .align 2 endtext: _etext: + .align 2 .data .align 2 enddata: