From owner-freebsd-hackers Thu Sep 9 18: 9:26 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from thehousleys.net (frenchknot.ne.mediaone.net [24.218.96.75]) by hub.freebsd.org (Postfix) with ESMTP id 2C2CA152C8 for ; Thu, 9 Sep 1999 18:09:22 -0700 (PDT) (envelope-from jim@thehousleys.net) Received: from thehousleys.net (housley@localhost [127.0.0.1]) by thehousleys.net (8.9.3/8.9.3) with ESMTP id VAA16835 for ; Thu, 9 Sep 1999 21:09:19 -0400 (EDT) (envelope-from jim@thehousleys.net) Message-ID: <37D85A3F.64F59ABC@thehousleys.net> Date: Thu, 09 Sep 1999 21:09:19 -0400 From: "James E. Housley" X-Mailer: Mozilla 4.51 [en] (X11; U; FreeBSD 3.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Subject: Release Canidate Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On my dual processor I am running old boot blocks and an AOUT kernel. I need the AOUT because I have a lkm device the talks out the parallel port to "Background Debug Module" for a Motorola 68332. I haven't been able to convert it over yet. My code is up to date with cvs-cur.5648.gz (Sept. 9 13:40) and my source tree was updated with "cvs update -r RELENG_3" I get the following error: exception.o: smp_rendezvous_action not found Or similar at link time (ELF works just fine). If I edit /sys/i386/isa/apic_vector.s (ver 1.34.2.3) line 928 and change call smp_rendezvous_action to call _smp_rendezvous_action All works. Why is this the only function/routine that is being hit by the name change between ELF and AOUT? Jim -- James E. Housley PGP: 1024/03983B4D System Supply, Inc. 2C 3F 3A 0D A8 D8 C3 13 Pager: pagejim@notepage.com 7C F0 B5 BF 27 8B 92 FE "The box said 'Requires Windows 95, NT, or better,' so I installed FreeBSD" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message