summaryrefslogtreecommitdiff
path: root/usr.bin/elf2ecoff/elf2ecoff.c
AgeCommit message (Collapse)Author
2008-05-21Remove elf2aout and elf2ecoff. They are no longer built since they were onlyMiod Vallat
used by the long defunct OpenBSD/arc and OpenBSD/pmax ports, and nowadays using objcopy or a linker script will perform such conversions if necessary. ok deraadt@ kettenis@
2005-12-21Userland programs should include <errno.h> not <sys/errno.h>Todd C. Miller
OK deraadt@
2003-11-27fix prontf arguments and a typoHenning Brauer
From: Erick Borsboom <erick@bonzai.space-ei.nl>
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-04-15various cleaningTheo de Raadt
1997-10-13Write a page of padding at end of file. Workaround for buggy boot proms onMats O Jansson
some pmaxes. Fix written by Jonathan Stone <jonathan@netbsd.org>. -moj
1996-10-02elf2ecoff converter addedPer Fogelstrom