]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
elf.h: Define R_ARM_IRELATIVE reloc type.
authorRichard Sandiford <richard.sandiford@linaro.org>
Tue, 19 Apr 2011 16:38:42 +0000 (09:38 -0700)
committerRoland McGrath <roland@redhat.com>
Tue, 19 Apr 2011 16:38:42 +0000 (09:38 -0700)
ChangeLog
elf/elf.h

index f9c3bd46e8807623f9003c95bdd76b187d2a6d0e..1d17002ac96bca019dc9b0cc586c9fa4f888b7f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
+
+       * elf/elf.h (R_ARM_IRELATIVE): Define.
+
 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
 
        * po/ru.po: Update from translation team.
index acb7762f5377768addf561885884dcd3836b542f..ca5abbf4038d4739c0fab50227a5e8dcd3d1999f 100644 (file)
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -1,5 +1,5 @@
 /* This file defines standard ELF types, structures, and macros.
-   Copyright (C) 1995-2003,2004,2005,2006,2007,2008,2009,2010
+   Copyright (C) 1995-2003,2004,2005,2006,2007,2008,2009,2010,2011
        Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
@@ -2359,6 +2359,7 @@ typedef Elf32_Addr Elf32_Conflict;
 #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