From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1426 invoked by alias); 13 Jun 2007 17:55:12 -0000 Received: (qmail 1418 invoked by uid 22791); 13 Jun 2007 17:55:12 -0000 X-Spam-Check-By: sourceware.org Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (213.8.233.22) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 13 Jun 2007 17:55:06 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-228-162-236.inter.net.il [84.228.162.236]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id GZB22701 (AUTH halo1); Wed, 13 Jun 2007 20:54:44 +0300 (IDT) Date: Wed, 13 Jun 2007 17:55:00 -0000 Message-Id: From: Eli Zaretskii To: Daniel Jacobowitz CC: gdb-patches@sourceware.org In-reply-to: <20070613173929.GG1023@caradoc.them.org> (message from Daniel Jacobowitz on Wed, 13 Jun 2007 13:39:29 -0400) Subject: Re: [rfc] Remove macros {SP,PC,PS,FP0}_REGNUM from gdbarch.sh Reply-to: Eli Zaretskii References: <466FEE63.7010302@de.ibm.com> <20070613173929.GG1023@caradoc.them.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-06/txt/msg00251.txt.bz2 > Date: Wed, 13 Jun 2007 13:39:29 -0400 > From: Daniel Jacobowitz > > On Wed, Jun 13, 2007 at 08:32:25PM +0300, Eli Zaretskii wrote: > > > Date: Wed, 13 Jun 2007 15:17:23 +0200 > > > From: Markus Deuling > > > CC: Ulrich Weigand > > > > > > this patch removes following macros from gdbarch.sh: > > > > > > * SP_REGNUM > > > * PC_REGNUM > > > * PS_REGNUM > > > * FP0_REGNUM > > > > You do this in go32-nat.c, which I think will break the DJGPP port, > > because AFAIK it doesn't support gdbarch. > > There are no ports left which do not use gdbarch and multi-arch, so > I'm pretty sure it does. If you say so.