commit | c54de490a2e4e74164f747925ff05c00dfa153cd | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Tue Aug 14 00:34:18 2012 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Fri Aug 17 10:57:28 2012 +0200 |
tree | 8a9a2d3717725661a0430966db5bd674db4d4dfb | |
parent | 861667dc82f561e65336ea67f73021b782b4ff74 [diff] |
MIPS: Module: Deal with malformed HI16/LO16 relocation sequences. In case a series of R_MIPS_HI16 relocations was not followed by an R_MIPS_LO16 relocation we were leaking the hi16 relocation chain. Handle that error and return an error. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>