summaryrefslogtreecommitdiff
path: root/include/elf.h
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-02-12 10:58:35 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2015-02-12 10:58:35 +0000
commit559c76ec11b66786572501f6ab7b5d843c8fa500 (patch)
tree89385ae89ccb99165fd0d65ca09ad5c3b95d686a /include/elf.h
parent9359b61ca44980d33c0bee42b9bb2e36e72835dd (diff)
parentf4d1d2ad474e882df13418239aa3050673a844d7 (diff)
downloadkexec-tools-baserock/morph.tar.gz
Merge branch 'baserock/tiagogomes/armv8l64' into baserock/morphbaserock/morph
Diffstat (limited to 'include/elf.h')
-rw-r--r--include/elf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/elf.h b/include/elf.h
index 1a2eb5a..5db637b 100644
--- a/include/elf.h
+++ b/include/elf.h
@@ -1984,6 +1984,10 @@ typedef Elf32_Addr Elf32_Conflict;
#define R_PPC64_DTPREL16_HIGHERA 104 /* half16 (sym+add)@dtprel@highera */
#define R_PPC64_DTPREL16_HIGHEST 105 /* half16 (sym+add)@dtprel@highest */
#define R_PPC64_DTPREL16_HIGHESTA 106 /* half16 (sym+add)@dtprel@highesta */
+#define R_PPC64_REL16 249 /* half16 (sym+add-.) */
+#define R_PPC64_REL16_LO 250 /* half16 (sym+add-.)@l */
+#define R_PPC64_REL16_HI 251 /* half16 (sym+add-.)@h */
+#define R_PPC64_REL16_HA 252 /* half16 (sym+add-.)@ha */
/* Keep this the last entry. */
#define R_PPC64_NUM 107