From 7aeb8da2138f7521a78d377343b3a266e1e6f9d6 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sun, 14 Feb 2016 18:43:19 -0800 Subject: remove delay slot and stack reg code --- gcc/varasm.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gcc/varasm.c') 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 */ -- cgit v1.2.3