aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2009-12-13 23:00:53 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2009-12-13 23:00:53 +0000
commit82b68940a30019eb2b4c18f3402e56d2c4b39891 (patch)
tree80e91f0f3e1c1df6cf7df2dd11df4b89727041e3 /gcc/expr.h
parent840a82bab8661de20dd5603f123d325d6de5a004 (diff)
downloadgcc-82b68940a30019eb2b4c18f3402e56d2c4b39891.zip
gcc-82b68940a30019eb2b4c18f3402e56d2c4b39891.tar.gz
gcc-82b68940a30019eb2b4c18f3402e56d2c4b39891.tar.bz2
tm.texi (STACK_CHECK_PROBE_LOAD): Delete.
* doc/tm.texi (STACK_CHECK_PROBE_LOAD): Delete. * expr.h (STACK_CHECK_PROBE_LOAD): Likewise. * explow.c (emit_stack_probe): Do not test STACK_CHECK_PROBE_LOAD. * system.h (STACK_CHECK_PROBE_LOAD): Poison. From-SVN: r155199
Diffstat (limited to 'gcc/expr.h')
-rw-r--r--gcc/expr.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index 93c66a8..3ff0145 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -223,11 +223,6 @@ do { \
#define STACK_CHECK_PROBE_INTERVAL_EXP 12
#endif
-/* The default is to do a store into the stack. */
-#ifndef STACK_CHECK_PROBE_LOAD
-#define STACK_CHECK_PROBE_LOAD 0
-#endif
-
/* The default is not to move the stack pointer. */
#ifndef STACK_CHECK_MOVING_SP
#define STACK_CHECK_MOVING_SP 0