(end_final): Pass BIGGEST_ALIGNMENT not align to
ASM_OUTPUT_ALIGNED_LOCAL. From-SVN: r6577
This commit is contained in:
parent
29587b1c56
commit
9316e820d0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user