diff options
Diffstat (limited to 'include/elf/aarch64.h')
-rw-r--r-- | include/elf/aarch64.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/elf/aarch64.h b/include/elf/aarch64.h index a7b86c10ed..ebbdf8c89d 100644 --- a/include/elf/aarch64.h +++ b/include/elf/aarch64.h @@ -208,7 +208,8 @@ RELOC_NUMBER (R_AARCH64_TLS_DTPMOD64, 1028) RELOC_NUMBER (R_AARCH64_TLS_DTPREL64, 1029) RELOC_NUMBER (R_AARCH64_TLS_TPREL64, 1030) RELOC_NUMBER (R_AARCH64_TLSDESC, 1031) -FAKE_RELOC (R_AARCH64_dyn_max, 1032) +RELOC_NUMBER (R_AARCH64_IRELATIVE, 1032) +FAKE_RELOC (R_AARCH64_dyn_max, 1033) END_RELOC_NUMBERS (R_AARCH64_end) |