(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 6c297020d60e28d6d1c7d77918e9da7bae944701..53cf97b455c293d3c8a28987f78bc0764da87694 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