Re: [FIX] powerpc: discard .exit.data at runtime

2015-10-15 Thread Michael Ellerman
On Wed, 2015-07-10 at 23:28:28 UTC, Stephen Rothwell wrote: > .exit.text is discarded at run time and there are some references from > that to .exit.data, so we need to discard .exit.data at run time as well. > > Fixes these errors: > > `.exit.data' referenced in section `.exit.text' of

[PATCH FIX] powerpc: discard .exit.data at runtime

2015-10-07 Thread Stephen Rothwell
.exit.text is discarded at run time and there are some references from that to .exit.data, so we need to discard .exit.data at run time as well. Fixes these errors: `.exit.data' referenced in section `.exit.text' of drivers/built-in.o: defined in discarded section `.exit.data' of