From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10584 invoked by alias); 24 Jul 2006 10:54:01 -0000 Received: (qmail 10562 invoked by uid 22791); 24 Jul 2006 10:54:00 -0000 X-Spam-Check-By: sourceware.org Received: from ac-202-238-16-ind.acmet.com (HELO alice.acmet.com) (61.16.238.202) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 24 Jul 2006 10:53:56 +0000 Received: from santosh (localhost [127.0.0.1] (may be forged)) by alice.acmet.com (8.11.6/8.11.6) with ESMTP id k6OB0C510068 for ; Mon, 24 Jul 2006 16:30:12 +0530 Reply-To: From: "Santosh" To: Subject: Multiple relocation in ELF Date: Mon, 24 Jul 2006 10:54:00 -0000 Message-ID: <000001c6af0f$4a9a8a50$eb00a8c0@santosh> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook, Build 10.0.2627 X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00278.txt.bz2 Hi I have a query regarding relocation in ELF I come across some thing like ADDIU r2, RELOCATABLE_SYMBOL + RELOCATABLE_SYMBOL In ELF, we can emit relocation information for only one symbol having its symbol index, offset and relocation value to apply. But when I try to give more than one relocatable symbol, it cannot be represented by ELF format. I checked the MIPS ABI document, in that nothing is mentioned about multiple relocation support. Is our understanding is correct or is there any other way to support. Please give your inputs Thank you I Santhosh