]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Use ALIGN instead of BLOCK
authorJoel Stanley <joel@jms.id.au>
Fri, 11 Jan 2019 23:50:56 +0000 (10:50 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 15 Jan 2019 00:12:10 +0000 (11:12 +1100)
commit6c8eb2ee9952cbfa6c24f1121ee783a3d36389f3
tree19dc7a29df4010453926b486877c60ce2f057446
parent5d0215a0d7d7dc7d925c27074ae0f75816139083
powerpc: Use ALIGN instead of BLOCK

In the ld documentation under Builtin Functions:

  BLOCK(exp)

    This is a synonym for ALIGN, for compatibility with older linker scripts.

Clang's linker (lld) doesn't know about BLOCK so remove this use of
it.

Suggested-by: George Rimar <grimar@accesssoftek.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/vmlinux.lds.S