diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2009-12-13 23:00:53 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2009-12-13 23:00:53 +0000 |
commit | 82b68940a30019eb2b4c18f3402e56d2c4b39891 (patch) | |
tree | 80e91f0f3e1c1df6cf7df2dd11df4b89727041e3 /gcc/expr.h | |
parent | 840a82bab8661de20dd5603f123d325d6de5a004 (diff) | |
download | gcc-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.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |