[llvm-branch-commits] [ARM, MC] Support FDPIC relocations (PR #82187)
James Henderson via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Feb 19 00:24:27 PST 2024
================
@@ -143,3 +143,10 @@ ELF_RELOC(R_ARM_THM_BF16, 0x88)
ELF_RELOC(R_ARM_THM_BF12, 0x89)
ELF_RELOC(R_ARM_THM_BF18, 0x8a)
ELF_RELOC(R_ARM_IRELATIVE, 0xa0)
+ELF_RELOC(R_ARM_GOTFUNCDESC, 0xa1)
+ELF_RELOC(R_ARM_GOTOFFFUNCDESC, 0xa2)
+ELF_RELOC(R_ARM_FUNCDESC, 0xa3)
+ELF_RELOC(R_ARM_FUNCDESC_VALUE, 0xa4)
+ELF_RELOC(R_ARM_TLS_GD32_FDPIC, 0xa5)
+ELF_RELOC(R_ARM_TLS_LDM32_FDPIC, 0xa6)
+ELF_RELOC(R_ARM_TLS_IE32_FDPIC, 0xa7)
----------------
jh7370 wrote:
I might be looking in the wrong place, but I couldn't see the values for these three relocations defined in the doc you link in the description?
https://github.com/llvm/llvm-project/pull/82187
More information about the llvm-branch-commits
mailing list