Skip to content

Commit

Permalink
elf/elf.h: Add new ARM TLS relocs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Sidwell authored and Roland McGrath committed Feb 18, 2011
1 parent baa6c69 commit d3f02e1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2011-02-17 Nathan Sidwell <nathan@codesourcery.com>
Glauber de Oliveira Costa <glommer@gmail.com>

* elf/elf.h: Add new ARM TLS relocs.

2011-02-16 Ryan S. Arnold <rsa@us.ibm.com>

* sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
Expand Down
8 changes: 7 additions & 1 deletion elf/elf.h
Original file line number Diff line number Diff line change
Expand Up @@ -2318,7 +2318,8 @@ typedef Elf32_Addr Elf32_Conflict;
#define R_ARM_THM_PC22 10
#define R_ARM_THM_PC8 11
#define R_ARM_AMP_VCALL9 12
#define R_ARM_SWI24 13
#define R_ARM_SWI24 13 /* Obsolete static relocation. */
#define R_ARM_TLS_DESC 13 /* Dynamic relocation. */
#define R_ARM_THM_SWI8 14
#define R_ARM_XPC25 15
#define R_ARM_THM_XPC22 16
Expand All @@ -2339,6 +2340,10 @@ typedef Elf32_Addr Elf32_Conflict;
#define R_ARM_LDR_SBREL_11_0 35
#define R_ARM_ALU_SBREL_19_12 36
#define R_ARM_ALU_SBREL_27_20 37
#define R_ARM_TLS_GOTDESC 90
#define R_ARM_TLS_CALL 91
#define R_ARM_TLS_DESCSEQ 92
#define R_ARM_THM_TLS_CALL 93
#define R_ARM_GNU_VTENTRY 100
#define R_ARM_GNU_VTINHERIT 101
#define R_ARM_THM_PC11 102 /* thumb unconditional branch */
Expand All @@ -2353,6 +2358,7 @@ typedef Elf32_Addr Elf32_Conflict;
static TLS block offset */
#define R_ARM_TLS_LE32 108 /* 32 bit offset relative to static
TLS block */
#define R_ARM_THM_TLS_DESCSEQ 129
#define R_ARM_RXPC25 249
#define R_ARM_RSBREL32 250
#define R_ARM_THM_RPC22 251
Expand Down

0 comments on commit d3f02e1

Please sign in to comment.