summaryrefslogtreecommitdiff
path: root/gcc/varasm.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/varasm.c')
-rwxr-xr-xgcc/varasm.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/varasm.c b/gcc/varasm.c
index bddb28d..5037b43 100755
--- a/gcc/varasm.c
+++ b/gcc/varasm.c
@@ -895,12 +895,7 @@ assemble_start_function (decl, fnname)
/* CYGNUS LOCAL law */
if (align > 0)
{
-#ifdef ASM_OUTPUT_MAX_SKIP_ALIGN
- ASM_OUTPUT_MAX_SKIP_ALIGN (asm_out_file, align,
- FUNCTION_BOUNDARY_MAX_SKIP);
-#else
ASM_OUTPUT_ALIGN (asm_out_file, align);
-#endif
}
/* END CYGNUS LOCAL */