Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Oct 2000 10:56:42 +0100 (BST)
From:      Doug Rabson <dfr@nlsystems.com>
To:        Andrew Gallatin <gallatin@cs.duke.edu>
Cc:        freebsd-alpha@freebsd.org
Subject:   Re: size problems with INVARIANTS/DIAGNOSTIC -current kernels
Message-ID:  <Pine.BSF.4.21.0010141056220.22441-100000@salmon.nlsystems.com>
In-Reply-To: <14823.2097.382096.942072@grasshopper.cs.duke.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 13 Oct 2000, Andrew Gallatin wrote:

> 
> Doug Rabson writes:
>  > Now that I can remember some of this stuff, I recall that it is possible
>  > to have multiple .got subsections and the linker handles this with the
>  > relocations for 'ldgp' pseudo instructions. Possibly the code in
>  > exception.s has been linked to use a different gp from locore.s (where
>  > pal_kgp is set). Try adding something like:
>  > 
>  > 	br	pv,1f
>  > 1:	LDGP(pv)
>  > 
>  > after the PALVECT macro.
> 
> It works!!!!
> 
> At least it made it into trap!
> 
> I assume that this will need to go elsewhere besides XentMM?

I think the safest might be to put it into the PALVECT macro.

-- 
Doug Rabson				Mail:  dfr@nlsystems.com
					Phone: +44 20 8348 6160




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" 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.0010141056220.22441-100000>