From owner-cvs-all Thu Jul 6 16: 4:38 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 B112337B8D1; Thu, 6 Jul 2000 16:04:34 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA93147; Thu, 6 Jul 2000 16:04:33 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007062304.QAA93147@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 16:04:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/boot0 Makefile boot0.s src/sys/boot/i386/boot2 Makefile boot1.s src/sys/boot/i386/btx/btx Makefile btx.s src/sys/boot/i386/btx/btxldr btxldr.s src/sys/boot/i386/cdldr cdldr.s src/sys/boot/i386/mbr Makefile ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 16:04:33 PDT Modified files: (Branch: RELENG_4) sys/boot/i386/boot0 Makefile boot0.s sys/boot/i386/boot2 Makefile boot1.s sys/boot/i386/btx/btx Makefile btx.s sys/boot/i386/btx/btxldr btxldr.s sys/boot/i386/cdldr cdldr.s sys/boot/i386/mbr Makefile mbr.s sys/boot/i386/pxeldr pxeldr.s sys/boot/pc98/btx/btx Makefile btx.s sys/boot/pc98/btx/btxldr btxldr.s Log: MFC: clean up all of the 16-bit assembly code in the x86 bootstrap to work with Binutils 2.10.0 -- all the old m4 macros are no longer needed. Also MFC rev 1.18-22 sys/boot/i386/btx/btx/btx.s (change string and support new instructions). Revision Changes Path 1.8.2.1 +4 -4 src/sys/boot/i386/boot0/Makefile 1.14.2.1 +102 -103 src/sys/boot/i386/boot0/boot0.s 1.16.2.2 +7 -10 src/sys/boot/i386/boot2/Makefile 1.10.2.1 +188 -121 src/sys/boot/i386/boot2/boot1.s 1.7.2.1 +3 -3 src/sys/boot/i386/btx/btx/Makefile 1.15.2.2 +159 -138 src/sys/boot/i386/btx/btx/btx.s 1.8.2.2 +12 -12 src/sys/boot/i386/btx/btxldr/btxldr.s 1.1.2.2 +16 -20 src/sys/boot/i386/cdldr/cdldr.s 1.2.2.1 +1 -7 src/sys/boot/i386/mbr/Makefile 1.3.2.1 +63 -31 src/sys/boot/i386/mbr/mbr.s 1.1.2.2 +16 -20 src/sys/boot/i386/pxeldr/pxeldr.s 1.3.2.1 +3 -3 src/sys/boot/pc98/btx/btx/Makefile 1.6.2.3 +148 -149 src/sys/boot/pc98/btx/btx/btx.s 1.3.2.2 +12 -12 src/sys/boot/pc98/btx/btxldr/btxldr.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message