From owner-freebsd-alpha Fri Aug 23 19:22:10 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E402237B400; Fri, 23 Aug 2002 19:22:06 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id A48FB43E65; Fri, 23 Aug 2002 19:22:06 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 86AF82A88D; Fri, 23 Aug 2002 19:22:06 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Wilko Bulte Cc: ticso@cicely.de, freebsd-alpha@FreeBSD.ORG, obrien@FreeBSD.ORG, ru@FreeBSD.ORG Subject: Re: buglet in -stable gcc? In-Reply-To: <20020823200849.C11670@freebie.xs4all.nl> Date: Fri, 23 Aug 2002 19:22:06 -0700 From: Peter Wemm Message-Id: <20020824022206.86AF82A88D@canning.wemm.org> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Wilko Bulte wrote: > On Thu, Aug 22, 2002 at 12:55:07PM +0200, Bernd Walter wrote: > > On Thu, Aug 22, 2002 at 07:51:24AM +0200, Wilko Bulte wrote: > > > -I/usr/src/sys/../include -I/usr/src/sys/contrib/ipfilter -D_KERNEL > > > -include opt_global.h -elf -mno-fp-regs -Wa,-mev56 > > > /usr/src/sys/kern/uipc_syscalls.c > > > cc -c -O -pipe -mcpu=ev6 -Wall -Wredundant-decls -Wnested-externs > > > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > > > -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys > > > -I/usr/src/sys/../include -I/usr/src/sys/contrib/ipfilter -D_KERNEL > > > -include opt_global.h -elf -mno-fp-regs -Wa,-mev56 > > > /usr/src/sys/kern/uipc_usrreq.c > > > {standard input}: Assembler messages: > > > {standard input}:2121: Error: opcode `minsw4' not supported for target ev 56 > > > *** Error code 1 > > > > > > Stop in /usr/obj/usr/src/sys/DS10. > > > *** Error code 1 > > > > > > Stop in /usr/src. > > > *** Error code 1 > > > > > > Stop in /usr/src. > > > You have new mail in /var/mail/root > > > > That's because of -mev56 in bsd.kern.mk which instructs the assembler > > part gcc to handle ev56 instructions. > > > > I still vote to raise the option in bsd.kern.mk up to ev6. > > But I havn't heard of other opinions yet and I don't own anything higher > > than ev56. > > I own ev6, as do a couple of other committers. So this could be tested > by multiple people. I have a pca56 machine (21164PC) that also has the minsw4 instruction and has the same problem here. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message