(end_final): Pass BIGGEST_ALIGNMENT not align to
authorJim Wilson <wilson@gcc.gnu.org>
Wed, 16 Feb 1994 20:50:51 +0000 (12:50 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 16 Feb 1994 20:50:51 +0000 (12:50 -0800)
ASM_OUTPUT_ALIGNED_LOCAL.

From-SVN: r6577

gcc/final.c

index 6c29702..53cf97b 100644 (file)
@@ -422,7 +422,8 @@ end_final (filename)
          else
 #endif
 #ifdef ASM_OUTPUT_ALIGNED_LOCAL
-           ASM_OUTPUT_ALIGNED_LOCAL (asm_out_file, name, size, align);
+           ASM_OUTPUT_ALIGNED_LOCAL (asm_out_file, name, size,
+                                     BIGGEST_ALIGNMENT);
 #else
            ASM_OUTPUT_LOCAL (asm_out_file, name, size, rounded);
 #endif