From owner-freebsd-alpha Thu Aug 22 3:55:39 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 DE00237B401; Thu, 22 Aug 2002 03:55:36 -0700 (PDT) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FD2F43E6A; Thu, 22 Aug 2002 03:55:35 -0700 (PDT) (envelope-from ticso@cicely9.cicely.de) Received: from cicely5.cicely.de (cicely5.cicely.de [IPv6:3ffe:400:8d0:301:200:92ff:fe9b:20e7]) (authenticated bits=0) by srv1.cosmo-project.de (8.12.5/8.12.5) with ESMTP id g7MAtUYR082029 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Thu, 22 Aug 2002 12:55:32 +0200 (CEST) (envelope-from ticso@cicely9.cicely.de) Received: from cicely9.cicely.de (cicely9.cicely.de [IPv6:3ffe:400:8d0:301:210:5aff:fe30:1c1a]) by cicely5.cicely.de (8.12.1/8.12.1) with ESMTP id g7MAtVFJ098979 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 22 Aug 2002 12:55:31 +0200 (CEST)?g (envelope-from ticso@cicely9.cicely.de) Received: from cicely9.cicely.de (localhost [127.0.0.1]) by cicely9.cicely.de (8.12.5/8.12.5) with ESMTP id g7MAt8XN016107; Thu, 22 Aug 2002 12:55:08 +0200 (CEST) (envelope-from ticso@cicely9.cicely.de) Received: (from ticso@localhost) by cicely9.cicely.de (8.12.5/8.12.5/Submit) id g7MAt7Ok016106; Thu, 22 Aug 2002 12:55:07 +0200 (CEST) Date: Thu, 22 Aug 2002 12:55:07 +0200 From: Bernd Walter To: Wilko Bulte Cc: freebsd-alpha@FreeBSD.ORG, obrien@FreeBSD.ORG, ru@FreeBSD.ORG Subject: Re: buglet in -stable gcc? Message-ID: <20020822105506.GD93644@cicely9.cicely.de> Reply-To: ticso@cicely.de References: <20020822075124.B6468@freebie.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020822075124.B6468@freebie.xs4all.nl> X-Operating-System: FreeBSD cicely9.cicely.de 5.0-CURRENT alpha User-Agent: Mutt/1.5.1i 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 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 ev56 > *** 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. -- B.Walter COSMO-Project http://www.cosmo-project.de ticso@cicely.de Usergroup info@cosmo-project.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message