]> asedeno.scripts.mit.edu Git - linux.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)
commita652758ac1475f69d28d11b3528c4f489416c877
tree19dc7a29df4010453926b486877c60ce2f057446
parentacef5e0165912c459a9ae98a25f0f87908ced0f9
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