freebsd-dev/lib/csu
Bruce Evans 3581d64b8d Fixed type mismatches in args to __syscall(). One for mmap() broke on
i386's with 64-bit longs -- the padding between mmap()'s 5th and 6th
is an int, not a long.  The other mismatches were benign.
1998-12-27 15:47:15 +00:00
..
alpha Remove the bootstrap hack that prevented the use of the rtld. 1998-08-20 21:37:22 +00:00
amd64 Strip the leading path from __progname as is done in the a.out case. Also 1998-12-24 18:19:47 +00:00
common Import C startup files for ELF support. 1998-03-07 20:27:11 +00:00
i386 Fixed type mismatches in args to __syscall(). One for mmap() broke on 1998-12-27 15:47:15 +00:00
i386-elf Strip the leading path from __progname as is done in the a.out case. Also 1998-12-24 18:19:47 +00:00