Re: [PATCH v2 6/7] powerpc/64/build: merge .got and .toc input sections

2022-09-17 Thread Michael Ellerman
Christophe Leroy writes: > Le 16/09/2022 à 06:07, Nicholas Piggin a écrit : >> Follow the binutils ld internal linker script and merge .got and .toc >> input sections in the .got output section. >> >> Signed-off-by: Nicholas Piggin >> --- >> arch/powerpc/kernel/vmlinux.lds.S | 3 +-- >> 1

Re: [PATCH v2 6/7] powerpc/64/build: merge .got and .toc input sections

2022-09-16 Thread Christophe Leroy
Le 16/09/2022 à 06:07, Nicholas Piggin a écrit : > Follow the binutils ld internal linker script and merge .got and .toc > input sections in the .got output section. > > Signed-off-by: Nicholas Piggin > --- > arch/powerpc/kernel/vmlinux.lds.S | 3 +-- > 1 file changed, 1 insertion(+), 2

[PATCH v2 6/7] powerpc/64/build: merge .got and .toc input sections

2022-09-15 Thread Nicholas Piggin
Follow the binutils ld internal linker script and merge .got and .toc input sections in the .got output section. Signed-off-by: Nicholas Piggin --- arch/powerpc/kernel/vmlinux.lds.S | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/powerpc/kernel/vmlinux.lds.S