From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4625 invoked by alias); 4 Jan 2002 04:46:05 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 4594 invoked by uid 71); 4 Jan 2002 04:46:03 -0000 Date: Thu, 03 Jan 2002 20:46:00 -0000 Message-ID: <20020104044603.4588.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Craig Rodrigues Subject: Re: libstdc++/5198: 3.0.3 linux x m68k build fail: invalid opcodes in c++locale.cc Reply-To: Craig Rodrigues X-SW-Source: 2002-01/txt/msg00142.txt.bz2 List-Id: The following reply was made to PR libstdc++/5198; it has been noted by GNATS. From: Craig Rodrigues To: Don Lindsay Cc: rodrigc@gcc.gnu.org, aaron@frye.com, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org Subject: Re: libstdc++/5198: 3.0.3 linux x m68k build fail: invalid opcodes in c++locale.cc Date: Thu, 3 Jan 2002 23:45:14 -0500 Hi, Thanks for the feedback. The assembler is being called with a flag -m68000. If you change that flag to -mc68020, I think that the file will probably compile properly. The m68k target should be defaulting to 68020 instead of 68000, but apparently isn't. Can you do two things: - send me your specs file which is created in the gcc directory during the building of gcc - try the following patch to m68k-none.h: http://gcc.gnu.org/ml/gcc/2002-01/msg00300.html and see if recompiling gcc works Thanks.