freebsd-dev/lib/csu
John Polstra 5ae2733874 Call do_ctors() and do_dtors() using indirect calls through function
pointers.  The calls are in different sections from the functions
being called, and they can potentially be far away.  On a very large
program, the 21-bit displacement field of the BSR instruction
overflowed at link time.
1999-06-06 15:59:08 +00:00
..
alpha Call do_ctors() and do_dtors() using indirect calls through function 1999-06-06 15:59:08 +00:00
amd64 Add "-fkeep-inline-functions" to CFLAGS so that higher optimization 1999-03-15 21:56:54 +00:00
common Reverse the order of processing object files within an executable or 1999-03-13 01:35:44 +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 Add "-fkeep-inline-functions" to CFLAGS so that higher optimization 1999-03-15 21:56:54 +00:00