This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PING^2: Add new ARM relocation to elf/elf.h


Second ping for:

Richard Sandiford <richard.sandiford@linaro.org> writes:
> ARM have defined the following new relocation type.  Please could you
> add it to elf/elf.h?

Please apply if OK.

Thanks,
Richard


2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>

	* 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]