freebsd-dev/lib/csu/sparc64
Mark Murray 828191256b The main reason for this is to reduce diffs between all the crt1.c's.
Assembler macros are tidied up and made as similar as sanely possible.
The macros are translated into C (__inline static) functions for lint.

Declaration orders are made the same.
Declarations are all ISOfied and tidied up.

Comment contents have gratuitous diffs removed.

The net result is a bunch of crt1.c's that are 90% the same.
It may be possible to now encapsulate the differences in one
MD header, and have only one MI crt1.c file (although the macros
to do this may be ugly).

Helpful comments by:	obrien, bde
Alpha tested by:	des
i386-elf tested by:	markm
2002-07-16 12:28:50 +00:00
..
crt1.c The main reason for this is to reduce diffs between all the crt1.c's. 2002-07-16 12:28:50 +00:00
crti.S sparc64 verions of the crt initialization and finalization files required 2001-10-28 00:20:34 +00:00
crtn.S sparc64 verions of the crt initialization and finalization files required 2001-10-28 00:20:34 +00:00
Makefile Fixed CLEANFILES after bsd.lib.mk sweep. 2002-05-13 15:28:00 +00:00