Re: [PATCH cirrus 1/2] Remove (almost) no-op setup functions

2016-04-27 Thread Adam Jackson
On Wed, 2016-04-27 at 22:30 +0200, Julien Cristau wrote: > On Wed, Apr 27, 2016 at 12:25:31 -0400, Adam Jackson wrote: > > > These became practical no-ops when I removed reference to the loader > > symbol lists. gcc will still emit code (and bss) for them though. No > > functional change, just

Re: [PATCH cirrus 1/2] Remove (almost) no-op setup functions

2016-04-27 Thread Julien Cristau
On Wed, Apr 27, 2016 at 12:25:31 -0400, Adam Jackson wrote: > These became practical no-ops when I removed reference to the loader > symbol lists. gcc will still emit code (and bss) for them though. No > functional change, just doing it to prove that nothing special happens > at submodule load. >

[PATCH cirrus 1/2] Remove (almost) no-op setup functions

2016-04-27 Thread Adam Jackson
These became practical no-ops when I removed reference to the loader symbol lists. gcc will still emit code (and bss) for them though. No functional change, just doing it to prove that nothing special happens at submodule load. Signed-off-by: Adam Jackson --- src/alp_driver.c |