commit | 430d0b88943afffd0da6d98799bf0afb008fd13f | [log] [tgz] |
---|---|---|
author | Paul Burton <paul.burton@imgtec.com> | Thu Mar 30 11:37:45 2017 -0700 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Jun 28 12:22:38 2017 +0200 |
tree | e8bca93c870fca98e8b88fc86a8c32492cee5744 | |
parent | 351b0940d473146923711bc943fc881354a4c1f3 [diff] |
MIPS: module: Unify rel & rela reloc handling The module load code has previously had entirely separate implementations for rel & rela style relocs, which unnecessarily duplicates a whole lot of code. Unify the implementations of both types of reloc, sharing the bulk of the code. Signed-off-by: Paul Burton <paul.burton@imgtec.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/15832/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>