[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-janitors] Re: #65: disable executable stack sections
From: |
Chicken Trac |
Subject: |
[Chicken-janitors] Re: #65: disable executable stack sections |
Date: |
Wed, 12 Aug 2009 07:54:10 -0000 |
#65: disable executable stack sections
--------------------------+-------------------------------------------------
Reporter: felix | Owner:
Type: defect | Status: new
Priority: major | Milestone: 4.2.0
Component: build system | Version: 4.1.x
Keywords: |
--------------------------+-------------------------------------------------
Comment(by zbigniew):
FYI, prior to patch:
{{{
~/scheme/chicken-4$ scanelf -qe *
!WX --- --- apply-hack.x86-64.o
RWX --- --- chicken-boot
RWX --- --- chicken-bug
RWX --- --- libchicken.so
RWX --- --- libuchicken.so
}}}
After patch and `make`:
{{{
~/scheme/chicken-4$ scanelf -qe *
RWX --- --- chicken-boot
}}}
After `make bootstrap`:
{{{
~/scheme/chicken-4$ scanelf -qe *
}}}
--
Ticket URL: <http://www.irp.oist.jp/trac/chicken/ticket/65#comment:2>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.