Commit 9316e820 by Jim Wilson

(end_final): Pass BIGGEST_ALIGNMENT not align to

ASM_OUTPUT_ALIGNED_LOCAL.

From-SVN: r6577
parent 29587b1c
...@@ -422,7 +422,8 @@ end_final (filename) ...@@ -422,7 +422,8 @@ end_final (filename)
else else
#endif #endif
#ifdef ASM_OUTPUT_ALIGNED_LOCAL #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 #else
ASM_OUTPUT_LOCAL (asm_out_file, name, size, rounded); ASM_OUTPUT_LOCAL (asm_out_file, name, size, rounded);
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment