From owner-freebsd-alpha Fri Oct 13 6:20:14 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 7FCA137B66F for ; Fri, 13 Oct 2000 06:20:09 -0700 (PDT) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id JAA03845; Fri, 13 Oct 2000 09:20:08 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.0/8.9.1) id e9DDK8U80231; Fri, 13 Oct 2000 09:20:08 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Fri, 13 Oct 2000 09:20:08 -0400 (EDT) To: Doug Rabson Cc: freebsd-alpha@freebsd.org Subject: Re: size problems with INVARIANTS/DIAGNOSTIC -current kernels In-Reply-To: References: <14822.12356.324350.157484@grasshopper.cs.duke.edu> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14823.2097.382096.942072@grasshopper.cs.duke.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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? Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message