From: keie Date: Fri, 15 Mar 1985 10:50:35 +0000 (+0000) Subject: The universal assembler has a bug that precludes use of .align X-Git-Tag: release-5-5~5555 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b294ab5042ea088c01a4f054f6b1dbc83858445a;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/6500/libem/end.s b/mach/6500/libem/end.s index e5c135cd9..966af2a8e 100644 --- a/mach/6500/libem/end.s +++ b/mach/6500/libem/end.s @@ -1,8 +1,8 @@ .define endtext, enddata, endbss, end .text -.align 2 endtext: +.align 2 .data .align 2 enddata: