cvs commit: src/sys/boot/efi/libefi/arch/ia64 ldscript.ia64
src/sys/boot/efi/loader Makefile
Marcel Moolenaar
marcel at FreeBSD.org
Tue Jul 20 00:01:03 PDT 2004
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
More information about the cvs-src
mailing list