From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:56747) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9SX0-0003PV-HT for qemu-devel@nongnu.org; Mon, 11 Apr 2011 21:36:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9Ni7-0003T8-6w for qemu-devel@nongnu.org; Mon, 11 Apr 2011 16:27:48 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:51773) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9Ni6-0003Sr-H3 for qemu-devel@nongnu.org; Mon, 11 Apr 2011 16:27:47 -0400 Received: from frontend1.mail.m-online.net (frontend1.mail.intern.m-online.net [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 65442188B5A1 for ; Mon, 11 Apr 2011 22:27:42 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.8.164]) by mail.m-online.net (Postfix) with ESMTP id AF5DB1C000A2 for ; Mon, 11 Apr 2011 22:27:42 +0200 (CEST) Received: from mail.mnet-online.de ([192.168.8.180]) by localhost (dynscan1.mail.m-online.net [192.168.8.164]) (amavisd-new, port 10024) with ESMTP id ZtHvXZ7Eawul for ; Mon, 11 Apr 2011 22:27:42 +0200 (CEST) Received: from igel.home (ppp-93-104-129-94.dynamic.mnet-online.de [93.104.129.94]) by mail.mnet-online.de (Postfix) with ESMTP for ; Mon, 11 Apr 2011 22:27:42 +0200 (CEST) From: Andreas Schwab Date: Mon, 11 Apr 2011 22:27:41 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [Qemu-devel] [PATCH] ppc.ld: add rela.iplt and provide __rela_iplt_{start, end} List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Signed-off-by: Andreas Schwab --- ppc.ld | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/ppc.ld b/ppc.ld index 5248ef1..18511ce 100644 --- a/ppc.ld +++ b/ppc.ld @@ -49,6 +49,12 @@ SECTIONS .rela.sbss2 : { *(.rela.sbss2 .rela.sbss2.* .rela.gnu.linkonce.sb2.*) } .rel.bss : { *(.rel.bss .rel.bss.* .rel.gnu.linkonce.b.*) } .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) } + .rela.iplt : + { + PROVIDE_HIDDEN (__rela_iplt_start = .); + *(.rela.iplt) + PROVIDE_HIDDEN (__rela_iplt_end = .); + } .rel.plt : { *(.rel.plt) } .rela.plt : { *(.rela.plt) } .init : -- 1.7.4.4 -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."