This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] Fix i386-sse.exp regression on Darwin


> From: Tristan Gingold <gingold@adacore.com>
> 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  <gingold@adacore.com>
> 
> 	* gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]