summaryrefslogtreecommitdiffstats
path: root/backends/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <[email protected]>2014-01-24 15:50:52 +0100
committerMark Wielaard <[email protected]>2014-01-30 10:23:42 +0100
commitccdc13b7e0b0e7df045899e13446223c3e2b3a80 (patch)
tree04c32820d196ddbc0b37edbf720f50f3fa9fed58 /backends/ChangeLog
parentf48eb6b15fee66e54b488d71738979fc608f25ee (diff)
backends: Update arm_reloc.def.
The elflint self test now also checks ET_REL files. Update the list of relocation types to include all known relocations from elf.h. R_ARM_SWI24 was obsolete and is now named R_ARM_TLS_DESC. The only other relocation used in the dynamic linker is R_ARM_IRELATIVE. Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'backends/ChangeLog')
-rw-r--r--backends/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/backends/ChangeLog b/backends/ChangeLog
index 0df68195..045fa9d1 100644
--- a/backends/ChangeLog
+++ b/backends/ChangeLog
@@ -1,3 +1,7 @@
+2014-01-24 Mark Wielaard <[email protected]>
+
+ * arm_reloc.def: Update list.
+
2014-01-22 Mark Wielaard <[email protected]>
* Makefile.am (aarch64_regs_no_Wformat): Removed.