Re: powerpc: Use ALIGN instead of BLOCK

2019-01-23 Thread Michael Ellerman
On Fri, 2019-01-11 at 23:50:56 UTC, Joel Stanley wrote: > 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. > > Link:

[PATCH] powerpc: Use ALIGN instead of BLOCK

2019-01-11 Thread Joel Stanley
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. Link: https://github.com/ClangBuiltLinux/linux/issues/253 Signed-off-by: Joel