Date: Tue, 20 Jul 2004 07:01:02 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@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: <200407200701.i6K712tC083426@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2004-07-20 07:01:02 UTC FreeBSD src repository Modified files: sys/boot/efi/libefi/arch/ia64 ldscript.ia64 sys/boot/efi/loader Makefile Log: Fix the creation of EFI images that got broken by the import of binutils 2.15. The linker now creates a .rela.dyn section for dynamic relocations, while our script created a .rela section. Likewise, we copied the .rela section to the EFI image, but not the .rela.dyn section. The fix is to rename .rela to .rela.dyn in the linker script so that all relocations end up in the same section again. This we copy into the EFI image. Revision Changes Path 1.8 +1 -1 src/sys/boot/efi/libefi/arch/ia64/ldscript.ia64 1.22 +2 -2 src/sys/boot/efi/loader/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407200701.i6K712tC083426>