On Mon, Sep 25, 2017 at 08:39:21PM +0000, Maxime Villard wrote: > Module Name: src > Committed By: maxv > Date: Mon Sep 25 20:39:21 UTC 2017 > > Modified Files: > src/sys/lib/libsa: loadfile_elf32.c > > Log Message: > Clean up and split loadfile, reduces a patch I have.
I dislike this splitting. The existing function is already bad because it requires seeking around. Now there are even more places that need to be changed for fixing that. Joerg