Date: Tue, 16 Jul 2002 05:28:50 -0700 (PDT) From: Mark Murray <markm@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/csu/alpha crt1.c src/lib/csu/i386-elf crt1.c src/lib/csu/ia64 crt1.c src/lib/csu/powerpc crt1.c src/lib/csu/sparc64 crt1.c Message-ID: <200207161228.g6GCSpEc080414@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
markm 2002/07/16 05:28:50 PDT Modified files: lib/csu/alpha crt1.c lib/csu/i386-elf crt1.c lib/csu/ia64 crt1.c lib/csu/powerpc crt1.c lib/csu/sparc64 crt1.c Log: 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 Revision Changes Path 1.14 +11 -9 src/lib/csu/alpha/crt1.c 1.9 +25 -18 src/lib/csu/i386-elf/crt1.c 1.8 +22 -12 src/lib/csu/ia64/crt1.c 1.9 +15 -13 src/lib/csu/powerpc/crt1.c 1.9 +42 -21 src/lib/csu/sparc64/crt1.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207161228.g6GCSpEc080414>