diff options
author | Richard Sandiford <richard.sandiford@linaro.org> | 2011-04-19 09:38:42 -0700 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2011-04-19 09:38:42 -0700 |
commit | e3d8f58414eb17ccfde95311409498ac06509dd7 (patch) | |
tree | 093dd8b2a28d91d0f09c5c7ef2323e14fc05fb36 /elf/elf.h | |
parent | af190f45652742ed09a57897062bcb5109e7ba9d (diff) | |
download | glibc-e3d8f58414eb17ccfde95311409498ac06509dd7.tar.gz glibc-e3d8f58414eb17ccfde95311409498ac06509dd7.tar.xz glibc-e3d8f58414eb17ccfde95311409498ac06509dd7.zip |
elf.h: Define R_ARM_IRELATIVE reloc type.
Diffstat (limited to 'elf/elf.h')
-rw-r--r-- | elf/elf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/elf/elf.h b/elf/elf.h index acb7762f53..ca5abbf403 100644 --- 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 |