From owner-cvs-all Sun Oct 15 3:38:54 2000 Delivered-To: cvs-all@freebsd.org Received: from anchor-post-34.mail.demon.net (anchor-post-34.mail.demon.net [194.217.242.92]) by hub.freebsd.org (Postfix) with ESMTP id 6095737B66C; Sun, 15 Oct 2000 03:38:31 -0700 (PDT) Received: from nlsys.demon.co.uk ([158.152.125.33] helo=herring.nlsystems.com) by anchor-post-34.mail.demon.net with esmtp (Exim 2.12 #1) id 13klBM-000B1q-0Y; Sun, 15 Oct 2000 11:38:20 +0100 Received: from salmon.nlsystems.com (salmon.nlsystems.com [10.0.0.3]) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id LAA15363; Sun, 15 Oct 2000 11:39:42 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Sun, 15 Oct 2000 11:36:48 +0100 (BST) From: Doug Rabson To: "David O'Brien" Cc: Doug Rabson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/csu/ia64 crt1.c In-Reply-To: <20001014125948.A24046@dragon.nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 14 Oct 2000, David O'Brien wrote: > On Sat, Oct 14, 2000 at 09:38:09AM -0700, Doug Rabson wrote: > > dfr 2000/10/14 09:38:09 PDT > > > > Added files: > > lib/csu/ia64 crt1.c > > Log: > > CSU code for ia64. > > Is there some reason this cannot be C code? I've been working with JDP > to try to use a common crt1.c. The Alpha and Sparc64 are the same. The main problem is feeding it argument values for ps_strings and initialising $gp. I could change setregs() so that initial arguments are passed on the register stack (which would be tricky but not impossible). That still leaves the problem of how to initialise $gp though. -- Doug Rabson Mail: dfr@nlsystems.com Phone: +44 20 8348 6160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message