From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20365 invoked by alias); 7 Jun 2004 15:40:06 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 20357 invoked from network); 7 Jun 2004 15:40:05 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 7 Jun 2004 15:40:05 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i57Fe5i5021662 for ; Mon, 7 Jun 2004 11:40:05 -0400 Received: from zenia.home.redhat.com (porkchop.devel.redhat.com [172.16.58.2]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i57Fe3010209; Mon, 7 Jun 2004 11:40:04 -0400 To: gdb-patches@sources.redhat.com Subject: Re: RFA: Test ability to access i386 SSE registers References: <20040512060858.GA17711@nevyn.them.org> From: Jim Blandy Date: Mon, 07 Jun 2004 15:40:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-06/txt/msg00128.txt.bz2 Jim Blandy writes: > Daniel Jacobowitz writes: > > > On Wed, May 12, 2004 at 12:25:40AM -0500, Jim Blandy wrote: > > > > > > It's late; there is surely some Kool-Aid around here I have forgotten > > > to drink. > > > > There better be! > > > > > + if ![runto_main] then { > > > + gdb_suppress_tests > > > + } > > > + > > > + gdb_test "break [gdb_get_line_number "first breakpoint here"]" \ > > > + "Breakpoint .* at .*i386-sse.c.*" \ > > > + "set breakpoint in main" > > > + gdb_continue_to_breakpoint "continue to first breakpoint in main" > > > > So, all that trouble to make the SSE testcase not use movaps if it > > isn't available... and you never check in the test script? > > Oh yeah. That was it. [vacant stare] > > > If you're going to be thorough in the test case, be more thorough. See > > gcc.dg/i386-cpuid.h in GCC. > > Okay. How about: > > 2004-05-12 Jim Blandy > > * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests. > * gdb.arch/i386-cpuid.h: New helper file. I've committed this test as revised.