public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: cagney@sourceware.org
To: frysk-cvs@sourceware.org
Subject: [SCM]  master: Enable x86 vector register tests.
Date: Mon, 03 Dec 2007 18:11:00 -0000	[thread overview]
Message-ID: <20071203181121.15683.qmail@sourceware.org> (raw)

The branch, master has been updated
       via  a2e64ef341820b428f187ef062ff076d5cc930d9 (commit)
      from  aabe9d8db237353c405ca58827d0026978bc6d26 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit a2e64ef341820b428f187ef062ff076d5cc930d9
Author: Andrew Cagney <cagney@toil.yyz.redhat.com>
Date:   Mon Dec 3 13:03:20 2007 -0500

    Enable x86 vector register tests.
    
    frysk-core/frysk/pkglibdir/ChangeLog
    2007-12-03  Andrew Cagney  <cagney@redhat.com>
    
    	* funit-regs.S (main) [__x86_64__]: Enable fxrstor instruction.
    
    frysk-core/frysk/proc/live/ChangeLog
    2007-12-03  Andrew Cagney  <cagney@redhat.com>
    
    	* TestRegs.java (testVectorRegisters()): Delete.

-----------------------------------------------------------------------

Summary of changes:
 frysk-core/frysk/pkglibdir/ChangeLog     |    2 ++
 frysk-core/frysk/pkglibdir/funit-regs.S  |    4 ++--
 frysk-core/frysk/proc/live/ChangeLog     |    4 ++++
 frysk-core/frysk/proc/live/TestRegs.java |    7 -------
 4 files changed, 8 insertions(+), 9 deletions(-)

First 500 lines of diff:
diff --git a/frysk-core/frysk/pkglibdir/ChangeLog b/frysk-core/frysk/pkglibdir/ChangeLog
index 22faac1..0b15918 100644
--- a/frysk-core/frysk/pkglibdir/ChangeLog
+++ b/frysk-core/frysk/pkglibdir/ChangeLog
@@ -4,6 +4,8 @@
 
 2007-12-03  Andrew Cagney  <cagney@redhat.com>
 
+	* funit-regs.S (main) [__x86_64__]: Enable fxrstor instruction.
+
 	* funit-regs.S (fxregs): Align to 16-byte boundary.
 
 2007-12-02  Stan Cox  <scox@redhat.com>
diff --git a/frysk-core/frysk/pkglibdir/funit-regs.S b/frysk-core/frysk/pkglibdir/funit-regs.S
index 95e5de1..530016e 100644
--- a/frysk-core/frysk/pkglibdir/funit-regs.S
+++ b/frysk-core/frysk/pkglibdir/funit-regs.S
@@ -65,8 +65,8 @@
 #elif defined __x86_64__
 
 	// floating-point and vector registers
-	//mov $fxregs, %rax
-	//fxrstor (%rax)
+	mov $fxregs, %rax
+	fxrstor (%rax)
 
         mov $0x837bb4e2d8209ca3, %rax
         mov $0x16d196be91fb2b92, %rdx
diff --git a/frysk-core/frysk/proc/live/ChangeLog b/frysk-core/frysk/proc/live/ChangeLog
index ca83edc..33e24b8 100644
--- a/frysk-core/frysk/proc/live/ChangeLog
+++ b/frysk-core/frysk/proc/live/ChangeLog
@@ -1,3 +1,7 @@
+2007-12-03  Andrew Cagney  <cagney@redhat.com>
+
+	* TestRegs.java (testVectorRegisters()): Delete.
+
 2007-11-29  Andrew Cagney  <cagney@redhat.com>
 
 	* TestCoreRegs.java (testFloatRegisters())
diff --git a/frysk-core/frysk/proc/live/TestRegs.java b/frysk-core/frysk/proc/live/TestRegs.java
index 2ac3697..c22ea93 100644
--- a/frysk-core/frysk/proc/live/TestRegs.java
+++ b/frysk-core/frysk/proc/live/TestRegs.java
@@ -66,11 +66,4 @@ public class TestRegs extends RegsCase {
             return;
 	super.testFloatRegisters();
     }
-
-    // XXX: Delete this once the unresolved cases are fixed.
-    public void testVectorRegisters() {
-        if (isa() == ISA.X8664 && unresolved(5195))
-            return;
-	super.testVectorRegisters();
-    }
 }


hooks/post-receive
--
frysk system monitor/debugger


                 reply	other threads:[~2007-12-03 18:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20071203181121.15683.qmail@sourceware.org \
    --to=cagney@sourceware.org \
    --cc=frysk-cvs@sourceware.org \
    --cc=frysk@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).