From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24730 invoked by alias); 29 Apr 2009 17:12:21 -0000 Received: (qmail 24688 invoked by uid 48); 29 Apr 2009 17:12:05 -0000 Date: Wed, 29 Apr 2009 17:12:00 -0000 Message-ID: <20090429171205.24687.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/28194] R_ARM_GOTOFF32 breaks execute-in-place In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rearnsha at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-04/txt/msg02973.txt.bz2 ------- Comment #1 from rearnsha at gcc dot gnu dot org 2009-04-29 17:12 ------- The ARM port does not currently support XIP (if it worked previously, it was by chance, not design). The generated code is exactly what is wanted in a normal shared library environment, so I'm not about to start changing the default behaviour. If you want to have XIP, then implement an option that does this and submit the patches for review. -- rearnsha at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WONTFIX http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28194