Re: powerpc/32: Add .data.rel* sections explicitly

2017-12-12 Thread Michael Ellerman
On Mon, 2017-11-13 at 12:06:55 UTC, Nicholas Piggin wrote: > Match powerpc/64 and include .data.rel* input sections in the .data output > section explicitly. > > This solves the warning: > > powerpc-linux-gnu-ld: warning: orphan section `.data.rel.ro' from > `arch/powerpc/kernel/head_44x.o' bein

[PATCH] powerpc/32: Add .data.rel* sections explicitly

2017-11-13 Thread Nicholas Piggin
Match powerpc/64 and include .data.rel* input sections in the .data output section explicitly. This solves the warning: powerpc-linux-gnu-ld: warning: orphan section `.data.rel.ro' from `arch/powerpc/kernel/head_44x.o' being placed in section `.data.rel.ro'. Link: https://lists.01.org/pipermail