summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorJeroen Hofstee <[email protected]>2013-08-24 13:55:38 +0200
committerAlbert ARIBAUD <[email protected]>2013-09-23 14:36:50 +0200
commit373d79839451de08c3dce9231a133178378c4590 (patch)
treecd6c2c2780a1d51eb9f05d0a5b1105cc0821c841 /include/linux
parentad31ff6a4f5e420637da256e8d259bc0c63b0d2b (diff)
arm: prevent using movt/movw address loads
The movt/movw instruction can be used to hardcode an memory location in the instruction itself. The linker starts complaining about this if the compiler decides to do so: "relocation R_ARM_MOVW_ABS_NC against `a local symbol' can not be used" and it is not support by U-boot as well. Prevent their use by requiring word relocations. This allows u-boot to be build at other optimalization levels then -Os. Signed-off-by: Jeroen Hofstee <[email protected]> Cc: [email protected] Cc: Albert ARIBAUD <[email protected]> Acked-by: Simon Glass <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions