diff options
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r-- | gdb/inferior.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h index 151c2c2b25c..eed848ceffa 100644 --- a/gdb/inferior.h +++ b/gdb/inferior.h @@ -187,11 +187,7 @@ int attach_flag; #define AFTER_TEXT_END 3 #if !defined (CALL_DUMMY_LOCATION) -#if defined (CANNOT_EXECUTE_STACK) -#define CALL_DUMMY_LOCATION BEFORE_TEXT_END -#else /* Can execute stack. */ #define CALL_DUMMY_LOCATION ON_STACK -#endif /* Can execute stack. */ #endif /* No CALL_DUMMY_LOCATION. */ /* Are we in a call dummy? The code below which allows DECR_PC_AFTER_BREAK |