commit | a769094061289453e8c331d7746e0e26f5d1e38b | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Fri Jun 26 00:49:51 2009 +0000 |
committer | Mike Frysinger <vapier@gentoo.org> | Wed Sep 16 21:28:52 2009 -0400 |
tree | 21275817e750549e594ef026be3c1c0711585cb6 | |
parent | 459fec9073bca854badc1a719f7c12f5162d0edd [diff] |
Blackfin: fix module reloc handling for all memory regions The current module relocation code has spotty handling wrt different memory regions (like L1 instruction). Rather than try to fix each little spot, use the new common memory functions to greatly simplify everything and make sure it is always correct. Signed-off-by: Mike Frysinger <vapier@gentoo.org>