diff options
Diffstat (limited to 'gcc/defaults.h')
-rw-r--r-- | gcc/defaults.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/defaults.h b/gcc/defaults.h index 41fd96d..d540e28 100644 --- a/gcc/defaults.h +++ b/gcc/defaults.h @@ -689,4 +689,11 @@ You Lose! You must define PREFERRED_DEBUGGING_TYPE! #define LOCAL_REGNO(REGNO) 0 #endif +/* EXIT_IGNORE_STACK should be nonzero if, when returning from a function, + the stack pointer does not matter. The value is tested only in + functions that have frame pointers. */ +#ifndef EXIT_IGNORE_STACK +#define EXIT_IGNORE_STACK 0 +#endif + #endif /* ! GCC_DEFAULTS_H */ |