Commit afc31adc authored by Raymond Toy's avatar Raymond Toy
Browse files

Use FEATURE_RELOCATABLE_STACKS instead of RELOCATABLE_STACK_START.

parent 2ab559c4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -45,17 +45,17 @@
#define STATIC_SPACE_START	(SpaceStart_TargetStatic)
#define STATIC_SPACE_SIZE	(0x0ffff000)	/* 256MB - 1 page */

#ifndef RELOCATABLE_STACK_START
#ifndef FEATURE_RELOCATABLE_STACKS
#define BINDING_STACK_START	(0x20000000)
#endif
#define BINDING_STACK_SIZE	(0x07fff000)	/* 128MB - 1 page */

#ifndef RELOCATABLE_STACK_START
#ifndef FEATURE_RELOCATABLE_STACKS
#define CONTROL_STACK_START	0x38000000
#endif
#define CONTROL_STACK_SIZE	(0x07fff000 - 8192)

#ifndef RELOCATABLE_STACK_START
#ifndef FEATURE_RELOCATABLE_STACKS
#define SIGNAL_STACK_START	CONTROL_STACK_END
#endif
#define SIGNAL_STACK_SIZE	SIGSTKSZ