* defs.h: Incorporate param.h. All users changed.
[deliverable/binutils-gdb.git] / gdb / tm-sparc.h
index 15d214b48a77d97bcd818ebddc86d78b66bafb9b..aae9f100c8d8e0f9ad3c7b9a8213631db4b29c58 100644 (file)
@@ -86,11 +86,7 @@ extern CORE_ADDR sparc_pc_adjust();
 
 #define SAVED_PC_AFTER_CALL(frame) PC_ADJUST (read_register (RP_REGNUM))
 
-/* Address of the end of stack space.  We get this from the system
-   include files. */
-#include <sys/types.h>
-#include <machine/vmparam.h>
-#define STACK_END_ADDR USRSTACK
+/* Stack grows downward.  */
 
 #define INNER_THAN <
 
This page took 0.025142 seconds and 4 git commands to generate.