From owner-cvs-all Mon Jul 10 2:15:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C533937C5A1; Mon, 10 Jul 2000 02:15:29 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA82212; Mon, 10 Jul 2000 02:15:29 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007100915.CAA82212@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 10 Jul 2000 02:15:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/csu/alpha Makefile crtbegin.c crtend.c src/lib/csu/common crtbegin.c crtend.c src/lib/csu/i386-elf Makefile crti.S crtn.S crtbegin.c crtend.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/10 02:15:29 PDT Modified files: (Branch: RELENG_4) lib/csu/alpha Makefile lib/csu/i386-elf Makefile crti.S crtn.S Added files: (Branch: RELENG_4) lib/csu/common crtbegin.c crtend.c Removed files: (Branch: RELENG_4) lib/csu/alpha crtbegin.c crtend.c lib/csu/i386-elf crtbegin.c crtend.c Log: MFC: use the MI versions of crtbegin and crtend from the "common" directory. * This fixes the ordering of global constructors and destructors on the Alpha. * This makes crt{i,n}.S empty shells (for link command line compatibility). Revision Changes Path 1.11.2.1 +3 -1 src/lib/csu/alpha/Makefile 1.6.2.1 +2 -0 src/lib/csu/i386-elf/Makefile 1.2.2.1 +5 -12 src/lib/csu/i386-elf/crti.S 1.2.2.1 +5 -6 src/lib/csu/i386-elf/crtn.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message