* tc-m68k.c: ".align N" means align to N-byte boundary *only*
authorPer Bothner <per@bothner.com>
Mon, 10 Aug 1992 21:40:49 +0000 (21:40 +0000)
committerPer Bothner <per@bothner.com>
Mon, 10 Aug 1992 21:40:49 +0000 (21:40 +0000)
if TN_SUN3; otherwise align to 2**N-byte bounary.

gas/config/ChangeLog
gas/config/tc-m68k.c

index 3d7c73a23225ed225a5893a0352dfda81d93e2de..041fbd2c2514fbab49f58d592b881bdc707e14b3 100644 (file)
@@ -1,3 +1,8 @@
+Mon Aug 10 14:37:08 1992  Per Bothner  (bothner@cygnus.com)
+
+       * tc-m68k.c: ".align N" means align to N-byte boundary *only*
+       if TN_SUN3; otherwise align to 2**N-byte bounary.
+
 Thu Aug  6 12:08:42 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
 
        * config/tc-h8300.c: if a :8 is seen after an operand, fill top
index b53333ca18a2e2f389f49e501aa2f04766456c57..ff18227730518147e99b62f76069621c2a93722a 100644 (file)
@@ -491,7 +491,9 @@ const pseudo_typeS md_pseudo_table[] = {
        { "even",       s_even,         0       },
        { "skip",       s_space,        0       },
        { "proc",       s_proc,         0       },
+#ifdef TE_SUN3
         { "align",      s_align_bytes,  0       },
+#endif
        { 0,            0,              0       }
 };