freebsd-dev/lib/csu/alpha
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
..
crt1.c Remove some left-over stuff from NetBSD that we don't need. This 1999-04-24 02:07:17 +00:00
crtbegin.c Call do_ctors() and do_dtors() using indirect calls through function 1999-06-06 15:59:08 +00:00
crtend.c Sharing the crt sources with i386-elf wasn't too successful. The crti 1998-03-11 20:36:11 +00:00
Makefile Remove some left-over stuff from NetBSD that we don't need. This 1999-04-24 02:07:17 +00:00