From 2a847d749bb4a8da70b880b3a3b758091f2f6615 Mon Sep 17 00:00:00 2001 From: zack Date: Fri, 23 May 2003 18:19:21 +0000 Subject: 2003-05-23 Larin Hennessy Zack Weinberg * explow.c (allocate_dynamic_stack_space): Remove call to gen_probe. * config/m68k/m68k.c (m68k_output_function_prologue): Remove code under #if NEED_PROBE. * config/m68k/m68k.h: Don't define NEED_PROBE. * config/m68k/m68k.md: Remove "probe" insn. * doc/md.texi: Remove documentation of "probe" pattern. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67125 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/explow.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'gcc/explow.c') diff --git a/gcc/explow.c b/gcc/explow.c index 7114094d2d6..da7e2b797b9 100644 --- a/gcc/explow.c +++ b/gcc/explow.c @@ -1448,13 +1448,6 @@ allocate_dynamic_stack_space (size, target, known_align) NULL_RTX, 1); } - /* Some systems require a particular insn to refer to the stack - to make the pages exist. */ -#ifdef HAVE_probe - if (HAVE_probe) - emit_insn (gen_probe ()); -#endif - /* Record the new stack level for nonlocal gotos. */ if (nonlocal_goto_handler_slots != 0) emit_stack_save (SAVE_NONLOCAL, &nonlocal_goto_stack_level, NULL_RTX); -- cgit v1.2.1