From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6318 invoked by alias); 5 Feb 2009 17:32:05 -0000 Received: (qmail 6272 invoked by uid 22791); 5 Feb 2009 17:32:03 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 05 Feb 2009 17:31:57 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id n15HVqUx030720; Thu, 5 Feb 2009 18:31:52 +0100 (CET) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id n15HVpE0024214; Thu, 5 Feb 2009 18:31:51 +0100 (CET) Date: Thu, 05 Feb 2009 17:32:00 -0000 Message-Id: <200902051731.n15HVpE0024214@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: gingold@adacore.com CC: gdb-patches@sourceware.org In-reply-to: (message from Tristan Gingold on Thu, 5 Feb 2009 17:02:49 +0100) Subject: Re: [RFA] Fix i386-sse.exp regression on Darwin References: 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: 2009-02/txt/msg00132.txt.bz2 > From: Tristan Gingold > Date: Thu, 5 Feb 2009 17:02:49 +0100 > > Hi, > > xmm0 is a scratch register for the Darwin/i386 ABI and therefore may > be destroyed by calling a function. > This patch fix a regression on Darwin by replacing a function call by > a asm nop. The only purpose of the > function call was to be able to put a breakpoint. ok with me > testsuite: > 2009-02-05 Tristan Gingold > > * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.