From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9299 invoked by alias); 12 Apr 2007 14:47:12 -0000 Received: (qmail 9277 invoked by uid 22791); 12 Apr 2007 14:47:09 -0000 X-Spam-Check-By: sourceware.org Received: from igw3.br.ibm.com (HELO igw3.br.ibm.com) (32.104.18.26) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 12 Apr 2007 15:47:01 +0100 Received: from mailhub3.br.ibm.com (unknown [9.18.232.110]) by igw3.br.ibm.com (Postfix) with ESMTP id 4C4CE390389 for ; Thu, 12 Apr 2007 11:40:05 -0300 (BRT) Received: from d24av02.br.ibm.com (d24av02.br.ibm.com [9.18.232.47]) by mailhub3.br.ibm.com (8.13.8/8.13.8/NCO v8.3) with ESMTP id l3CEkdOx1486880 for ; Thu, 12 Apr 2007 11:46:39 -0300 Received: from d24av02.br.ibm.com (loopback [127.0.0.1]) by d24av02.br.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id l3CEjWc4026529 for ; Thu, 12 Apr 2007 11:45:34 -0300 Received: from dyn531804.br.ibm.com (dyn531804.br.ibm.com [9.18.238.71]) by d24av02.br.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id l3CEjP5I026299; Thu, 12 Apr 2007 11:45:27 -0300 Subject: Re: [patch] "single step" atomic instruction sequences as a whole. From: Luis Machado Reply-To: luisgpm@linux.vnet.ibm.com To: Ulrich Weigand Cc: gdb-patches@sourceware.org In-Reply-To: <200704121432.l3CEWYpj018068@d12av02.megacenter.de.ibm.com> References: <200704121432.l3CEWYpj018068@d12av02.megacenter.de.ibm.com> Content-Type: text/plain Date: Thu, 12 Apr 2007 14:47:00 -0000 Message-Id: <1176389189.4434.33.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Content-Transfer-Encoding: 7bit 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-04/txt/msg00167.txt.bz2 Ulrich, I had the following errors on HEAD. It might be due to my specific build environment though. spu-linux-nat.c: In function 'fetch_ppc_register': spu-linux-nat.c:64: error: 'PPC_PTRACE_PEEKUSR_3264' undeclared (first use in this function) spu-linux-nat.c:64: error: (Each undeclared identifier is reported only once spu-linux-nat.c:64: error: for each function it appears in.) spu-linux-nat.c: In function 'fetch_ppc_memory_1': spu-linux-nat.c:97: error: 'PPC_PTRACE_PEEKTEXT_3264' undeclared (first use in this function) spu-linux-nat.c: In function 'store_ppc_memory_1': spu-linux-nat.c:116: error: 'PPC_PTRACE_POKEDATA_3264' undeclared (first use in this function) The only change i made to the SPU architecture ws the return type from the spu_software_single_step function. Regards, Luis