Re: [PATCH v2 2/3] powerpc: Discard dynsym section for !PPC32

2018-12-10 Thread Joel Stanley
On Wed, 5 Dec 2018 at 04:11, Segher Boessenkool wrote: > > On Tue, Dec 04, 2018 at 11:24:28AM +1030, Joel Stanley wrote: > > Alan Modra explains: > > > > > Likely you could discard .interp > and .dynstr too, and .dynsym when > > > !CONFIG_PPC32. > > > > Discarding of interp and dynstr happened

Re: [PATCH v2 2/3] powerpc: Discard dynsym section for !PPC32

2018-12-04 Thread Segher Boessenkool
On Tue, Dec 04, 2018 at 11:24:28AM +1030, Joel Stanley wrote: > Alan Modra explains: > > > Likely you could discard .interp > and .dynstr too, and .dynsym when > > !CONFIG_PPC32. > > Discarding of interp and dynstr happened in a previous patch. The dynsym > cleanup was a bit less

[PATCH v2 2/3] powerpc: Discard dynsym section for !PPC32

2018-12-03 Thread Joel Stanley
Alan Modra explains: > Likely you could discard .interp > and .dynstr too, and .dynsym when > !CONFIG_PPC32. Discarding of interp and dynstr happened in a previous patch. The dynsym cleanup was a bit less straightforward, so it gets it's own patch. Signed-off-by: Joel Stanley --- See