commit | f592d323bc2353db871d1e840f05b27e0730fb10 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben.dooks@codethink.co.uk> | Fri Jul 19 18:27:23 2013 +0100 |
committer | Ben Dooks <ben.dooks@codethink.co.uk> | Sat Oct 19 20:46:35 2013 +0100 |
tree | 1aadf4e83ae5dd01e1c5a2d025fbba7b8e29c104 | |
parent | a79a0cb1d35ec422dcf493cef1bebf9fdfcfdb9a [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>