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

2018-12-20 Thread Michael Ellerman
Joel Stanley writes: > 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. > >

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

2018-12-10 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