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



On Feb 5, 2009, at 6:31 PM, Mark Kettenis wrote:


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

Thanks, committed.


Tristan.


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