Commit Graph

7 Commits

Author SHA1 Message Date
kris
6a00cb9864 Don't call err() without a format string. 2000-07-12 00:35:53 +00:00
marcel
30604a40ef Use long long format specifiers and cast each parameter to long long.
This avoids the ugly #if ARCH/#else/#endif construct.

Prompted to by: bde
Could have thought of this himself: marcel
1999-12-18 12:12:12 +00:00
marcel
1532f84dae o Don't use long for 64 bit variables. Use u_int64_t instead.
o  Fix printf format specifiers on Alpha and add i386 version.
o  Minor style fixes while there.
o  Add -Wall compiler option.
1999-12-17 15:27:21 +00:00
marcel
89012ff28c Allow elf2exe to be compiled on architectures other than Alpha. This
is trivially accomplished by including sys/elf64.h instead of elf.h.
1999-12-15 18:02:33 +00:00
peter
b6784c4210 $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
se
9064436dd4 Remove accidental 8bit character in error message.
Add checks for malloc failure and add error exit in case of malloc failure.
Add rcsid.

Submitted by:	charnier
1999-08-02 17:50:07 +00:00
se
7576b7e750 ELF to EXE converter for ARC BIOS / AlphaBIOS booting. 1999-07-28 20:09:52 +00:00