Date: Fri, 5 Apr 2002 19:39:23 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> 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 Message-ID: <200204060339.g363dNk61872@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204060339.g363dNk61872>