From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17192 invoked by alias); 23 Oct 2002 23:23:08 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 17185 invoked from network); 23 Oct 2002 23:23:07 -0000 Received: from unknown (HELO mail-out1.apple.com) (17.254.0.52) by sources.redhat.com with SMTP; 23 Oct 2002 23:23:07 -0000 Received: from mailgate2.apple.com (A17-129-100-225.apple.com [17.129.100.225]) by mail-out1.apple.com (8.11.3/8.11.3) with ESMTP id g9NNN7k20861 for ; Wed, 23 Oct 2002 16:23:07 -0700 (PDT) Received: from scv2.apple.com (scv2.apple.com) by mailgate2.apple.com (Content Technologies SMTPRS 4.2.1) with ESMTP id ; Wed, 23 Oct 2002 16:23:07 -0700 Received: from apple.com (mrs.apple.com [17.201.24.155]) by scv2.apple.com (8.11.3/8.11.3) with ESMTP id g9NNN6Z27202; Wed, 23 Oct 2002 16:23:06 -0700 (PDT) Date: Wed, 23 Oct 2002 23:52:00 -0000 Subject: Re: relocations Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v546) Cc: GCC , Corey Schuhen To: Stuart Clarke From: Mike Stump In-Reply-To: <200210262157.11591.stuart_clarke@beeline.ag> Message-Id: Content-Transfer-Encoding: 7bit X-SW-Source: 2002-10/txt/msg01461.txt.bz2 On Saturday, October 26, 2002, at 04:57 AM, Stuart Clarke wrote: > GCC doesn't seem to have a run-time option for producing a rela.text > section > rather than a rel.text one. Is there any means by which the GCC > source could > be patched/adjusted to accomplish this? Wrong list. I think most of these issues have little to do with the compiler. I think you want to check out the binutils list. Yes, in binutils, it is easily reconfigured. See the binutils source code, a proper port to your system would include these changes.