From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10566 invoked by alias); 26 May 2008 15:48:29 -0000 Received: (qmail 10557 invoked by uid 22791); 26 May 2008 15:48:28 -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; Mon, 26 May 2008 15:48:05 +0000 Received: from mailhub1.br.ibm.com (unknown [9.18.232.109]) by igw3.br.ibm.com (Postfix) with ESMTP id 34038390018 for ; Mon, 26 May 2008 12:32:42 -0300 (BRST) Received: from d24av01.br.ibm.com (d24av01.br.ibm.com [9.18.232.46]) by mailhub1.br.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id m4QFm3Ac933942 for ; Mon, 26 May 2008 12:48:03 -0300 Received: from d24av01.br.ibm.com (loopback [127.0.0.1]) by d24av01.br.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id m4QFlso1028756 for ; Mon, 26 May 2008 12:47:54 -0300 Received: from [9.8.0.122] ([9.8.0.122]) by d24av01.br.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id m4QFlrk2027584 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 26 May 2008 12:47:54 -0300 Subject: Re: [ob][PATCH] ppc32: Make atomic instruction testcase failure quiet. From: Luis Machado Reply-To: luisgpm@linux.vnet.ibm.com To: gdb-patches@sourceware.org In-Reply-To: <1210972000.1733.34.camel@gargoyle> References: <1210972000.1733.34.camel@gargoyle> Content-Type: text/plain Date: Tue, 27 May 2008 18:43:00 -0000 Message-Id: <1211816842.15367.26.camel@gargoyle> Mime-Version: 1.0 X-Mailer: Evolution 2.12.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: 2008-05/txt/msg00706.txt.bz2 I've checked this in as obvious now. On Fri, 2008-05-16 at 18:06 -0300, Luis Machado wrote: > Hi, > > This should be obvious enough. ppc32 doesn't support the atomic > instructions tested by this testcase and it shows expected compiler > errors. This patch makes those messages go away. > > Regards, > Luis >