From patchwork Tue Mar 22 10:14:08 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Sandiford X-Patchwork-Id: 720 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:45:10 -0000 Delivered-To: patches@linaro.org Received: by 10.204.113.5 with SMTP id y5cs98026bkp; Tue, 22 Mar 2011 03:14:17 -0700 (PDT) Received: by 10.223.143.5 with SMTP id s5mr95122fau.14.1300788854399; Tue, 22 Mar 2011 03:14:14 -0700 (PDT) Received: from mail-bw0-f50.google.com (mail-bw0-f50.google.com [209.85.214.50]) by mx.google.com with ESMTPS id 23si7275182faw.101.2011.03.22.03.14.13 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 22 Mar 2011 03:14:13 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.214.50 is neither permitted nor denied by best guess record for domain of richard.sandiford@linaro.org) client-ip=209.85.214.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.214.50 is neither permitted nor denied by best guess record for domain of richard.sandiford@linaro.org) smtp.mail=richard.sandiford@linaro.org Received: by bwz2 with SMTP id 2so7727016bwz.37 for ; Tue, 22 Mar 2011 03:14:12 -0700 (PDT) Received: by 10.204.14.11 with SMTP id e11mr194455bka.185.1300788852604; Tue, 22 Mar 2011 03:14:12 -0700 (PDT) Received: from richards-thinkpad (gbibp9ph1--blueice3n2.emea.ibm.com [195.212.29.84]) by mx.google.com with ESMTPS id b6sm4998695bkb.10.2011.03.22.03.14.10 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 22 Mar 2011 03:14:10 -0700 (PDT) From: Richard Sandiford To: libc-alpha@sourceware.org Mail-Followup-To: libc-alpha@sourceware.org, patches@linaro.org, richard.sandiford@linaro.org Cc: patches@linaro.org Subject: Add new ARM relocation to elf/elf.h Date: Tue, 22 Mar 2011 10:14:08 +0000 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 ARM have defined the following new relocation type. Please could you add it to elf/elf.h? Thanks, Richard * elf/elf.h (R_ARM_IRELATIVE): Define. Index: elf/elf.h =================================================================== --- elf/elf.h 2011-03-22 09:02:54.000000000 +0000 +++ elf/elf.h 2011-03-22 10:11:06.000000000 +0000 @@ -2359,6 +2359,7 @@ #define R_ARM_TLS_IE32 107 /* PC-rel 32 #define R_ARM_TLS_LE32 108 /* 32 bit offset relative to static TLS block */ #define R_ARM_THM_TLS_DESCSEQ 129 +#define R_ARM_IRELATIVE 160 #define R_ARM_RXPC25 249 #define R_ARM_RSBREL32 250 #define R_ARM_THM_RPC22 251