Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • Raymond Toy's avatar
    7bab5262
    Add :RELOCATABLE-STACKS to *features* · 7bab5262
    Raymond Toy authored
    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.
    7bab5262
    History
    Add :RELOCATABLE-STACKS to *features*
    Raymond Toy authored
    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.