Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/elf/ChangeLog4
-rw-r--r--include/elf/aarch64.h3
2 files changed, 6 insertions, 1 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index dcbe68633..e8cfea521 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-07 Will Newton <will.newton@linaro.org>
+
+ * aarch64.h: Add R_AARCH64_IRELATIVE reloc.
+
2013-06-06 Maciej W. Rozycki <macro@codesourcery.com>
* mips.h (ELF_ST_SET_MIPS_PIC): Clear any STO_MIPS16 setting.
diff --git a/include/elf/aarch64.h b/include/elf/aarch64.h
index a7b86c10e..ebbdf8c89 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)