From owner-cvs-all Mon Oct 29 2:14:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B2A837B407; Mon, 29 Oct 2001 02:14:52 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9TAEqN27838; Mon, 29 Oct 2001 02:14:52 -0800 (PST) (envelope-from peter) Message-Id: <200110291014.f9TAEqN27838@freefall.freebsd.org> From: Peter Wemm Date: Mon, 29 Oct 2001 02:14:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/csu/ia64 crt1.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/10/29 02:14:52 PST Modified files: lib/csu/ia64 crt1.c Log: Update for the new toolchain. ld doesn't provide _GLOBAL_OFFSET_TABLE_ in 2.11.2, so use a relocatable method of calculating gp. Reviewed by: dfr Revision Changes Path 1.5 +9 -2 src/lib/csu/ia64/crt1.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message