<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>

</head>
<body>
<style type="text/css">
img {
max-width: 100%; height: auto;
}
</style>
<div class="content">
<h3>
Raymond Toy pushed to branch master
at <a href="https://gitlab.common-lisp.net/cmucl/cmucl">cmucl / cmucl</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/commit/7bab52625d143c93a988b53d8682aae5f3273942">7bab5262</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2016-05-21T13:27:41-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap">Add :RELOCATABLE-STACKS to *features*

Add this as a runtime feature so that it shows up in *features* and
so that the C runtime has FEATURE_RELOCATABLE_STACKS defined.

src/code/sparc-svr4-vm.lisp:
src/code/x86-vm.lisp:
o Make :relocatable-stacks a runtime feature.

src/lisp/validate.h
o Need to include internals.h here so constants are set up according
  to internals.h

src/lisp/x86-validate-darwin.h:
o Use FEATURE_RELOCATABLE_STACKS instead of RELOCATABLE_STACK_START.</pre>
</li>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/commit/2ab559c45d872766300817be833c9469f8414847">2ab559c4</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2016-05-21T13:29:35-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap">Remove -DRELOCATABLE_STACK_START

This is now handled by the runtime feature :relocatable-stacks</pre>
</li>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/commit/afc31adcc8d6ea34984a3598181a9c6eec1f9da1">afc31adc</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2016-05-21T13:30:46-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap">Use FEATURE_RELOCATABLE_STACKS instead of RELOCATABLE_STACK_START.</pre>
</li>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/commit/771c6c3dc9ba793ae7dbcbe6d7f848b3f01b55d0">771c6c3d</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2016-05-21T13:50:39-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap">Remove -DRELOCATABLE_STACK_START

This is now handled by the runtime feature :relocatable-stacks</pre>
</li>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/commit/19d9b6d9d31ea96f816720a96c8d27525f228c41">19d9b6d9</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2016-05-21T13:52:49-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap">Remove -DRELOCATABLE_STACK_START for sparc.

This is now handled by the runtime feature :relocatable-stacks.</pre>
</li>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/commit/0531c5f246964aa4fa2efdfc6b2b5f84a3807ef8">0531c5f2</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2016-05-21T14:24:52-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap">Use FEATURE_RELOCATABLE_STACKS instead of RELOCATABLE_STACK_START.</pre>
</li>
</ul>
<h4>10 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#620f2ecad2bb6f74b2fcd0134963a841" style="text-decoration: none">
src/code/sparc-svr4-vm.lisp
</a>
</li>
<li class="file-stats">
<a href="#ad29afc395839758d41094872298bd0d" style="text-decoration: none">
src/code/x86-vm.lisp
</a>
</li>
<li class="file-stats">
<a href="#c0b0bf6d71bc5fc7e6d50d69c8aa2413" style="text-decoration: none">
src/lisp/Config.sparc_sunc
</a>
</li>
<li class="file-stats">
<a href="#2ace16276b68c7d5aef163bb260bd9f7" style="text-decoration: none">
src/lisp/Config.x86_darwin
</a>
</li>
<li class="file-stats">
<a href="#4dfe7e78b540daa005ea4b5f0458c90d" style="text-decoration: none">
src/lisp/Config.x86_linux
</a>
</li>
<li class="file-stats">
<a href="#172f4bf093caeeba24730a1adff8f15a" style="text-decoration: none">
src/lisp/solaris-os.c
</a>
</li>
<li class="file-stats">
<a href="#a453f91a0a4af7575917fad54f4ac1d0" style="text-decoration: none">
src/lisp/sparc-validate.h
</a>
</li>
<li class="file-stats">
<a href="#dffc348e63ffc0037c23afd36439222f" style="text-decoration: none">
src/lisp/validate.h
</a>
</li>
<li class="file-stats">
<a href="#f82b13d5e971dfa7a0cea839dd9d819c" style="text-decoration: none">
src/lisp/x86-validate-darwin.h
</a>
</li>
<li class="file-stats">
<a href="#ba4d174bce4109eebf5db0040421eba2" style="text-decoration: none">
src/lisp/x86-validate-linux.h
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id="620f2ecad2bb6f74b2fcd0134963a841">
<a href="https://gitlab.common-lisp.net/cmucl/cmucl/compare/00ec87ed626beaa99ae6c3ff17bf7d990c1d8164...0531c5f246964aa4fa2efdfc6b2b5f84a3807ef8#diff-0">
<strong>
src/code/sparc-svr4-vm.lisp
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="background: #ffdddd; color: #000000">--- a/src/code/sparc-svr4-vm.lisp
</span><span style="background: #ddffdd; color: #000000">+++ b/src/code/sparc-svr4-vm.lisp
</span><span style="color: #aaaaaa">@@ -25,6 +25,10 @@
</span> 
 #+complex-fp-vops
 (sys:register-lisp-feature :complex-fp-vops)
<span style="background: #ddffdd; color: #000000">+
+#+(and sparc solaris)
+(sys:register-lisp-runtime-feature :relocatable-stacks)
+
</span> 
 ;;;; The sigcontext structure.
 
</code></pre>

<br>
</li>
<li id="ad29afc395839758d41094872298bd0d">
<a href="https://gitlab.common-lisp.net/cmucl/cmucl/compare/00ec87ed626beaa99ae6c3ff17bf7d990c1d8164...0531c5f246964aa4fa2efdfc6b2b5f84a3807ef8#diff-1">
<strong>
src/code/x86-vm.lisp
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="background: #ffdddd; color: #000000">--- a/src/code/x86-vm.lisp
</span><span style="background: #ddffdd; color: #000000">+++ b/src/code/x86-vm.lisp
</span><span style="color: #aaaaaa">@@ -42,6 +42,9 @@
</span>   (setf *features* (delete :x87 *features*))
   (sys:register-lisp-feature :sse2))
 
<span style="background: #ddffdd; color: #000000">+#+(or darwin linux)
+(sys:register-lisp-runtime-feature :relocatable-stacks)
+
</span> 
 ;;;; The sigcontext structure.
 
</code></pre>

<br>
</li>
<li id="c0b0bf6d71bc5fc7e6d50d69c8aa2413">
<a href="https://gitlab.common-lisp.net/cmucl/cmucl/compare/00ec87ed626beaa99ae6c3ff17bf7d990c1d8164...0531c5f246964aa4fa2efdfc6b2b5f84a3807ef8#diff-2">
<strong>
src/lisp/Config.sparc_sunc
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="background: #ffdddd; color: #000000">--- a/src/lisp/Config.sparc_sunc
</span><span style="background: #ddffdd; color: #000000">+++ b/src/lisp/Config.sparc_sunc
</span><span style="color: #aaaaaa">@@ -24,7 +24,7 @@ CC_V8PLUS = -m32 -xarch=sparc
</span> AS_V8PLUS = -m32 -xarch=sparc
 endif
 
<span style="background: #ffdddd; color: #000000">-CFLAGS += -xlibmieee -O -DRELOCATABLE_STACK_START
</span><span style="background: #ddffdd; color: #000000">+CFLAGS += -xlibmieee -O
</span> DEPEND_FLAGS = -xM
 ASFLAGS = $(AS_V8PLUS)
 OS_LINK_FLAGS = -M /usr/lib/ld/map.noexstk
</code></pre>

<br>
</li>
<li id="2ace16276b68c7d5aef163bb260bd9f7">
<a href="https://gitlab.common-lisp.net/cmucl/cmucl/compare/00ec87ed626beaa99ae6c3ff17bf7d990c1d8164...0531c5f246964aa4fa2efdfc6b2b5f84a3807ef8#diff-3">
<strong>
src/lisp/Config.x86_darwin
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="background: #ffdddd; color: #000000">--- a/src/lisp/Config.x86_darwin
</span><span style="background: #ddffdd; color: #000000">+++ b/src/lisp/Config.x86_darwin
</span><span style="color: #aaaaaa">@@ -6,7 +6,7 @@ include Config.x86_common
</span> # you have the 10.5 SDK available.
 MIN_VER = -mmacosx-version-min=10.5
 
<span style="background: #ffdddd; color: #000000">-CPPFLAGS += -DDARWIN $(MIN_VER) -m32 -DRELOCATABLE_STACK_START
</span><span style="background: #ddffdd; color: #000000">+CPPFLAGS += -DDARWIN $(MIN_VER) -m32
</span> CFLAGS += -g3 -mtune=generic
 ASFLAGS += -g3 $(MIN_VER)
 
</code></pre>

<br>
</li>
<li id="4dfe7e78b540daa005ea4b5f0458c90d">
<a href="https://gitlab.common-lisp.net/cmucl/cmucl/compare/00ec87ed626beaa99ae6c3ff17bf7d990c1d8164...0531c5f246964aa4fa2efdfc6b2b5f84a3807ef8#diff-4">
<strong>
src/lisp/Config.x86_linux
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="background: #ffdddd; color: #000000">--- a/src/lisp/Config.x86_linux
</span><span style="background: #ddffdd; color: #000000">+++ b/src/lisp/Config.x86_linux
</span><span style="color: #aaaaaa">@@ -1,7 +1,7 @@
</span> # -*- Mode: makefile -*-
 include Config.x86_common
 
<span style="background: #ffdddd; color: #000000">-CPPFLAGS += -m32 -D__NO_CTYPE -D_GNU_SOURCE -DRELOCATABLE_STACK_START
</span><span style="background: #ddffdd; color: #000000">+CPPFLAGS += -m32 -D__NO_CTYPE -D_GNU_SOURCE
</span> CFLAGS += -rdynamic  -march=pentium4 -mfpmath=sse -mtune=generic
 
 UNDEFSYMPATTERN = -Xlinker -u -Xlinker &
</code></pre>

<br>
</li>
<li id="172f4bf093caeeba24730a1adff8f15a">
<a href="https://gitlab.common-lisp.net/cmucl/cmucl/compare/00ec87ed626beaa99ae6c3ff17bf7d990c1d8164...0531c5f246964aa4fa2efdfc6b2b5f84a3807ef8#diff-5">
<strong>
src/lisp/solaris-os.c
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="background: #ffdddd; color: #000000">--- a/src/lisp/solaris-os.c
</span><span style="background: #ddffdd; color: #000000">+++ b/src/lisp/solaris-os.c
</span><span style="color: #aaaaaa">@@ -415,7 +415,7 @@ os_vm_address_t round_up_sparse_size(os_vm_address_t addr)
</span>  */
 static os_vm_address_t spaces[] = {
     READ_ONLY_SPACE_START, STATIC_SPACE_START,
<span style="background: #ffdddd; color: #000000">-#ifndef RELOCATABLE_STACK_START
</span><span style="background: #ddffdd; color: #000000">+#ifndef FEATURE_RELOCATABLE_STACKS
</span>     BINDING_STACK_START,
     CONTROL_STACK_START
 #endif    
<span style="color: #aaaaaa">@@ -505,7 +505,7 @@ make_holes(void)
</span> void
 make_stack_holes(void)
 {
<span style="background: #ffdddd; color: #000000">-#ifdef RELOCATABLE_STACK_START
</span><span style="background: #ddffdd; color: #000000">+#ifdef FEATURE_RELOCATABLE_STACKS
</span>     make_hole((os_vm_address_t)control_stack, control_stack_size);
     make_hole((os_vm_address_t)binding_stack, binding_stack_size);
 #endif
</code></pre>

<br>
</li>
<li id="a453f91a0a4af7575917fad54f4ac1d0">
<a href="https://gitlab.common-lisp.net/cmucl/cmucl/compare/00ec87ed626beaa99ae6c3ff17bf7d990c1d8164...0531c5f246964aa4fa2efdfc6b2b5f84a3807ef8#diff-6">
<strong>
src/lisp/sparc-validate.h
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="background: #ffdddd; color: #000000">--- a/src/lisp/sparc-validate.h
</span><span style="background: #ddffdd; color: #000000">+++ b/src/lisp/sparc-validate.h
</span><span style="color: #aaaaaa">@@ -92,7 +92,7 @@
</span> #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 */
 
<span style="background: #ffdddd; color: #000000">-#ifndef RELOCATABLE_STACK_START
</span><span style="background: #ddffdd; color: #000000">+#ifndef FEATURE_RELOCATABLE_STACKS
</span> #define BINDING_STACK_START       (0x20000000)
 #endif
 
<span style="color: #aaaaaa">@@ -101,7 +101,7 @@
</span> #define STATIC_SPACE_START        (SpaceStart_TargetStatic)
 #define STATIC_SPACE_SIZE      ((2*MB_128) - SPARSE_BLOCK_SIZE)        /* 256 MB - 32 KB, 256 MB max */
 
<span style="background: #ffdddd; color: #000000">-#ifndef RELOCATABLE_STACK_START
</span><span style="background: #ddffdd; color: #000000">+#ifndef FEATURE_RELOCATABLE_STACKS
</span> #define CONTROL_STACK_START       (0x38000000)
 #endif
 #define CONTROL_STACK_SIZE     (MB_128 - SPARSE_BLOCK_SIZE)    /* 128 MB - 32 KB, 128 MB max */
</code></pre>

<br>
</li>
<li id="dffc348e63ffc0037c23afd36439222f">
<a href="https://gitlab.common-lisp.net/cmucl/cmucl/compare/00ec87ed626beaa99ae6c3ff17bf7d990c1d8164...0531c5f246964aa4fa2efdfc6b2b5f84a3807ef8#diff-7">
<strong>
src/lisp/validate.h
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="background: #ffdddd; color: #000000">--- a/src/lisp/validate.h
</span><span style="background: #ddffdd; color: #000000">+++ b/src/lisp/validate.h
</span><span style="color: #aaaaaa">@@ -8,6 +8,8 @@
</span> #ifndef _VALIDATE_H_
 #define _VALIDATE_H_
 
<span style="background: #ddffdd; color: #000000">+#include "internals.h"
+
</span> #ifdef parisc
 #include "hppa-validate.h"
 #endif
</code></pre>

<br>
</li>
<li id="f82b13d5e971dfa7a0cea839dd9d819c">
<a href="https://gitlab.common-lisp.net/cmucl/cmucl/compare/00ec87ed626beaa99ae6c3ff17bf7d990c1d8164...0531c5f246964aa4fa2efdfc6b2b5f84a3807ef8#diff-8">
<strong>
src/lisp/x86-validate-darwin.h
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="background: #ffdddd; color: #000000">--- a/src/lisp/x86-validate-darwin.h
</span><span style="background: #ddffdd; color: #000000">+++ b/src/lisp/x86-validate-darwin.h
</span><span style="color: #aaaaaa">@@ -18,12 +18,12 @@
</span> #define STATIC_SPACE_START        (SpaceStart_TargetStatic)
 #define STATIC_SPACE_SIZE      (0x0ffff000)    /* 256MB - 1 page */
 
<span style="background: #ffdddd; color: #000000">-#ifndef RELOCATABLE_STACK_START
</span><span style="background: #ddffdd; color: #000000">+#ifndef FEATURE_RELOCATABLE_STACKS
</span> #define BINDING_STACK_START       (0x38000000)
 #endif
 #define BINDING_STACK_SIZE     (0x07fff000)    /* 128MB - 1 page */
 
<span style="background: #ffdddd; color: #000000">-#ifndef RELOCATABLE_STACK_START
</span><span style="background: #ddffdd; color: #000000">+#ifndef FEATURE_RELOCATABLE_STACKS
</span> #define CONTROL_STACK_START       (0x40000000)
 #endif
 
<span style="color: #aaaaaa">@@ -33,7 +33,7 @@
</span>  */
 #define CONTROL_STACK_SIZE     (0x07fdf000)    /* 128MB - SIGSTKSZ - 1 page */
 
<span style="background: #ffdddd; color: #000000">-#ifndef RELOCATABLE_STACK_START
</span><span style="background: #ddffdd; color: #000000">+#ifndef FEATURE_RELOCATABLE_STACKS
</span> #define SIGNAL_STACK_START        (0x47fe0000)    /* One page past the end of the control stack */
 #endif
 #define SIGNAL_STACK_SIZE      SIGSTKSZ
</code></pre>

<br>
</li>
<li id="ba4d174bce4109eebf5db0040421eba2">
<a href="https://gitlab.common-lisp.net/cmucl/cmucl/compare/00ec87ed626beaa99ae6c3ff17bf7d990c1d8164...0531c5f246964aa4fa2efdfc6b2b5f84a3807ef8#diff-9">
<strong>
src/lisp/x86-validate-linux.h
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="background: #ffdddd; color: #000000">--- a/src/lisp/x86-validate-linux.h
</span><span style="background: #ddffdd; color: #000000">+++ b/src/lisp/x86-validate-linux.h
</span><span style="color: #aaaaaa">@@ -45,17 +45,17 @@
</span> #define STATIC_SPACE_START        (SpaceStart_TargetStatic)
 #define STATIC_SPACE_SIZE      (0x0ffff000)    /* 256MB - 1 page */
 
<span style="background: #ffdddd; color: #000000">-#ifndef RELOCATABLE_STACK_START
</span><span style="background: #ddffdd; color: #000000">+#ifndef FEATURE_RELOCATABLE_STACKS
</span> #define BINDING_STACK_START       (0x20000000)
 #endif
 #define BINDING_STACK_SIZE     (0x07fff000)    /* 128MB - 1 page */
 
<span style="background: #ffdddd; color: #000000">-#ifndef RELOCATABLE_STACK_START
</span><span style="background: #ddffdd; color: #000000">+#ifndef FEATURE_RELOCATABLE_STACKS
</span> #define CONTROL_STACK_START       0x38000000
 #endif
 #define CONTROL_STACK_SIZE     (0x07fff000 - 8192)
 
<span style="background: #ffdddd; color: #000000">-#ifndef RELOCATABLE_STACK_START
</span><span style="background: #ddffdd; color: #000000">+#ifndef FEATURE_RELOCATABLE_STACKS
</span> #define SIGNAL_STACK_START        CONTROL_STACK_END
 #endif
 #define SIGNAL_STACK_SIZE      SIGSTKSZ
</code></pre>

<br>
</li>

</div>
<div class="footer" style="margin-top: 10px">
<p style="color: #777; font-size: small">

<br>
<a href="https://gitlab.common-lisp.net/cmucl/cmucl/compare/00ec87ed626beaa99ae6c3ff17bf7d990c1d8164...0531c5f246964aa4fa2efdfc6b2b5f84a3807ef8">View it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.common-lisp.net.
If you'd like to receive fewer emails, you can
adjust your notification settings.

</p>
</div>
</body>
</html>