Kris Kennaway
|
b6c96d5da5
|
Don't call err() without a format string.
|
2000-07-12 00:35:53 +00:00 |
|
Marcel Moolenaar
|
baff271646
|
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 Moolenaar
|
3fbbdea6b1
|
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 Moolenaar
|
9606eecff6
|
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 Wemm
|
97d92980a9
|
$Id$ -> $FreeBSD$
|
1999-08-28 01:35:59 +00:00 |
|
Stefan Eßer
|
9ca7f5ce86
|
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 |
|
Stefan Eßer
|
c24d28a413
|
Fix typo and use Fx macro instead of literal FreeBSD.
Submitted by: charnier
|
1999-08-02 17:45:21 +00:00 |
|
Stefan Eßer
|
0ae17340e8
|
ELF to EXE converter for ARC BIOS / AlphaBIOS booting.
|
1999-07-28 20:09:52 +00:00 |
|