From owner-cvs-all Tue Jul 16 5:28:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACE8B37B400; Tue, 16 Jul 2002 05:28:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CF1A43E4A; Tue, 16 Jul 2002 05:28:51 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from freefall.freebsd.org (markm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6GCSpJU080415; Tue, 16 Jul 2002 05:28:51 -0700 (PDT) (envelope-from markm@freefall.freebsd.org) Received: (from markm@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6GCSpEc080414; Tue, 16 Jul 2002 05:28:51 -0700 (PDT) Message-Id: <200207161228.g6GCSpEc080414@freefall.freebsd.org> From: Mark Murray Date: Tue, 16 Jul 2002 05:28:50 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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