diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/elf/ChangeLog | 4 | ||||
-rw-r--r-- | include/elf/aarch64.h | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index e8cfea5..245267d 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2013-06-19 Will Newton <will.newton@linaro.org> + + * aarch64.h: Remove R_AARCH64_IRELATIVE. + 2013-06-07 Will Newton <will.newton@linaro.org> * aarch64.h: Add R_AARCH64_IRELATIVE reloc. diff --git a/include/elf/aarch64.h b/include/elf/aarch64.h index ebbdf8c..a7b86c1 100644 --- a/include/elf/aarch64.h +++ b/include/elf/aarch64.h @@ -208,8 +208,7 @@ 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) -RELOC_NUMBER (R_AARCH64_IRELATIVE, 1032) -FAKE_RELOC (R_AARCH64_dyn_max, 1033) +FAKE_RELOC (R_AARCH64_dyn_max, 1032) END_RELOC_NUMBERS (R_AARCH64_end) |