From: Andreas Schwab
commit 8a583c0a8d316d8ea52ea78491174ab1a3e9ef9d upstream.
binutils >= 2.26 now warns about misuse of register expressions in
assembler operands that are actually literals, for example:
arch/powerpc/kernel/entry_64.S:535: Warning: invalid register expression
In practice t
On Mon, 2017-08-14 at 18:42:43 UTC, Andreas Schwab wrote:
> This fixes another invalid use of register expressions.
>
> Signed-off-by: Andreas Schwab
Applied to powerpc next, thanks.
https://git.kernel.org/powerpc/c/6c80d3164ece26e55dc2dbfceba948
cheers
This fixes another invalid use of register expressions.
Signed-off-by: Andreas Schwab
---
arch/powerpc/kernel/l2cr_6xx.S | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/powerpc/kernel/l2cr_6xx.S b/arch/powerpc/kernel/l2cr_6xx.S
index 97ec8557f9..6408f09dbb 100644
---
On Sat, 2017-08-05 at 17:55:11 UTC, Andreas Schwab wrote:
> binutils >= 2.26 now warns about misuse of register expressions in
> assembler operands that are actually literals, for example:
>
> arch/powerpc/kernel/entry_64.S:535: Warning: invalid register expression
>
> Signed-off-by: Andreas Schw
Andreas Schwab writes:
> binutils >= 2.26 now warns about misuse of register expressions in
> assembler operands that are actually literals, for example:
>
> arch/powerpc/kernel/entry_64.S:535: Warning: invalid register expression
>
> Signed-off-by: Andreas Schwab
> ---
> arch/powerpc/include/a
binutils >= 2.26 now warns about misuse of register expressions in
assembler operands that are actually literals, for example:
arch/powerpc/kernel/entry_64.S:535: Warning: invalid register expression
Signed-off-by: Andreas Schwab
---
arch/powerpc/include/asm/ppc_asm.h | 2 +-
arch/powerpc/kern