From 449b5018e72aeb92e6f2fa559a8894b37ad0d55c Mon Sep 17 00:00:00 2001 From: gingold Date: Fri, 6 Feb 2009 08:48:29 +0000 Subject: [PATCH] 2009-02-06 Tristan Gingold * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.arch/i386-sse.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 28a268d98d..b77ea993af 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2009-02-06 Tristan Gingold + + * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm. + 2009-02-05 Tristan Gingold * gdb.base/sigbpt.exp: Detect which signal is received when a NULL diff --git a/gdb/testsuite/gdb.arch/i386-sse.c b/gdb/testsuite/gdb.arch/i386-sse.c index b11823301c..4a2540f208 100644 --- a/gdb/testsuite/gdb.arch/i386-sse.c +++ b/gdb/testsuite/gdb.arch/i386-sse.c @@ -66,7 +66,7 @@ main (int argc, char **argv) : "r" (data) : "xmm0", "xmm1", "xmm2", "xmm3", "xmm4", "xmm5", "xmm6", "xmm7"); - puts ("Hi!"); /* first breakpoint here */ + asm ("nop"); /* first breakpoint here */ asm ( "movaps %%xmm0, 0(%0)\n\t" -- 2.11.0