From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18716 invoked by alias); 22 May 2003 14:02:11 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 18500 invoked from network); 22 May 2003 14:02:06 -0000 Received: from unknown (HELO kirk.baltic.net) (193.189.247.10) by sources.redhat.com with SMTP; 22 May 2003 14:02:06 -0000 Received: (qmail 7030 invoked from network); 22 May 2003 13:57:26 -0000 Received: from waldorf.gecko.de (HELO kermit.int.gecko.de) (193.189.247.200) by kirk.baltic.net with SMTP; 22 May 2003 13:57:26 -0000 Received: from lorien.int.gecko.de (lorien [192.168.120.159]) by kermit.int.gecko.de (8.10.1/8.10.1) with ESMTP id h4ME3WZ25578 for ; Thu, 22 May 2003 16:03:32 +0200 (MET DST) Received: from lorien.int.gecko.de (localhost [127.0.0.1]) by lorien.int.gecko.de (8.12.9/8.12.9) with ESMTP id h4ME28Ef024083 for ; Thu, 22 May 2003 16:02:08 +0200 (MEST) (envelope-from munk@lorien.int.gecko.de) Received: (from munk@localhost) by lorien.int.gecko.de (8.12.9/8.12.9/Submit) id h4ME28c1024082 for gcc@gcc.gnu.org; Thu, 22 May 2003 16:02:08 +0200 (MEST) Date: Thu, 22 May 2003 14:17:00 -0000 From: Gunther Nikl To: gcc@gcc.gnu.org Subject: [3.3] m68k bootstrap problem Message-ID: <20030522140208.GA24057@lorien.int.gecko.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-SW-Source: 2003-05/txt/msg02006.txt.bz2 Hello! I have a problem bootstrapping an m68k target with cc1plus when compiling libstc++. m68k.c/m68k_output_mi_thunk() uses unconditionally motorola assembler syntax. Other places in that file have such constucts wrapped into an #ifdef. Was this omitted in that function on purposes? Gunther