From owner-cvs-all Tue May 23 5:18:56 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 DE9E637B9B6; Tue, 23 May 2000 05:18:49 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA13106; Tue, 23 May 2000 05:18:49 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200005231218.FAA13106@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 May 2000 05:18:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/boot0 Makefile boot0.s boot0.m4 src/sys/boot/i386/boot2 Makefile boot1.s boot1.m4 src/sys/boot/i386/btx/btx Makefile btx.s btx.m4 src/sys/boot/i386/cdldr cdldr.s src/sys/boot/i386/pxeldr pxeldr.s Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/05/23 05:18:49 PDT Modified files: 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/cdldr cdldr.s sys/boot/i386/pxeldr pxeldr.s Removed files: sys/boot/i386/boot0 boot0.m4 sys/boot/i386/boot2 boot1.m4 sys/boot/i386/btx/btx btx.m4 Log: Clean up all of the 16-bit assembly code in the x86 bootstrap to work with the new binutils. Now that we have a decent assembler, all the old m4 macros are no longer needed. Instead, straight assembly can be used since as(1) now understands 16-bit addressing, branches, etc. Also, several bugs have been fixed in as(1), allowing boot0.s to be further cleaned up. Revision Changes Path 1.9 +4 -4 src/sys/boot/i386/boot0/Makefile 1.16 +42 -117 src/sys/boot/i386/boot0/boot0.s 1.18 +7 -10 src/sys/boot/i386/boot2/Makefile 1.11 +92 -94 src/sys/boot/i386/boot2/boot1.s 1.8 +3 -3 src/sys/boot/i386/btx/btx/Makefile 1.17 +133 -134 src/sys/boot/i386/btx/btx/btx.s 1.3 +16 -20 src/sys/boot/i386/cdldr/cdldr.s 1.2 +16 -20 src/sys/boot/i386/pxeldr/pxeldr.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message