diff options
author | Ben Dooks <ben.dooks@codethink.co.uk> | 2013-07-22 17:32:19 +0200 |
---|---|---|
committer | Ben Dooks <ben.dooks@codethink.co.uk> | 2013-10-19 21:46:35 +0200 |
commit | 0ab89d0bf8054c3146ec06df357946bb87f36729 (patch) | |
tree | aaa65b475258e06bfc15b401e59f645f54b9d95c /arch/arm/include/asm/hardware | |
parent | ARM: module: correctly relocate instructions in BE8 (diff) | |
download | linux-0ab89d0bf8054c3146ec06df357946bb87f36729.tar.xz linux-0ab89d0bf8054c3146ec06df357946bb87f36729.zip |
ARM: set --be8 when linking modules
To avoid having to make every text section swap the instruction order
of all instructions, make sure modules are built also built with --be8
(as is the current kernel final link).
If we do not do this, we would end up having to swap all instructions
when loading a module, instead of just the instructions that we are
applying ELF relocations to.
Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Reviewed-by: Dave Martin <Dave.Martin@arm.com>
Diffstat (limited to 'arch/arm/include/asm/hardware')
0 files changed, 0 insertions, 0 deletions