Skip to content
Snippets Groups Projects
Commit 19d9b6d9 authored by Raymond Toy's avatar Raymond Toy
Browse files

Remove -DRELOCATABLE_STACK_START for sparc.

This is now handled by the runtime feature :relocatable-stacks.
parent 771c6c3d
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ CC_V8PLUS = -m32 -xarch=sparc
AS_V8PLUS = -m32 -xarch=sparc
endif
CFLAGS += -xlibmieee -O -DRELOCATABLE_STACK_START
CFLAGS += -xlibmieee -O
DEPEND_FLAGS = -xM
ASFLAGS = $(AS_V8PLUS)
OS_LINK_FLAGS = -M /usr/lib/ld/map.noexstk
......@@ -92,7 +92,7 @@
#define READ_ONLY_SPACE_START (SpaceStart_TargetReadOnly)
#define READ_ONLY_SPACE_SIZE ((2*MB_128) - SPARSE_BLOCK_SIZE) /* 256 MB - 32 KB, 256 MB max */
#ifndef RELOCATABLE_STACK_START
#ifndef FEATURE_RELOCATABLE_STACKS
#define BINDING_STACK_START (0x20000000)
#endif
......@@ -101,7 +101,7 @@
#define STATIC_SPACE_START (SpaceStart_TargetStatic)
#define STATIC_SPACE_SIZE ((2*MB_128) - SPARSE_BLOCK_SIZE) /* 256 MB - 32 KB, 256 MB max */
#ifndef RELOCATABLE_STACK_START
#ifndef FEATURE_RELOCATABLE_STACKS
#define CONTROL_STACK_START (0x38000000)
#endif
#define CONTROL_STACK_SIZE (MB_128 - SPARSE_BLOCK_SIZE) /* 128 MB - 32 KB, 128 MB max */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment