From owner-cvs-all Fri Apr 5 19:39:27 2002 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 7B08737B419; Fri, 5 Apr 2002 19:39:24 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g363dNk61872; Fri, 5 Apr 2002 19:39:23 -0800 (PST) (envelope-from peter) Message-Id: <200204060339.g363dNk61872@freefall.freebsd.org> From: Peter Wemm Date: Fri, 5 Apr 2002 19:39:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/efi/libefi/arch/ia64 ldscript.ia64 src/sys/boot/efi/loader Makefile 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 peter 2002/04/05 19:39:23 PST Modified files: sys/boot/efi/libefi/arch/ia64 ldscript.ia64 sys/boot/efi/loader Makefile Log: Fix self hosted loader building. When you use a self configured gcc, it detects and uses the gas section merge support. As a result, a whole bunch of new sections arrive, including .rodata.str1.8, which was not included in our custom ldscript.ia64. The result was a loader binary that EFI rejected. While here, collect the loader shell commands linker set and include it in the data area rather than having its own section. /boot/loader.efi was the last holdout for having a 100% self built ia64 system. Revision Changes Path 1.6 +4 -3 src/sys/boot/efi/libefi/arch/ia64/ldscript.ia64 1.12 +0 -1 src/sys/boot/efi/loader/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message