This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/25761] -fpic (not -fPIC) does not work with i686-darwin
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Mar 2006 19:28:28 -0000
- Subject: [Bug target/25761] -fpic (not -fPIC) does not work with i686-darwin
- References: <bug-25761-6528@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #10 from pinskia at gcc dot gnu dot org 2006-03-01 19:28 -------
Subject: Bug 25761
Author: pinskia
Date: Wed Mar 1 19:28:22 2006
New Revision: 111611
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111611
Log:
2006-03-01 Andrew Pinski <pinskia@physics.uc.edu>
PR target/25761
* config/darwin.h (MACHOPIC_JUST_INDIRECT): Check just
MACHO_DYNAMIC_NO_PIC_P.
(MACHOPIC_PURE): Check flag_pic and not MACHO_DYNAMIC_NO_PIC_P.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/darwin.h
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25761