Moved the position of the #### lines so that the makefile fragments
[deliverable/binutils-gdb.git] / gdb / inferior.h
index 151c2c2b25c1ffda33ddff83f78432b708a8dcf2..eed848ceffac150560521500b56a0aa6858f3f6f 100644 (file)
@@ -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
This page took 0.034174 seconds and 4 git commands to generate.