Date: Mon, 10 Jul 2000 02:15:29 -0700 (PDT) From: "David E. O'Brien" <obrien@FreeBSD.org> 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 Message-ID: <200007100915.CAA82212@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007100915.CAA82212>
