Date: Thu, 6 Jul 2000 16:04:33 -0700 (PDT) From: "David E. O'Brien" <obrien@FreeBSD.org> 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 ... Message-ID: <200007062304.QAA93147@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007062304.QAA93147>