Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit d85d524 upstream The adrl instruction has been introduced with commit dd31394 ("ARM: omap3: Thumb-2 compatibility for sleep34xx.S"), back when this assembly file was considerably longer. Today adr seems to have enough reach, even when inserting about 60 instructions between the use site and the label. Replace adrl with conventional adr instruction. This allows to build this file using Clang's integrated assembler (which does not support the adrl pseudo instruction). Link: ClangBuiltLinux/linux#430 Signed-off-by: Stefan Agner <[email protected]> Signed-off-by: Tony Lindgren <[email protected]> Signed-off-by: Florian Fainelli <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> (cherry picked from commit 9e00e5d195ed38bf577101100fa67bf02139623d) Signed-off-by: Sherry Yang <[email protected]>
- Loading branch information