From owner-cvs-all Thu Aug 9 13:48: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 23DF137B405; Thu, 9 Aug 2001 13:47:59 -0700 (PDT) (envelope-from mp@FreeBSD.org) Received: (from mp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79KlwT95344; Thu, 9 Aug 2001 13:47:58 -0700 (PDT) (envelope-from mp) Message-Id: <200108092047.f79KlwT95344@freefall.freebsd.org> From: Mark Peek Date: Thu, 9 Aug 2001 13:47:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/cdldr cdldr.s src/sys/boot/i386/pxeldr pxeldr.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mp 2001/08/09 13:47:58 PDT Modified files: sys/boot/i386/cdldr cdldr.s sys/boot/i386/pxeldr pxeldr.s Log: Allow for text section alignment to properly align the "end" symbol at the actual end of the section. The new gas (binutils) puts in additional padding which was misaligning the concatenated btx loader. Reported by: Oliver Hartmann , Harti Brandt Tested by: Oliver Hartmann , David Wolfskill , ps Reviewed by: jhb MFC after: 1 day Revision Changes Path 1.6 +2 -1 src/sys/boot/i386/cdldr/cdldr.s 1.8 +2 -1 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