Add back support for SYSV binaries. Those are nasty since
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Wed, 1 Jun 2005 16:51:46 +0000 (16:51 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Wed, 1 Jun 2005 16:51:46 +0000 (16:51 +0000)
commit237770a00397f88e45758300a20c66a938505668
tree605540067801700ef9b1966012b2e9e71f4c512c
parent9ece02fd69e8b4f9717db150c44556ae4ef3505a
Add back support for SYSV binaries.  Those are nasty since
ELFOSABI_NONE == ELFOSABI_SYSV, but doing another loop to
handle them doesn't hurt much, since it's not the critical path
anyway.
sys/emulation/svr4/svr4_sysvec.c
sys/kern/imgact_elf.c