The assembler proved to contain yet another bug.
authorem <none@none>
Thu, 14 Mar 1985 17:33:28 +0000 (17:33 +0000)
committerem <none@none>
Thu, 14 Mar 1985 17:33:28 +0000 (17:33 +0000)
.align in text segments will not work for values that are
not a divisor of the gcd of the instruction sizes.

mach/i86/libem/tail.s

index 702f47f..cdadec8 100644 (file)
@@ -3,9 +3,9 @@
 
         ! $Header$
        .text
-       .align 2
 endtext:
 _etext:
+       .align 2
        .data
        .align 2
 enddata: