From 92318bc515d223b2eeebb665f76e131dd2318b2b Mon Sep 17 00:00:00 2001 From: kan Date: Thu, 10 Oct 2002 04:40:18 +0000 Subject: Gcc 3.2.1-prerelease from the FSF anoncvs repo gcc-3_2-branch on October 9th 2002 20:15 EST. --- contrib/gcc/varasm.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib/gcc/varasm.c') diff --git a/contrib/gcc/varasm.c b/contrib/gcc/varasm.c index 4c27011..9e683a5 100644 --- a/contrib/gcc/varasm.c +++ b/contrib/gcc/varasm.c @@ -1194,6 +1194,8 @@ assemble_start_function (decl, fnname) /* Tell assembler to move to target machine's alignment for functions. */ align = floor_log2 (FUNCTION_BOUNDARY / BITS_PER_UNIT); + if (align < force_align_functions_log) + align = force_align_functions_log; if (align > 0) { ASM_OUTPUT_ALIGN (asm_out_file, align); -- cgit v1.1