Re: [PATCH v3 1/3] powerpc: Discard more sections in linker script

2018-12-20 Thread Michael Ellerman
Joel Stanley writes: > Building the ppc64 kernel with a modern binutils results in this > warning: > > powerpc64le-linux-gnu-ld: warning: orphan section `.gnu.hash' from > `linker stubs' being placed in section `.gnu.hash' > > Alan Modra explains: > > > .gnu.hash, like .hash, is used by

[PATCH v3 1/3] powerpc: Discard more sections in linker script

2018-12-10 Thread Joel Stanley
Building the ppc64 kernel with a modern binutils results in this warning: powerpc64le-linux-gnu-ld: warning: orphan section `.gnu.hash' from `linker stubs' being placed in section `.gnu.hash' Alan Modra explains: > .gnu.hash, like .hash, is used by glibc ld.so for dynamic symbol > lookup.