ARM: add support for R_ARM_V4BX

This commit is contained in:
Daniel Glöckner
2010-05-15 01:23:34 +02:00
parent 20a1cba286
commit 128e46f91b
2 changed files with 11 additions and 1 deletions

1
elf.h
View File

@ -1673,6 +1673,7 @@ typedef Elf32_Addr Elf32_Conflict;
#define R_ARM_PLT32 27 /* 32 bit PLT address */
#define R_ARM_CALL 28
#define R_ARM_JUMP24 29
#define R_ARM_V4BX 40
#define R_ARM_PREL31 42
#define R_ARM_GNU_VTENTRY 100
#define R_ARM_GNU_VTINHERIT 101