From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1925 invoked by alias); 16 Dec 2004 11:59:18 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 1865 invoked from network); 16 Dec 2004 11:59:08 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 16 Dec 2004 11:59:08 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id iBGBx35s017204 for ; Thu, 16 Dec 2004 06:59:03 -0500 Received: from pobox.surrey.redhat.com (pobox.surrey.redhat.com [172.16.10.17]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id iBGBwwr20084; Thu, 16 Dec 2004 06:58:58 -0500 Received: from [172.31.0.98] (vpnuser3.surrey.redhat.com [172.16.9.3]) by pobox.surrey.redhat.com (8.12.8/8.12.8) with ESMTP id iBGBwu9A015802; Thu, 16 Dec 2004 11:58:56 GMT Message-ID: <41C179F8.7070800@redhat.com> Date: Thu, 16 Dec 2004 11:59:00 -0000 From: Nick Clifton User-Agent: Mozilla Thunderbird 1.0RC1 (X11/20041201) MIME-Version: 1.0 To: Prafulla Thakare CC: binutils@sources.redhat.com Subject: Re: Exploring the possibility of linking objects with different relocation schemes. References: <4A1BE23A7B777442B60F4B4916AE0F1303B6AF81@sohm.kpit.com> In-Reply-To: <4A1BE23A7B777442B60F4B4916AE0F1303B6AF81@sohm.kpit.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-12/txt/msg00180.txt.bz2 Hi Prafulla, > Solution as per our understanding: > We will Change the ABI number in the object file to indicate the > relocation scheme used. This is the correct approach. > Also we are exploring the possibility of linking objects with different > relocation schemes together. Can anybody suggest how feasible is to > modify present linker to link objects with different relocation scheme > at the same time? This should be possible. You may find that you cannot support the --emit-relocs switch since you would not be able to label the output file as containing both old and new ABI relocs. Cheers Nick