Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
usr.sbin/crunch/crunchide/exec_elf32.c | ||
---|---|---|
181 | While you are cleaning up, do we need all these ifndef for things that we define in the base? |
usr.sbin/crunch/crunchide/exec_elf32.c | ||
---|---|---|
181 | almost certainly not, but I'd rather do it as a subsequent commit |
Comment Actions
Another possible cleanup would be to rename elf_exec32.c to elf_exec.c and have elf_exec32.c look like elf_exec64.c where both of them just set ELFSIZE and include the common file (this is what we do in other places). That would be a follow up though.
Comment Actions
Yeah. I recently discovered that NetBSD has a number of crunch* improvements, so we might want to look at importing it as vendor source, or cherry-pick changes from there.