Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Oct 2000 11:36:48 +0100 (BST)
From:      Doug Rabson <dfr@nlsystems.com>
To:        "David O'Brien" <obrien@NUXI.com>
Cc:        Doug Rabson <dfr@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/lib/csu/ia64 crt1.c
Message-ID:  <Pine.BSF.4.21.0010151133180.22441-100000@salmon.nlsystems.com>
In-Reply-To: <20001014125948.A24046@dragon.nuxi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0010151133180.22441-100000>