commit | a973c8bf09c8312c5127662f12cd7b1267064ef7 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben.dooks@codethink.co.uk> | Fri Jul 19 18:27:23 2013 +0100 |
committer | Victor Kamensky <victor.kamensky@linaro.org> | Thu Mar 13 14:48:34 2014 -0700 |
tree | 050e6bab15e10f780a04c7ac0c9ed8448180ec8e | |
parent | 2a08f5bc8607f1fcc8345c2a9d60f16210debeb5 [diff] |
ARM: module: correctly relocate instructions in BE8 When in BE8 mode, our instructions are not in the same ordering as the data, so use <asm/opcodes.h> to take this into account. Note, also requires modules to be built --be8 Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk> Reviewed-by: Dave Martin <Dave.Martin@arm.com> (cherry picked from commit f592d323bc2353db871d1e840f05b27e0730fb10) Signed-off-by: Victor Kamensky <victor.kamensky@linaro.org>