Re: [PATCH] generic ELF loading (updated)

2006-10-27 Thread Hollis Blanchard
On Fri, 2006-10-27 at 14:19 -0500, Hollis Blanchard wrote: > Here is the updated ELF loading infrastructure. A couple notes: > > It is now a module, which will be auto-loaded by loaders that need it. > However, I don't know where to put elf.c. The only similar files are > io/gzio.c and fs/fshelp.c

[PATCH] generic ELF loading (updated)

2006-10-27 Thread Hollis Blanchard
Here is the updated ELF loading infrastructure. A couple notes: It is now a module, which will be auto-loaded by loaders that need it. However, I don't know where to put elf.c. The only similar files are io/gzio.c and fs/fshelp.c, but clearly elf.c doesn't belong in either of those directories. I