From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25851 invoked by alias); 26 May 2003 22:37:21 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 25816 invoked from network); 26 May 2003 22:37:20 -0000 Received: from unknown (HELO mout1.freenet.de) (194.97.50.132) by sources.redhat.com with SMTP; 26 May 2003 22:37:20 -0000 Received: from [194.97.50.135] (helo=mx2.freenet.de) by mout1.freenet.de with asmtp (Exim 4.20) id 19KQal-0000V7-Bd; Tue, 27 May 2003 00:37:19 +0200 Received: from b0146.pppool.de ([213.7.1.70] helo=whitebox.local) by mx2.freenet.de with esmtp (Exim 4.20 #1) id 19KQak-0001AD-Lu; Tue, 27 May 2003 00:37:19 +0200 Received: from whitebox.local (localhost [127.0.0.1]) by whitebox.local (8.12.7/8.12.7/SuSE Linux 0.6) with ESMTP id h4QMa64Y000634; Tue, 27 May 2003 00:36:07 +0200 Received: (from andreas@localhost) by whitebox.local (8.12.7/8.12.7/Submit) id h4QMa6IK000630; Tue, 27 May 2003 00:36:06 +0200 X-Authentication-Warning: whitebox.local: andreas set sender to schwab@suse.de using -f To: Daniel Jacobowitz Cc: Andrew Cagney , gdb-patches@sources.redhat.com Subject: Re: PREPARE_TO_PROCEED; Was: More multi-arch and cleanups for m68k-linux References: <3ED26D96.9060306@redhat.com> <20030526195215.GA10404@nevyn.them.org> X-Yow: Four thousand different MAGNATES, MOGULS & NABOBS are romping in my gothic solarium!! From: Andreas Schwab Date: Mon, 26 May 2003 22:37:00 -0000 In-Reply-To: <20030526195215.GA10404@nevyn.them.org> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-05/txt/msg00492.txt.bz2 Daniel Jacobowitz writes: > But what does the definition of PREPARE_TO_PROCEED in config/nm-linux.h > have to do with multi-arching m68k now? The problem is that in multi-arch level 2 gdbarch.h complains about the non-multi-arch definition of the macro in a native configuration. Andreas.