Thread overview
[Issue 8239] New: PIC always enabled on OSX
Jun 14, 2012
dawg@dawgfoto.de
Jun 15, 2012
Walter Bright
Jul 11, 2012
dawg@dawgfoto.de
June 14, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8239

           Summary: PIC always enabled on OSX
           Product: D
           Version: D2
          Platform: All
        OS/Version: Mac OS X
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: dawg@dawgfoto.de


--- Comment #0 from dawg@dawgfoto.de 2012-06-14 08:14:55 PDT ---
DMD should support -fPIC like on other platforms and other OSX compilers. It seems that the backend currently only supports PIC code.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
June 15, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8239


Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla@digitalmars.com
         Resolution|                            |INVALID


--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> 2012-06-14 18:44:19 PDT ---
It's supposed to always be on, as OSX code always must be pic.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
July 11, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8239



--- Comment #2 from dawg@dawgfoto.de 2012-07-11 14:02:37 PDT ---
So they use ASLR for executables(PIE)?
If we support this then it should be easy to fix Bug 5278.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------