Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cmucl
cmucl
Commits
19d9b6d9
Commit
19d9b6d9
authored
8 years ago
by
Raymond Toy
Browse files
Options
Downloads
Patches
Plain Diff
Remove -DRELOCATABLE_STACK_START for sparc.
This is now handled by the runtime feature :relocatable-stacks.
parent
771c6c3d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/lisp/Config.sparc_sunc
+1
-1
1 addition, 1 deletion
src/lisp/Config.sparc_sunc
src/lisp/sparc-validate.h
+2
-2
2 additions, 2 deletions
src/lisp/sparc-validate.h
with
3 additions
and
3 deletions
src/lisp/Config.sparc_sunc
+
1
−
1
View file @
19d9b6d9
...
...
@@ -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
This diff is collapsed.
Click to expand it.
src/lisp/sparc-validate.h
+
2
−
2
View file @
19d9b6d9
...
...
@@ -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_STACK
S
#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_STACK
S
#define CONTROL_STACK_START (0x38000000)
#endif
#define CONTROL_STACK_SIZE (MB_128 - SPARSE_BLOCK_SIZE)
/* 128 MB - 32 KB, 128 MB max */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment