Date: Tue, 20 Jul 2004 07:11:14 +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 start.S Message-ID: <200407200711.i6K7BEko083871@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2004-07-20 07:11:14 UTC FreeBSD src repository Modified files: sys/boot/efi/libefi/arch/ia64 start.S Log: o Support the REL32LSB relocation. It's in the ELF file from which we construct the EFI image. It doesn't seem to actually end up in the EFI image, AFAICT. o Replace .quad, .long and .short with data8, data4 and data2 resp. The former are gnuisms. o Redefine _start_plabel as a data16 with @iplt(_start) as its value. This is the preferred way to create user PLT entries. Revision Changes Path 1.7 +18 -9 src/sys/boot/efi/libefi/arch/ia64/start.S
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407200711.i6K7BEko083871>