From owner-cvs-all@FreeBSD.ORG Tue Jul 20 07:11:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AA3416A4CE; Tue, 20 Jul 2004 07:11:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DE2143D48; Tue, 20 Jul 2004 07:11:15 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K7BE8n083873; Tue, 20 Jul 2004 07:11:15 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K7BEko083871; Tue, 20 Jul 2004 07:11:14 GMT (envelope-from marcel) Message-Id: <200407200711.i6K7BEko083871@repoman.freebsd.org> From: Marcel Moolenaar Date: Tue, 20 Jul 2004 07:11:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/efi/libefi/arch/ia64 start.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 07:11:15 -0000 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