From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17652 invoked by alias); 12 Feb 2003 18:19:14 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 17645 invoked from network); 12 Feb 2003 18:19:14 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by 172.16.49.205 with SMTP; 12 Feb 2003 18:19:14 -0000 Received: from smtp.ott.qnx.com (smtp.ott.qnx.com [10.0.2.158]) by hub.ott.qnx.com (8.9.3/8.9.3) with ESMTP id NAA07893; Wed, 12 Feb 2003 13:08:11 -0500 Received: from catdog ([10.4.2.2]) by smtp.ott.qnx.com (8.8.8/8.6.12) with SMTP id NAA17111; Wed, 12 Feb 2003 13:19:13 -0500 Message-ID: <006b01c2d2c3$3de1f770$0202040a@catdog> From: "Kris Warkentin" To: "Kevin Buettner" , "Paul Koning" Cc: , , References: <032c01c2a60a$2368a6e0$0202040a@catdog> <1021218002802.ZM4459@localhost.localdomain> <15871.50596.942339.277490@pkoning.akdesign.com> <08ab01c2b760$2e6612a0$0202040a@catdog> <15937.26809.680000.225947@gargle.gargle.HOWL> <1030205191053.ZM3334@localhost.localdomain> <15944.11122.815000.978417@gargle.gargle.HOWL> <1030212180609.ZM11324@localhost.localdomain> Subject: Re: relocation of shared libs not based at 0 Date: Wed, 12 Feb 2003 18:19:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-SW-Source: 2003-02/txt/msg00201.txt.bz2 > I can understand wanting to do (2) for expediency's sake. If you do > so, please create a new solib backend. Basically, this will consist > of making a copy of solib-svr4.c and hacking on it 'til it works as > desired. (Some small configury changes will also be needed.) I was actually able to cheat without creating a whole new backend just by overriding svr4_relocate_section_addresses in one of my backend files. That way I only had to grab a couple support functions from solib-svr4.c cheers, Kris